Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do display query results formatted on screen
Message
De
05/02/1997 03:26:58
 
 
À
03/02/1997 12:20:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00019128
Message ID:
00019317
Vues:
35
>>I'm converting an IBM Query Manager-DB/2 application. The application has a data entry form where the user can press F12 and a formatted query is displayed on the screen. The query manager command to do this is "run query QUERYNAME (FORM=FORMNAME)." Is there an equivalent Visual FoxPro command? I want the user to be able to click a button that will display the same information. The query manager report looks something like:
>>
>>Claim Number: FieldValue
>>Soc. Sec. Number: FieldValue
>>Claimant Name: FieldValue
>>
>>Type Amount Date
>>_____________________
>>Value $value date
>>value $value date
>> -------------
>> total
>
>
>There is a Query By Form example in VFP 5.0. I don't like it because it uses a FILTER. I used view parameters in my QBF.
>
>Craig

in vfp3.o you can create a query using query option and put the
query into any of command button(in the click event)as

DO

good luck
ajay
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform