
NelsonFS
uniGUI Subscriber-
Content Count
106 -
Joined
-
Last visited
-
Days Won
9
NelsonFS last won the day on November 27 2019
NelsonFS had the most liked content!
Community Reputation
27 ExcellentAbout NelsonFS
-
Rank
Active Member
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I need this too!!! A Cancel Button is very usefull to stop processing!
-
"-r" .. it's a old option in delphi start command line. Easy way... open regedit, export key "HKEY_CURRENT_USER\Software\Embarcadero\BDS" to file. Open file, replace "\BDS" to "\BDS_Test". Save and import reg file. To start delphi using new profile: "C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\bds.exe" -pDelphi -np -r BDS_Test
-
Inside RestDataware, you can create a method and publish it, creating a connection object variable (like firedac / zeos), process it and finally destroy it. Or, you can use the one automatically configured by RESTDWDataBase. TServerMethodDataModule is always created automatically and destroyed. As for using Firedac with cache, be careful when synchronizing when the connection returns. Because another user can change the data that was cached on another computer, there you have to work with concurrency errors, in addition to the risk of losing launches due to the permanent loss of connecti
-
Transform you system to work with rest server.. uses DataSnap or RestDataware. Each procedures/functions will create a connection in runtime, execute, and return a json. In UniGUI project, create process to call this rest server e process this json. In future, you architecture will works with any type of client side and will consume lowerest resource.
-
Before create pdf, in your component, set permission... Check if you component permit modify.
-
olá.. já existe alguns grupos no whats.. o melhor seria no telegram pois cabe muito mais.
- 1 reply
-
- brasil
- brasileiro
-
(and 2 more)
Tagged with:
-
Updated link https://mega.nz/#!f9U31ShZ!TVMUEYGOlV-7Dp7TxyNt68BtXfRW2Pt7SLTS-0JQAS0
-
other solution.. in ExtEvents: function afterrender(sender, eOpts) { sender.btnInnerEl.setStyle('white-space', 'normal'); }
-
try just add in ServerModule.CustomCSS: .x-btn-button { white-space: normal; word-wrap: break-word; }
-
Cria no Telegram.. lá cabe muito mais...
-
Remote deployment is very useful, but would be more practical if some features exists: - In an environment with many connected users and multiple nodes, when it is detected that a new version is available, show a message that the user would have X minutes or force to close the application. Hyper Server would send a message to the TUniServerModule of each application that could display that message to the user. - Capture remotely the information of several servers running Hyper Server, and thus with an administration centralized know to be there are many crashes and excess
-
Hi Tested on version 1.50.0.1479: Everything worked beauty. Cute button.
-
Please, tell to us the results.
-
Please, Add properties FieldLabel, FieldLabelAlign, FieldLabelFont, FieldLabelSeparator, FieldLabelWidth to controls: - TUniDBListBox - TUniListBox - TUniDBImage
- 2 replies
-
- TUniDBListBox
- TUniListBox
-
(and 2 more)
Tagged with: