PROGINDEX()
Short:
------
PROGINDEX() Perform an index with a progress box
Returns:
--------
Nil
Syntax:
-------
PROGINDEX(cName,cKey,[lUnique],[lShowCount],[lPause])
Description:
------------
Pops up a progress bar box with PROGON().
Performs an index using <cName> as the index name,
and <cKey> as the index key.
[lUnique] for index UNIQUE (default False)
[lShowCount] to show an index count as well as the
progress bar - default False
[lPause] if True will pause before removing the box
with PROGOFF()- default is False.
Examples:
---------
use customer
ProgIndex("Eraseme","LNAME",.f.,.t.,.t.)
Source:
-------
S_PROG.PRG
See also : PROGCOUNT(), PROGDISP(), PROGEVAL(), PROGOFF(), PROGON()
Like this:
Like Loading...
Related
Pingback: SP Popup Functions | Viva Clipper !
Pingback: SP_PROGON | Viva Clipper !
Pingback: SP_PROGOFF | Viva Clipper !
Pingback: SP_PROGEVAL | Viva Clipper !
Pingback: SP_PROGDISP | Viva Clipper !
Pingback: SP_PROGCOUNT | Viva Clipper !
Pingback: SP Functions | Viva Clipper !