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
---
Your message: (INMAIL-ID:1672)
Return-Path: <[EMAIL PROTECTED]>
Received: from saswh047.palm.com ([127.0.0.1]) by localhost with SMTP (Lyris
ListManager SOLARIS/SPARC version 4.1.2); Wed, 04 Apr 2001 06:52:43 -0800
Received: from saspcp17.palm.com (saspcp17.palm.com [64.28.155.33])
by saswh047.palm.com (8.11.3/8.11.3) with ESMTP id f34Dqh625897
for <[EMAIL PROTECTED]>; Wed, 4 Apr 2001 06:52:43 -0700 (PDT)
Received: from zircon.3com.com (zircon.3com.com [192.156.136.159])
by saspcp17.palm.com (8.11.2/8.11.2) with ESMTP id f34DpXc13293
for <[EMAIL PROTECTED]>; Wed, 4 Apr 2001 06:51:33 -0700 (PDT)
Received: from rmx452-mta.mail.com (rmx452-mta.mail.com [165.251.48.46])
by zircon.3com.com (Switch-2.1.0/Switch-2.1.0) with ESMTP id f34Dq8127624
for <[EMAIL PROTECTED]>; Wed, 4 Apr 2001 06:52:09 -0700 (PDT)
Received: from web394-mc (web394-mc.mail.com [165.251.48.135])
by rmx452-mta.mail.com (8.9.3/8.9.3) with SMTP id JAA20721
for <[EMAIL PROTECTED]>; Wed, 4 Apr 2001 09:51:20 -0400 (EDT)
Message-ID: <385594761.986392280352.JavaMail.root@web394-mc>
Date: Wed, 4 Apr 2001 09:51:20 -0400 (EDT)
From: adam davies <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Very Confused on this one!!!!
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: mail.com
X-Originating-IP: 194.222.199.67
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/