FWH samples genfold.prg
Edit aPrompts does not change the TAB only if you add a new TAB
the edited Tab is changed, too.
Regards,
Otto
FWH samples genfold.prg
Edit aPrompts does not change the TAB only if you add a new TAB
the edited Tab is changed, too.
Regards,
Otto
If you change the sample genfold from:
oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp )
oFld:Refresh() )
to:
oFld:SetPrompts({ "TEST", "&Two", "T&hree" })
than the tab prompt changes.
Regards,
Otto
Otto,
Thanks, yes its the way to do it in 32 bits ![]()
oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp ),;
oFld:SetPrompts(oFld:aPrompts) )
José,
thanks ![]()