John,
After almost a week, I finally got it to work. You started me on the right track and I greatly appreciate your help. Now my next task will be to populate a list box from a database. I don't even want to think about it.
Thanks again!
John,
Yes, that was the first thing I had wrong. I changed that.
Unless I have something wrong both forms display at the same time, and when I enter somthing in Form1 and go to Form2 & click, it works. However, what I want to do is have the user enter data on form1, press enter, and then on...
John,
I got past the previous error I sent you about & now when I try to run it, I enter text in form1 and press enter and form2 displays with "textBox1" highlighted in form2 textbox not what I entered "1234". When I click on the button I get the following error:
An...
John,
I guess I will never make it as a C# programmer. I think I have my code just like the example you gave me and I get the following error:
test.Form1.textbox1 is inaccessible due to its protection level on the following line:
textBox1.Text = Form1_passed.textBox1.Text;
John,
Can you show me some sample code that works that does what I am trying to do? I tried with the info you gave me yesterday, but I can't get it to work.
John,
I greatly appreciate your response, however, I am really a beginner and in your example code you said 'overload here' and I am sorry to say I have no idea what you mean. Sorry!!
I have been a Mainframe programmer for 23 years & this is my first attempt at a C# app. I have a multiple form app that I need to pass a variable created in the first form to all other forms. The variable is populated by what is entered in a textbox on the first form
(iRinc = txtRincode.Text)...
MarcLodge,
As you can probably tell this is all new stuff to me & I am really confused. The example program(ISPFPROG) that you posted appears to me to be a batch program, however in your latest message to me, you stated displaying a panel from a batch program will not work. How is the ISPFPROG...
MarcLodge,
I have coded up a series of panels that I tested & used successfully in a CLIST. Now I am trying to display these panels from a COBOL program. I copied the first panel to the correct ISP lib, but I think my problem is in the JCL. I don't think the JCL is correct and maybe the program...
MarcLodge,
I tried to use the coding example on ISPF dialog manager you posted, and it won't compile because it can't find the ISPLINK module. I know where the module is but don't how to connect it to my program.
Also, the panels are defined in a test library. How would I define the panels so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.