% progress bar [message #389222] |
Fri, 27 February 2009 12:02  |
shahzaib_4vip@hotmail.com
Messages: 410 Registered: December 2008 Location: karachi
|
Senior Member |
|
|
Please find the attachment of progress bar.fmb file
its a simple progress bar. my requirement that i need progress bar with emp table record
100% will at 3000 50% will at 1500
select count(*) into :S from emp;
if s = 0 then progress bar=0%
if s =1500 then progress bar=50%
if s=3000 then progress bar=100%
Hope you experts guys understand
Thanks
Shahzaib Ismail
|
|
|
Re: % progress bar [message #389245 is a reply to message #389222] |
Fri, 27 February 2009 14:52  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
"Progress bar" issues have been discussed; did you search the board and read what the others have done?
|
|
|