Article ID: 134790
Article Last Modified on 10/15/2003
class Name Button Style -------------------------------- txtbtns Horizontal; text verttxtbtns Vertical; text picbtns Horizontal; pictureEach button is assigned an individual name, following recommended Visual FoxPro naming conventions:
cmdPrev
cmdNext
cmdTop
cmdEnd
cmdFind
cmdPrint
cmdAdd
cmdEdit
cmdDelete
cmdExit
txtbtns.cmdAdd::Click WAIT WINDOW "I just called the parent click code"If you want the additional code to be processed prior to the default button behavior, place it before the line that calls the parent method. If you want the additional to be processed after the default button behavior, place it after the line that calls the parent method.
Additional query words: VFoxMac VFoxWin
Keywords: KB134790