Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using existing program?
Message
De
23/03/2007 09:52:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Using existing program?
Divers
Thread ID:
01207621
Message ID:
01207621
Vues:
82
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform