[Inherits myclass.stdform ] problem

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I had created a standard base form called stdform, which got one top menu
bar.
That menu bar got 10 different buttons , btnNew, btnDeleted, btnSave.....etc

Now, I create an invoice form and inherits myclass.stdform
I found that I can use the button in that top menu bar, why ??
In my stdform, I named all the buttons, however , after i create the invoice
form, i found the menu bar didn\t got my setting, !!!

Please help
 
* "Agnes said:
I had created a standard base form called stdform, which got one top menu
bar.
That menu bar got 10 different buttons , btnNew, btnDeleted, btnSave.....etc

A menu bar with buttons? How did you accomplish that?
 
I add the tool bar into the form and in the button 's connection, i add 10
buttons and give different name for them
 
Back
Top