robundrh2o
Programmer
Hey all, I am hoping there is somebody that monitors this site and can assist with my problem. I am trying to build an asp.net web front end for our existing Cobol application using Visual Studio 2008 and fujitsu NetCobol.
I have been muddling through and learning as I go but there are a couple of things that keep messing me up. I have a radiobuttonlist that I use to determine the mode of the screen, I can read in the mode with no problem. What I want to do is set the Enabled property of the Textbox's to false if the Mode comes back as 'View'. I have tried a variety of things but I always end up the following compile error:
'An index-name, index data item, integer item, or positive integer must follow TO in the SET statement".
Any thoughts, ideas, references would be great.
Thanks
I have been muddling through and learning as I go but there are a couple of things that keep messing me up. I have a radiobuttonlist that I use to determine the mode of the screen, I can read in the mode with no problem. What I want to do is set the Enabled property of the Textbox's to false if the Mode comes back as 'View'. I have tried a variety of things but I always end up the following compile error:
'An index-name, index data item, integer item, or positive integer must follow TO in the SET statement".
Any thoughts, ideas, references would be great.
Thanks