Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replacement for USE/SELE table with IF...ELSE...ENDIF
Message
 
À
02/10/2007 09:02:36
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01257862
Message ID:
01257939
Vues:
19
>I know there is some way of putting this on one line using IIF (I think), but I just can't recall it right now. Thanks!

I prefer this method. It's less code and doesn't change the record pointers.

>
ckopen('schedule')


function ckopen
lparameters lctable
IF !USED(lctable)
	USE (lctable) IN 0
ELSE
	SELECT (lctable)
ENDIF
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform