Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from - is it possible to add progress bar
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00450093
Message ID:
00450544
Views:
40
Ken,

In this case you're dealing with relatively small files (<16MB). This would not work for files > 16MB. Yesterday I appended from 382MB file.

>Whoops! That should have been:
>
>* ThisForm.GetFSize() Method"
>
>	Parameter cFileName
>
>	nBarMax 	  = thisform.pageframe1.pgUpdate.cntStatus.width -2
>	Thisform.nBarIncr = <b>nBarMax / </b>occurs(chr(13),filetostr(cFileName))
>	&& Calc and store increment value
>	Return .t.
>
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform