Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using existing program?
Message
From
23/03/2007 09:52:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using existing program?
Miscellaneous
Thread ID:
01207621
Message ID:
01207621
Views:
84
I have a programBom.prg that I would like to use for my crsGroup, but I don't know how to go about it. frmGetBom calls the programBom.prg and this program gets all the information and goes back to frmGetBom to finish the work. However, frmGetBom is by single Assembly Part Number only. I would like to use it for crsGroup that has multiple Assembly group in it. Please help. Thanks, Sam
*For Example, I have this in programBom.prg to start with...
SELECT PM.PartNum, PM.PartDesc1, PM.PartDesc2, PM.RevLev ;
FROM "PartMaster" PM ;
WHERE PM.PartNum = ?m.lcPartNum ;
INTO CURSOR crsParts
How do I revise this to get the PartNum from crsGroup?
Next
Reply
Map
View

Click here to load this message in the networking platform