Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
End of file
Message
From
22/12/2004 07:21:15
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00971336
Message ID:
00971347
Views:
29
>many errors in your code:
>
>      select 0
>      use newdnc1
>      select 0
>      use newdnc
>      m.tablechar1=char1
>
>      SCAN
>          SCATTER MEMVAR
>          select newdnc1
>          LOCATE FOR Char1 == m.tablechar1
>          IF FOUND()
>             GATHER MEMVAR
>          ENDIF
>          select newdnc
>      ENDSCAN
>      CLOSE ALL
>
Hi Borislav,

you can skip to restore newdnc, VFP do it for you
           LOCATE FOR Char1 == m.char1
....
           ENDIF
*           select newdnc
      ENDSCAN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform