I am creating my 1st toolbar. I have the following questions and problems:
1. Is there a sample toolbar like the Standard one in VFP with the common buttons (Open, Save, Cut, Copy, Paste, etc.)? I plan to copy and change it according to my needs. (I could not find one in the Solution samples.)
2. I am trying to interactively add to my toolbar 2 combos and a Separator, using the form control toolbar. I gave up! Can I use both interactive and programmatic methods to design my toolbar (and other objects, too)? Where can I add the extra code - e.g. tbrStandard.AddObject('sepSpace','Separator')
tbrStandard.AddObject('cboCombo2','Combobox')
VFP 9.0 SP2 on XP SP3
1. Is there a sample toolbar like the Standard one in VFP with the common buttons (Open, Save, Cut, Copy, Paste, etc.)? I plan to copy and change it according to my needs. (I could not find one in the Solution samples.)
2. I am trying to interactively add to my toolbar 2 combos and a Separator, using the form control toolbar. I gave up! Can I use both interactive and programmatic methods to design my toolbar (and other objects, too)? Where can I add the extra code - e.g. tbrStandard.AddObject('sepSpace','Separator')
tbrStandard.AddObject('cboCombo2','Combobox')
VFP 9.0 SP2 on XP SP3