
eduardosuruagy
uniGUI Subscriber-
Posts
711 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Calendar
Everything posted by eduardosuruagy
-
But what am I going to research on?
-
What would these settings be? I'm using chrome Version 91.0.4472.77 (Official version) 64 bits and it doesn't work, in Firefox using version 89.0 (64-bits) it works normal
-
Do you have any news?
-
If I access the project from my cell phone, the pdf downloads but it doesn't show on the screen. I got the demo and it looks the same. Demos: C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\FastReport C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Desktop \ FastReport - Dynamic
-
When I put the browser in cellular mode, my report does not appear, what would be the reason? On-screen colors are just for visualizing where the components are on the screen. I am using UniURLFrame to view the report.
-
Sorry, that's right UniDBLookupComboBox
-
I have a table with a compound key and I wanted to select it through a combobox. But when I have the record with the same code it doesn't show correctly. How could you make that selection? Example: Agency Table Agency_ID = 0001 Banco_ID = 104 Agency_ID = 0001 Banco_ID = 001
-
Application gets stuck IIS + Hyperserver
eduardosuruagy replied to eduardosuruagy's topic in General
removed the code that was in some MainModule and ServerModule events UniGUIMainModuleBrowserClose UniGUIMainModuleSessionTimeout UniGUIServerModuleDestroy -
Does anyone knows How to call object events on a Frame???
eduardosuruagy replied to Summer4u's topic in General
TFrameInicialPrestador(MainForm.FindComponent('FrameInicialPrestador')).TimerAtualizacaoPrestador.Enabled := True; -
Application gets stuck IIS + Hyperserver
eduardosuruagy replied to eduardosuruagy's topic in General
After farshad remote access, we were able to identify the problem and it was resolved -
Application gets stuck I am using IIS + Hyperserver and even if I stop polling my system applications, the application is still stuck with several running processes. See the attached image. How can I resolve this situation?
-
Error after upgrading to version 1.90.0.1547
eduardosuruagy replied to eduardosuruagy's topic in General
I am going to try!! -
Error after upgrading to version 1.90.0.1547
eduardosuruagy replied to eduardosuruagy's topic in General
Any idea what that might be? -
How to Append A new row in Grid when VK_DOWN key pressed
eduardosuruagy replied to molla2005b's topic in General
can you show me an example? I do a lot this way, I don't know if it's correct. DataSet.Edit; DataSet.FieldByName ('FIELD'). AsString: = 'Value'; DataSet.Post; DataSet.ApplyUpdate (0); DataSet.RefreshRecord; dbgrid.RefreshCurrentRow (); -
Error after upgrading to version 1.90.0.1547
eduardosuruagy replied to eduardosuruagy's topic in General
Unfortunately I do not know what they are doing, I asked if there is an error and they report that it is not. -
Error after upgrading to version 1.90.0.1547
eduardosuruagy replied to eduardosuruagy's topic in General
1.90.0.1537 -
This error is happening a lot after updating to version 1.90.0.1547. Event: click, Object: O8BB not found in session list. It could be timed out, refresh page and try again Event: click, Object: O1690 not found in session list. It could be timed out, refresh page and try again Event: click, Object: O747A not found in session list. It could be timed out, refresh page and try again All my clients have similar errors and I don't know what it can be.
-
How to Append A new row in Grid when VK_DOWN key pressed
eduardosuruagy replied to molla2005b's topic in General
Sorry, I didn't understand the translation of what would be "grid is dirty" -
How to Append A new row in Grid when VK_DOWN key pressed
eduardosuruagy replied to molla2005b's topic in General
This error is old and they have never been able to correct it.