Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re-order Option Buttons Programmatically
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00609842
Message ID:
00610570
Views:
22
I have some code like:

FOR nButton = 1 TO .opgButtons.ButtonCount

  oButton = .opgButtons.Buttons(nButton)

  ** do some code with oButton here

ENDFOR


If I added a button, and wanted it processed second
or third in the loop above, it would not be possible.

The new button is always at the end of the .Buttons
collection.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform