Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object reference lost in SQL SELECT ?
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01120146
Message ID:
01120312
Views:
19
>I think textmerge is the best approach. We're using it here almost everytime.
>
>I just like to point, that alltrim(cursor1.LastName) + ", " + cursor1.FirstName should probably be converted to
>padr(alltrim(cursor1.LastName) + ", " + cursor1.FirstName,60)

The ALLTRIM() function is ignored when VFP calculates the size of the result field so it's not necessary to use PADR() unless you want different size of the result field.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform