Can anyone please help me.
I have a very strange problem with showing my hidden push buttons.
I have hidden eight pushbuttons on my form as shown below, The code has been
cut and paste 8 times to hide the eight buttons ranging from A to H.
This is O.K
But when it comes to dispalying them by selecting a different push button
called One it will only work for up to six push buttons, anything over this
and a  get error.

I am very confused why this is only working for six push buttons and no
more.

Does anyone have any ideas?
Is there a bug or something


/********EIGHT HIDDEN BUTTONS**************/
*1*  FrmHideObject( form, FrmGetObjectIndex(
form,OrderAPushButton ) );
*2*
*3*
*4*
*5*
*6*
*7*
*8*




To show the hidden push buttons

if(ctrlID==OrderOnePushButton)
{

/********EIGHT HIDDEN BUTTONS TO SHOW**************/
FrmShowObject( form, FrmGetObjectIndex( form,OrderAPushButton ) );

*2*
*3*
*4*
*5*
*6*
*7*
*8*

Thanks
Adam


______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to