Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any thing wrong with this command
Message
De
26/04/2002 12:13:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Any thing wrong with this command
Divers
Thread ID:
00649662
Message ID:
00649662
Vues:
60
Hello all

I have this command in the forms load event and it take a long time to display , is anything wrong with this commands.
	SELECT InsComps 
	SET ORDER to Abbrev 
       replace all recdqtr.Company with InsComps->Name,;
                   recdqtr.Code    with InsComps->Code,;
                   recdqtr.Type    with substr(recdqtr.File,7,1),;
                   recdqtr.Type    with iif(recdqtr.Type='R','Registry',;
                                iif(recdqtr.Type='C','Change',;
                                iif(recdqtr.Type='A','Assess',;
                                iif(recdqtr.Type='D','Denied',;
                                iif(recdqtr.Type='S','Service',;
                                iif(recdqtr.Type='P','Payment','Unknown')))))) ;
                         for seek(left(recdqtr.File,3),'InsComps')
Txs
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform