Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse...
Message
 
 
To
10/10/2000 12:40:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00427361
Message ID:
00427389
Views:
12
>Bear in mind, Nadya, that you better be buffering the tables you are gonna run through the BROWSE.
>
>>Thanks a lot for your help. If I would not so lazy, I find it by myself :)
Hi John,

Lately in my form I opened this table with noupdate option. It's just for view purposes, not for editting. The same could be browse nodelete noupdate, right?

BTW, have another real problem, which I can not solve so far. I'd like to call one application from another. For this purpose I have to cnage directory to my application directory, when return it back. Seems there is no way to achieve it, because this is my wrapper:
********************************************************************
*  Description.......: LookupDFLT - Default lookup action in XForm
*  Calling Samples...: 
*  Parameter List....: 
*  Created by........: Nadya Nosonovsky 10/10/2000 10:27:12 AM 
*  Modified by.......: 
********************************************************************
private pcCurDir, plChangeBack && Current directory, make it private to be visible in hierarhy
local lcTableMaintDir
lcTableMaintDir='\redp\appl\TableMaintenance\' && Table Maintenance default directory
pcCurDir=curdir() && Save current directory
plChangeBack=.f.
cd (lcTableMaintDir)
do TableMaintenance && Without parameters
*if plChangeBack
   cd (pcCurDir) && change back to current directory
*endif   
return
each line of code executes immediately, so it changes back before doing TableMaintenance application.

Could you please help me here?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform