-
Posts
637 -
Joined
-
Last visited
-
Days Won
25
Wilton Ergon last won the day on December 31 2024
Wilton Ergon had the most liked content!
Contact Methods
-
Website URL
www.ergonsistemas.com.br
-
Skype
wilton_radinfo
Profile Information
-
Gender
Male
-
Location
Araguaína TO Brasil
Recent Profile Visitors
51994 profile views
Wilton Ergon's Achievements
Advanced Member (4/4)
154
Reputation
-
Create Group in dbgrid at runtime and sumary at runtime
Wilton Ergon replied to anderson da silva's topic in General
+1 -
on the main page of the company that hired you to create this solution, create 2 buttons one to access the system in Arabic another in English or, create an initial website that will have these 2 buttons, each button accesses the respective website. Each site will open in the predefined language, regardless of the user opening it. It is very likely that your Arabic-speaking user will not access the site in English, and neither will the opposite. so this shouldn't be a user-defined thing. This way, you maintain just one project, but with 2 different installations that can even be on different servers.
-
1- you can, when closing the form, loop through the columns, and save this visibility information in a table in your database, in create you read it and recover the visibility, unigui does not do this automatically 2- where are you putting this routine to treat language? try putting it in the mainmodule.. put something in the servermodule, it will be shared between all connections
-
As far as I know, this is not possible, migrating a large desktop system to the web, and continuing to create new features on the desktop over this time is an arduous task. Most likely, your system has all the business rules spread across forms, with hundreds of queries. I went through this and did this: Do it in stages, with each new form migrated to your new unigui project, you remove the old form, and by clicking on the menu, you will open a cef4delphi within your desktop application. but you will have to have a unigui server centralized on the client's lan. When you upload the desktop version, you upload the new version of unigui along with it, you probably already have your routine to update the network terminals with the new exe of your desktop application, the new version of unigui you will only have to update the server.
-
@Sherzod not really, waiting for a new grid created from scratch, if it was called hypergrid, it must be the 'bicho da goiaba', only Brazilians will understand
-
the development of unigui has been moving at a slow pace lately, several cool things were included in a dream roadmap, and this fell into oblivion. It takes months for new updates to be released without anything new, I must admit that at least bugs are being fixed, but we don't want much, we just want what has already been promised. who else agrees with this?
-
From what I understand, you want to save the user's name so that the next time, he only types the password, you can do this easily by saving cookies in the user's browser, and recover them the next time it is opened, the cookies are local, so when he goes to another computer he must enter the name again in addition to the password. See if this is really what you want. I believe that the term basic authentication has nothing to do with what you really need
-
Sometimes we need to display better formatted text in the hint of certain components, such as panel and label, being possible to use HTML text in this property, it would be a great help, as we could create anything to display when moving the mouse
-
I'm referring to access to the database, unit uses the same units as sdac, so it will have the same performance, the difference is in specific resources --- To access SQL Server, UniDAC uses the same main modules that are used in SDAC. However, UniDAC has no support for some specific SQL Server features, that are supported in SDAC: - ServiceBroker; - ChangeNotification; - the NonBlocking mode, in which an SQL query is executed in a separate thread; - data types: geometry, geography, hierarchyid, and xml Therefore, if you don't plan to use SDAC specific features, there is no difference between using SDAC and UniDAC.
-
I didn't notice any error messages in the system, it was just displayed in the log, and I checked the folders and there really aren't any such files. Taking a file as an example, unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn \btn-default-toolbar-medium-focus-sides.gif I searched the sources, and there are several references to the file, and it is not there in the installation folder note GEPWEB_D.DLL -> dll hyperserver!
-
If you use unigui, just install it on the bank's server, and on your application servers, if you have several servers. As the friend said ADOConnection, it is outdated, but you can try changing a connection string, to use MSOLEDB, this would avoid changing components for now. https://www.connectionstrings.com/ole-db-driver-for-sql-server/ An important detail is that UNIDAC has a conversion tool, so you can migrate from ADOCONNECTION to UNIDAC in a few minutes.
-
I was having random problems with losing connection with the SQL server 2019, and I used MSOLEDB 18 to connect, I updated to the latest version of MSOLEDB 19.3.2, and these problems stopped. I have more than 2000 k of simultaneous connections without performance problems. see that if you use FIREDAC it may not use MSOLEDB to connect but ODBC I use SDAC. https://learn.microsoft.com/pt-br/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver16
-
I receive in the logs indicating that these files are missing, and they really do not exist in the corresponding folder GEPWEB_D.DLL is the hyperserver dll I use the latest version of unigui, using a classic theme GEPWEB_D.dll: 0000323C: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-disabled-fbg.gif GEPWEB_D.dll: 0000323C: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\menu\menu-item-default-active-bg.gif GEPWEB_D.dll: 00001D2C: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-large-focus-corners.gif GEPWEB_D.dll: 00000944: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-large-focus-fbg.gif GEPWEB_D.dll: 00002660: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-medium-focus-sides.gif GEPWEB_D.dll: 000034F8: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-disabled-sides.gif GEPWEB_D.dll: 00003394: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-over-fbg.gif GEPWEB_D.dll: 000012F4: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-fbg.gif GEPWEB_D.dll: 00003200: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-pressed-sides.gif GEPWEB_D.dll: 00002F98: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-sides.gif GEPWEB_D.dll: 00002FB0: 11:50:11 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-pressed-corners.gif GEPWEB_D.dll: 000034F8: 11:50:14 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\ext-addons\packages\calendar\build\classic\classic\resources\images\tip\tip-calendar-overflow-sides.gif GEPWEB_D.dll: 00002660: 11:50:14 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\ext-addons\packages\calendar\build\classic\classic\resources\images\tip\tip-calendar-overflow-corners.gif GEPWEB_D.dll: 00003394: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\ext-addons\packages\calendar\build\classic\classic\resources\images\tip\tip-calendar-overflow-corners.gif GEPWEB_D.dll: 000020EC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\ext-addons\packages\calendar\build\classic\classic\resources\images\tip\tip-calendar-overflow-sides.gif GEPWEB_D.dll: 00001D2C: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-medium-focus-corners.gif GEPWEB_D.dll: 00003100: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-medium-focus-fbg.gif GEPWEB_D.dll: 00002C50: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-small-focus-fbg.gif GEPWEB_D.dll: 00002C78: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-small-focus-sides.gif GEPWEB_D.dll: 00002320: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-large-focus-fbg.gif GEPWEB_D.dll: 00002F7C: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-fbg.gif GEPWEB_D.dll: 0000374C: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-corners.gif GEPWEB_D.dll: 0000374C: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-sides.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-corners.gif GEPWEB_D.dll: 0000374C: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-sides.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-fbg.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-over-sides.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-over-corners.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-over-sides.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-over-fbg.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-pressed-corners.gif GEPWEB_D.dll: 000020EC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-pressed-sides.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-pressed-corners.gif GEPWEB_D.dll: 00003100: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-pressed-fbg.gif GEPWEB_D.dll: 00002CDC: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-disabled-corners.gif GEPWEB_D.dll: 00003100: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-disabled-sides.gif GEPWEB_D.dll: 00003100: 13:14:04 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\menu\menu-item-default-active-bg.gif GEPWEB_D.dll: 00000D60: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\menu\menu-item-default-menubar-active-bg.gif GEPWEB_D.dll: 00003200: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\toolbar\toolbar-footer-bg.gif GEPWEB_D.dll: 00000808: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-small-focus-corners.gif GEPWEB_D.dll: 0000374C: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-over-corners.gif GEPWEB_D.dll: 00002CD4: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-over-fbg.gif GEPWEB_D.dll: 00002CD4: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-pressed-fbg.gif GEPWEB_D.dll: 00002CD4: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-disabled-fbg.gif GEPWEB_D.dll: 0000367C: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-large-focus-sides.gif GEPWEB_D.dll: 000020EC: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-grid-cell-small-focus-pressed-sides.gif GEPWEB_D.dll: 00003080: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-medium-focus-sides.gif GEPWEB_D.dll: 0000256C: 13:14:05 [HandleFileRequest[XXXX]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.5.1\build\classic\theme-classic\resources\images\btn\btn-default-toolbar-large-focus-corners.gif
-
Every time I update unigui, I need to rename the files \unigui\uniGUI\ext-7.5.1\build\classic\locale\locale-pt_BR.js to \unigui\uniGUI\ext-7.5.1\build\classic\locale\locale-pt-BR.js \unigui\uniGUI\ext-7.5.1\build\modern\locale\locale-pt_BR.js to \unigui\uniGUI\ext-7.5.1\build\modern\locale\locale-pt-BR.js \uniGUI\unim-1.95.0.1576\locale\ext-lang-pt_BR.js to \uniGUI\unim-1.95.0.1576\locale\ext-lang-pt-BR.js in file uniGUIApplication.pas procedure TUniGUISession.InitApplication; line 1970 if not SameText(lStr, DEFAULT_EXT_LOCALE) then Language := lStr; Language := StringReplace(Language, '_', '-', [rfReplaceAll]); This behavior is old, and has never been corrected.
