Page 1 of 1
folder aPrompts problem
Posted: Sun Oct 21, 2007 6:54 pm
by 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
Posted: Sun Oct 21, 2007 8:03 pm
by 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
Posted: Mon Oct 22, 2007 8:11 am
by Antonio Linares
Otto,
Thanks, yes its the way to do it in 32 bits
Posted: Mon Oct 22, 2007 11:48 am
by jose_murugosa
oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp ),;
oFld:SetPrompts(oFld:aPrompts) )
Posted: Mon Oct 22, 2007 11:51 am
by Antonio Linares
José,
thanks