Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object destruction
Message
From
01/02/2014 05:23:22
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01592795
Message ID:
01592807
Views:
75
>
thisform.lockscreen = .t.	    && this one does not (noticeably) save time, but the view is better
>
>lnN = 0
>
>with thisform.oCntPZChart
>	for each loO in .objects
>		wait window m.lcC + padl( m.lnN, 4, '0' ) nowait
>		lnN = m.lnN + 1
>		.removeobject( m.loO.name )
>	next
>endwith
>with thisform.oCntPage1
>	for each loO in .objects
>		wait window m.lcC + padl( m.lnN, 4, '0' ) nowait
>		lnN = m.lnN + 1
>		.removeobject( m.loO.name )
>	next
>endwith
And without wait window? Should be even faster.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform