Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recount()*2 - only lines with data
Message
From
04/08/2003 05:58:22
 
 
To
04/08/2003 04:19:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816386
Message ID:
00816408
Views:
22
Hi Chaim,

use:
* save record point if need
go top in income1
go top in expenses1
if eof('income1') AND eof('expenses1')
 messagebox('Please enter Income and/or Expenses!',0+16)
 return
endif
* restore record point if need
Previous
Reply
Map
View

Click here to load this message in the networking platform