Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merge many rows into one row
Message
 
To
11/10/2006 07:58:53
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01161133
Message ID:
01161153
Views:
13
Hi Tariq,

Sir? Oh no... :-)

You have two choies:
1) put function GetList() into your any procedure file, and SELECT SQL use as grid's record source.

2)
a)Set this SQL as record source for grid:
SELECT FDATE;
FROM WEIGHTS;
WHERE FDATE=THIS.VALUE ;
ORDER BY PCODE;
GROUP BY PCODE;
INTO cursor fix
b) The second column ControlSource is =GetList(fix.FDATE)

MartinJ

>Dear Sir,
>
>How to use you codes within a command button.
>I want show results in Grid.
>
>Please help again
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform