Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy some records into textbox form table
Message
From
25/02/2008 08:37:10
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01296006
Message ID:
01296021
Views:
11
>thanks dragan;
>If i have record in table name xyx
>123
>456
>789
>now in box should be like this=123,456,789
>thank
cList=""
comma=""
scan
   cList=cList+cComma+transform(field)
   cComma=","
endscan
return cList
Substitute your field name, of course, and keep in mind that this goes through your table and leaves it at EOF.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform