Comments on: SP_PROGOFF https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/ Notes of a Clipper Language Student Thu, 12 Dec 2013 20:43:10 +0000 hourly 1 http://wordpress.com/ By: SP Popup Functions | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-5435 Thu, 12 Dec 2013 20:43:10 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-5435 […] Perform a count with a progress box PROGDISP() Displays progress bar in box created with PROGON() PROGOFF() Removes a progress bar box created by PROGON() MESSYN() Popup YesNo prompt box MCHOICE() Creates […]

]]>
By: SP_PROGON | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4611 Sat, 16 Nov 2013 23:11:27 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4611 […] PROGON() Short: —— PROGON() Initialize and display a progress bar box Returns: ——– Nil Syntax: ——- PROGON([cMessage]) Description: ———— Places a progress box on the screen for use by PROGDISP() [cMessage] is an optional box title Examples: ——— //——— this just shows progress from 1 – 1000 initsup() ProgOn("Test") for i = 1 to 1000 ProgDisp(i,1000,{||alltrim(str(i))+" of 1000"} ) next ProgOff() //——– this show indexing progress use Customer ProgOn("Index") dbcreateindex("Eraseme","(LNAME)", ; {||ProgDisp( recno(),recc() ),LNAME},.f.) ProgOff() Source: ——- S_PROG.PRG See also : PROGCOUNT(), PROGDISP(), PROGEVAL(), PROGINDEX(), PROGOFF() […]

]]>
By: SP_PROGINDEX | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4600 Sat, 16 Nov 2013 23:09:07 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4600 […] Source: ——- S_PROG.PRG See also : PROGCOUNT(), PROGDISP(), PROGEVAL(), PROGOFF(), […]

]]>
By: SP_PROGEVAL | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4595 Sat, 16 Nov 2013 23:07:54 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4595 […] first two parameters. Source: ——- S_PROG.PRG See also : PROGCOUNT(), PROGDISP(), PROGINDEX(), PROGOFF(), […]

]]>
By: SP_PROGDISP | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4590 Sat, 16 Nov 2013 23:06:05 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4590 […] ) ProgOff() Source: ——- S_PROG.PRG See also : PROGCOUNT(), PROGEVAL(), PROGINDEX(), PROGOFF(), […]

]]>
By: SP_PROGCOUNT | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4585 Sat, 16 Nov 2013 23:04:41 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4585 […] Source: ——- S_PROG.PRG See also : PROGCOUNT(), PROGDISP(), PROGEVAL(), PROGINDEX(), PROGOFF(), […]

]]>
By: SP Functions | Viva Clipper ! https://vivaclipper.wordpress.com/2013/11/16/sp_progoff/#comment-4580 Sat, 16 Nov 2013 23:03:15 +0000 http://vivaclipper.wordpress.com/?p=6401#comment-4580 […] Perform a Database DBEVAL() with a progress box PROGINDEX() Perform an index with a progress box PROGOFF() Removes a progress bar box created by PROGON() PROGON() Initialize and display a progress bar […]

]]>