Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining View retrieving records
Message
 
To
24/03/1999 19:15:17
Bob Lucas
The WordWare Agency
Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00201690
Message ID:
00201696
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform