Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add image to the Toolbar ?
Message
From
08/02/1999 08:37:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00184681
Message ID:
00185021
Views:
47
George,
As you gave the sample add button code to John, can i ask you some quetions?
>WITH This.FormTools.Buttons
>DIMENSION a_buttons[6]
>a_buttons[1] = 'Open'
>a_buttons[2] = 'Close'
>a_buttons[3] = 'Top'
>a_buttons[4] = 'Previous'
>a_buttons[5] = 'Next'
>a_buttons[6] = 'Bottom'
>lnlast = ALEN(a_buttons, 1)
>FOR lni = 1 TO lnlast
>.Add(, a_buttons[lni], a_buttons[lni], 0, lni)
>NEXT
>ENDWITH

Is it there have 5 parameters pass into the this.formtool.button.add()
what are there represent for ?

regard,
chang
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform