Dennis: I can use the same help. I have a form with 10 tables and 8 tabs. The main table has 168 columns and the max. number of computed columns. It does load slow but once it opens, it runs well.
My solution was to add the following line to the On Before Start EEP: PAUSE 3 USING Loading Project Data, Please Wait + CAPTION 'System Message' ICON INFO And then I add a CLS to the On After Start EEP. Javier, Javier Valencia 913-915-3137 ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Thursday, April 16, 2009 1:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - form loading time The situation is this: We have an elaborate tabbed form using data controls. Load time from a local database is reasonable. Load time from a networked database (1G network) is a lot slower. We have tried the form compressed and uncompressed, not much difference. Anyone know any nifty tricks to make the form come up faster? Thanks, Dennis McGrath

