I went through this problem myself recently.  I think its a net-d bug
because there is no way to refresh the group if it contains manual entries.
I worked around it by setting a flag when I made the entry the first time
and checking for the flag before adding each entry.
Something like this:

protected int hourlyflag;


if (hourlyflag!=1)
                                {
                                CSpRadioButtonsGroup radiog =
(CSpRadioButtonsGroup) getDisplayField ("rbQueries");
                                CSpString hourly = new CSpString("hourly");
                                radiog.addSelectable("Hourly Volume
Summary", hourly);
                                hourlyflag = 1;
                                }

-----Original Message-----
From: Dan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 19, 1999 5:09 PM
To: [EMAIL PROTECTED]
Subject: [ND] CSpRadioButtonsGroup



Hello,
I am trying to reset a CSpRadioButtonsGroup every time I reload a page. I
have the
         logic set up to load the CSpRadioButtonsGroup however the page
always contains the
         previous entries. Does anyone have any advise?

Thanks
-Dan
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]


PG&E Gas Transmission Texas and any other company referenced herein which uses the 
PG&E name or logo are not the same company as Pacific Gas and Electric Company, the 
California utility.  These companies are not regulated by the California Public 
Utilities Commission, and customers do not have to buy products from these companies 
in order to continue to receive quality regulated services from the utility.
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to