Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any thing wrong with this command
Message
From
26/04/2002 12:13:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Any thing wrong with this command
Miscellaneous
Thread ID:
00649662
Message ID:
00649662
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform