Hi Eurico > I have the following scenario, VFP9.2, Win Server 2003, VFP database. > > In my program, EXE, I call... > Do (this.cMainMenu) && \xxx\Menus\Main.mpr > Do (this.cAppMenu) && \yyy\Menus\AppMenu.mpr > In my working environment it's as fast as it can be. In the serve is the > same. > But, from every work station there is a delay between the two calls, a very > long delay. > What the (not saying it) is happening ?
Do you have "\xxx\menus" in the property? If these .mpr files are included in the exe, you do not need the pathing. If you want them executed fastest send them to the PC via a launcher/loader. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

