Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem
Message
De
02/09/2003 07:24:04
 
 
À
02/09/2003 06:57:25
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00825200
Message ID:
00825231
Vues:
17
This is the code in the valid event of the button I retrieve the details with.

THISFORM.PAGEFRAME1.PAGE3.grid1.recordsource = ""
IF !USED("invoices")
USE w:\invoices.dbf IN 0 ALIAS invoices
ENDIF
SELECT invoices
THISFORM.PAGEFRAME1.PAGE3.grid1.recordsource = "invoices"
THISFORM.PAGEFRAME1.PAGE3.grid1.recordsourcetype = 1
THISFORM.PAGEFRAME1.PAGE3.grid1.columncount = 4
THISFORM.PAGEFRAME1.PAGE3.grid1.column1.header1.caption = "Invoice No."
THISFORM.PAGEFRAME1.PAGE3.grid1.column2.header1.caption = "Invoice Date"
THISFORM.PAGEFRAME1.PAGE3.grid1.column3.header1.caption = "Invoice Total"

This is the code in the Text 1 Click Event of the Invoice No Column.

DO FORM invoice LINKED
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform