Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace baseclasses
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00184449
Message ID:
00184528
Views:
20
>ADIR(laForms,*.scx)
>FOR i = 1 TO ALEN(laForms)
>USE (laTables[i]) IN 0
>REPLACE ALL class WITH newtextbox FOR class = oldtextbox
>REPLACE ALL classloc WITH newloc FOR classloc = oldloc
>USE IN (laTables[i])
>ENDFOR

I assume this is just a typo in your post, and that your actual code used the same array name everywhere, not ADIR to laForms then USE (laTables[i]), and also hopefully it was USE (laForms[i,1]) ...

Cheers,
Rich Addison, Micro Vane, Inc., Kalamazoo, MI
Relax, don't worry, have a homebrew.
- Charlie Papazian, The New Complete Joy of Home Brewing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform