chrisjohn82 Posted December 11, 2015 Posted December 11, 2015 Hi, I have an annoying problem, I'm using postgres DB components in unigui and i have one connection component on the mainform and everytime a open a different form that have postgres query component i lose the connection so i have to go to the connection properties for every query component and choose the connection again, would be very thankful for a solution to this issue. Best Regards Christian Quote
Administrators Farshad Mohajeri Posted December 11, 2015 Administrators Posted December 11, 2015 Try putting your connection component on MainModule rather than MainForm. Quote
chrisjohn82 Posted December 11, 2015 Author Posted December 11, 2015 I just found out that i can use a DataModule form to put all my db components and then access them from there without losing the datasource. Thanks for the information Farshad. Quote
Administrators Farshad Mohajeri Posted December 11, 2015 Administrators Posted December 11, 2015 DataModule Make sure you have created your DataModule from uniGUI Wizard. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.