You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to multisoft FlagShip
Is there a way to get a record count of a conditionally indexed
database in FS?
ie. What is the fastest way to see how many records meet a specific
criteria, Example - need to scroll through all stock items with < 0
Qty on hand and load them into an array. I would like to be able to
show an accurate progress bar whilst doing the scroll through the
file.
cTempidx := 'temp_index_name'
Use stock
nTotRecords := reccount()
index on code to &cTempidx for qtyonhand < 0 nolock
nIndRecords := ?? Is there a way to get a record count of the items
that met the Indexing criteria about??
Any suggestions?
Angelos
Paul
unread,
Jun 18, 2012, 10:28:14 AM6/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
-----
No virus found in this message.
Checked by AVG - www.avg.com Version: 2012.0.2180 / Virus Database: 2433/5076 - Release Date: 06/17/12
Angelos Christodoulou
unread,
Jun 20, 2012, 6:02:59 AM6/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to multisoft...@googlegroups.com
Worked perfectly - thanks!
-----Original Message-----
From: multisoft...@googlegroups.com [mailto:multisoft...@googlegroups.com] On Behalf Of Paul
Sent: Monday, June 18, 2012 4:28 PM
To: multisoft FlagShip
Subject: Re: Record count of conditionally indexed dbf