Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining View retrieving records
Message
 
À
24/03/1999 19:15:17
Bob Lucas
The WordWare Agency
Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00201690
Message ID:
00201696
Vues:
16
thank you for your help, it worked! Here is the sample code that I used.

case .cboselopt = 6 &&= "Order Date"
lc_fromdate = .txtfdate.value
.grdcrd.recordsource = 'lv_offopt7'
requery('lv_offopt7')
.hldcount = reccount('lv_offopt7')
.rec_view

method rec_view
if .hldcount > 0
thisform.cmdview.visible = .t.
else
thisform.cmdview.visible = .f.
endif

propery
hldcount
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform