
eduardosuruagy
uniGUI Subscriber-
Posts
711 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Calendar
Everything posted by eduardosuruagy
-
???
-
I have the same problem
-
TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 3.
eduardosuruagy replied to erich.wanker's topic in General
If you can give me an example, I'd appreciate it, when you have the native option to mark the record, that's where the error happens -
TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 3.
eduardosuruagy replied to erich.wanker's topic in General
I live with this error for years and it has never been resolved, unfortunately. I think the grid deserved an overhaul as it is the most used component on all systems. -
Opening DesignReport "as Service" (Fast Report)
eduardosuruagy replied to Abaksoft's topic in General
Are you going to sell the tool? -
Opening DesignReport "as Service" (Fast Report)
eduardosuruagy replied to Abaksoft's topic in General
Are you going to sell the tool? If so, I'm interested in knowing more about her. -
I'm using a TUniSpinEdit and I'd like to block typing if the typed value is greater than that informed in the MaxValue property, the component lets me type a larger value and it turns red, and the user sometimes doesn't see it. I would like to block or show a message if this happens. Thanks!!
-
I'm using it in the same way as wilton_rad I use IIS + Hyperserver and each client has its own folder.
-
I go through that too, in several places in my code it doesn't work.
-
Full Stack Developer Course Using Unigui, Who Interested?
eduardosuruagy replied to mhmda's topic in General
I'm interested -
UniThreadTimer on UniServerModule doesnt work ?
eduardosuruagy replied to erich.wanker's topic in General
In this code, what is the UniThreadTimer1.Lock command for? procedure TUniServerModule.UniThreadTimer1Timer(Sender: TObject); begin UniThreadTimer1.Lock; syslog('test server'); UniThreadTimer1.Unlock; end; -
Hyperserver works and the page doesn't, what can it be?
eduardosuruagy replied to eduardosuruagy's topic in General
I've been working with this for years and all of a sudden it stopped working, I just put Hypersever to work and these errors show up for me sigefweb_hyper_server.exe: 00001D0C: 12:00:44 []:>--------------------------------------------------------------< sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniServerModule]:Server First Init. sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniServerModule]:Start Path = C:\inetpub\wwwroot\novo\ sigefweb_hyper_server.exe: 00001D0C: 12:00:44 [TUniHyperServer]:InitInterceptor sigefweb_hyper_server.exe: 00001D0C: 12:00:45 [Transport.PoolSize]:516 sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniHyperNode.Terminate]:Node #0 forcefully terminated. sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [PostInit]:Failed to initialize node: 0 sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniServerModule]:Starting HTTP Server on Port: 8081... sigefweb_hyper_server.exe: 00001D0C: 12:02:19 [TUniServerModule]:HTTP Server Started on Port: 8081 sigefweb_hyper_server.exe: 000016E8: 12:02:28 [TUniHyperNode.Terminate]:Node #1 forcefully terminated. sigefweb_hyper_server.exe: 000016E8: 12:02:29 [TUniHyperNodeManagerWorker]:Failed to initialize node: 1 -
Hyperserver works and the page doesn't, what can it be?
eduardosuruagy replied to eduardosuruagy's topic in General
Can someone help me? -
Can someone help me?
-
I'm using Hyperserver together with IIS and I can open the client's Hyperserver but the page doesn't open, the images are attached
-
How can I identify the attached error with Eurekalog? SigefWeb_SERVIDORUNIGUI_20210624135703.el SigefWeb_SERVIDORUNIGUI_20210624102216.el
-
thanks, it worked for me
-
would there be another way to do this? I'm using third party component
-
I saw now that the property exists. What does this property do? I'm using another type of button and it doesn't have it
-
I open my frame in a pagecontrol and close it like this: At the click of the close button: MainForm.pgGeral.ActivePage.Close;
-
uni-1.90.0.1549
-
I cannot find this property.
-
I have users who are clicking twice on the button to close my form and this error with the attached image is happening!
-
i have this a lot on my system, can this cause any problems? TUniSpinEdit(Components[I]).JSInterface.JSConfig('hideTrigger', [True]); TUniSpinEdit(Components[I]).JSInterface.JSConfig('minValue' , [0]);
-
but the problem only happens when I use it in the mobile form, if I leave it in the normal way