FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour folder aPrompts problem
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
folder aPrompts problem
Posted: Sun Oct 21, 2007 06:54 PM

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

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
folder aPrompts problem
Posted: Sun Oct 21, 2007 08:03 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
folder aPrompts problem
Posted: Mon Oct 22, 2007 08:11 AM

Otto,

Thanks, yes its the way to do it in 32 bits :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1279
Joined: Mon Feb 06, 2006 04:28 PM
folder aPrompts problem
Posted: Mon Oct 22, 2007 11:48 AM

oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp ),;
oFld:SetPrompts(oFld:aPrompts) )

Saludos/Regards,

José Murugosa

"Los errores en programación, siempre están entre la silla, el teclado y la IA!!"
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
folder aPrompts problem
Posted: Mon Oct 22, 2007 11:51 AM

José,

thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion