Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table from Vertical to horizontal
Message
 
 
To
08/12/2008 10:48:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01365804
Message ID:
01365975
Views:
10
>Hello Naomi
>I was looking at the code and trying to trace it don't you think that these two lines have something also related
>
>lcSubjects = ", " + Subject + "I"
> local &lcsubjects
>
>and here when I get variable subject is not found
>
> replace (Subject) with ("m." + Subject) in c_FinalResult

It should have been local &Subject (not local &lcSubjects).

also see my other reply, you don't need a variable after all, you can get without it, using direct replace command as I showed.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform