Posts by JRG • 141 points
4 posts
-
2
votes1
answer1234
viewsQ: Thread - How to Call a Form within an iTask Thread?
In Delphi 10.2, I have a Form A that has a Ttask "Task-A" that fires a Storedprocedure in the Oracle bank with Firedac. Storedprocedure updates a table of results that will be used by a form B which…
-
1
votes2
answers749
viewsQ: Delphi - how to treat delete in the master-Detail relationship?
I have two tables using Firedac Tfdtable and did the Master-Detail relationship between them which works well. In Forms I have two Dbgrids, one for each table , when deleting a record in Dbgrid…
-
1
votes2
answers3162
viewsA: How to Open/Close Multiple Forms from a Main Form
Junior and Tiago, I made an adjustment in the code and got the desired behavior. However, the Closeactiveform (Forname : String) is named after the Forms and runs a Freeandnil(form) on the…
-
-2
votes2
answers3162
viewsQ: How to Open/Close Multiple Forms from a Main Form
I have a FormPrincipal which has a Tmenu with Tactionlist and from this form I want to call several other Forms, according to the menu items. In the main form, I have a Panel and I want the others…