Jump to content

JOSE ALCANTARA

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JOSE ALCANTARA's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Greetings to all, I have a web application made in Delphi 10.4 and unigui version 1.90.0.1552, with this application I load data from an Excel file, I have it running with xampp and everything works perfectly, I can load my Excel files, I also generate communications using a Word template. My problem is that I want to stop using xampp for security reasons, but when I install and configure Apache 2.4 for windows it gives me an error when I try to load the Excel files. Localhost: 8077 dice Microsoft Excel cannot access the file 'C:\Sigecob\app\load template.xlsx' There may be several reasons: . The path or file name does not exist. . Another program is using the file. . The workbook you are trying to save has the same name as another workbook that is currently open I'm sure I have to change some configuration in Apache. Can somebody help me.
  2. Gracias Abanto, Entiendo que Clipboard se ejecuta del lado del servidor, te funciona esta tecnica a tí?
  3. JOSE ALCANTARA

    Delay

    Greetings guys, I tell you that I have a button where I execute this link passing a telephone number as a variable, the link opens without a problem but I want to pass it a delay of one second procedure TfraGestionarCasos.BarolitChatClick(Sender: TObject); var vCadena, vTelefono : string; begin vTelefono := Global.QuitarLetras(dm.qOtrosTelefonosTelefono.Text); if Copy(vTelefono,1,1) <> '1' then vTelefono := '1'+vTelefono; if UpperCase(dm.qOtrosTelefonosTipo.Text) <> 'CELULAR' then begin ShowMessage('Para enviar una WhatsApp el Tipo de teléfono debe ser "CELULAR" '); exit; end; vCadena := 'https://chat.barolit.net/64d4daba962d1b8028127369/c/'+vTelefono; vCadena := '"'+vCadena+'"'; UniSession.AddJS('window.open('+vCadena+')'); end; Can you help me
  4. Saludos muchachos, Mi problema es que cuando pongo el UNIDBGrid ReadOnly en true, no puedo copiar el contendido de las celdas al portapapeles con Ctrl+C. hay alguna forma de resolverlo. Gracias
  5. Hello. I have the same problem, AutoScroll = true only works with mode myformDisplayMode = mfwindows If anyone has a solution please help me
  6. Saludos muchachos, Alguien me puedes corregir esta linea de código, para que muestre una imagen en ves de la palabra "Call", qOtrosTelefonosCall.Text := '<a href="tel:'+vTel+ '">Call</a>'; les explico tengo un campo calculado en un componente con el código de arriba, muestro este campo en un Udbgrid y me funciona perfectamente, me muestra la palabra "Call" y si le doy un click llama al teléfono que guardo en la variable vTel. Lo que quiero es en ves de mostrar la palabra call, mostrar una imagen de un teléfono. Gracias anticipadas.
  7. I'm sorry, but while I don't test the essential modules of my application that is working, I can't invest, I'm just doing a test to see that I can do everything.
  8. Cheers Sherzod, this is almost done I managed to read the MS-Word template that I have in the files folder and fill in the variables that I inserted, I also managed to save the file in the FILES folder and then download it to the PC, everything works perfect. What if you wanted to do to complete the project is instead of downloading it open it with uniURLFrame or with a working component, In conclusion, all I need is to view a ms-word file placed in the File folder of my project I reviewed the demos but they don't give me much light any help, i will be grateful. UniGUIVersion 1.90.0.1555
  9. Greetings to all, I am trying to create letters from an MS Word template, I create variables for the template and fill it from Delphi, I do this perfectly in Delphi VCL, I want to try it in Unigui, I don't know if it can be done. I will appreciate any idea, link or proof that you give me. Thank yuo.
  10. Regards Fred, The file is not available, could you send it to me at "jodelsa2013@gmail.com", please?
  11. Greetings Sherzod, It's not that the code I have doesn't work, it does the Rollback and commit perfectly, the only problem is that when an exception arises the message is given on the server side, if that happens to a user, it simply hangs app and you won't know what's going on
  12. JOSE ALCANTARA

    Error

    Cheers, I am testing unigi on the trial edition (1.90.0) When I run a process that takes several minutes at 30 seconds I get the following message: Connection Error Communication failure However, the process continues until the end.
  13. Thank you Isabelle, I know, it was just an example
  14. Yes, I am in the process of unigui testing
×
×
  • Create New...