Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mulitple calls to seek, do I need them
Message
 
 
To
20/05/2003 14:47:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00790685
Message ID:
00790693
Views:
24
Better code might be:
    if seek(valuea,tablea,ordera)
       replace feieldlista with valuelista in tablea
    else
       *!* do error stuff here
    endif
    if seek(valueb,tableb,orderb)
       replace feieldlistb with valuelistb in tableb
    else
       *!* do error stuff here
    endif
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform