Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse...
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00427361
Message ID:
00427397
Vues:
15
>>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?

Bolded test should be read as 'earlier in the form - actually, in form's Load'.

Forgive my misuse of yesterday vs. tomorrow and earlier vs. lately. I become so out-minded, distracted (how to say 'rassejanaja' in English?), so I mixed these words unintentionaly...
>
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform