Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. THURELL

    Passing a variable from one form to another

    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!
  2. THURELL

    Passing a variable from one form to another

    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...
  3. THURELL

    Passing a variable from one form to another

    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...
  4. THURELL

    Passing a variable from one form to another

    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;
  5. THURELL

    Passing a variable from one form to another

    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.
  6. THURELL

    Passing a variable from one form to another

    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!!
  7. THURELL

    Passing a variable from one form to another

    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)...
  8. THURELL

    Has anyone used COBOL with MVS ISPF dialog manager

    MarcLodge, Thanks for your help.
  9. THURELL

    Has anyone used COBOL with MVS ISPF dialog manager

    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...
  10. THURELL

    Has anyone used COBOL with MVS ISPF dialog manager

    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...
  11. THURELL

    Has anyone used COBOL with MVS ISPF dialog manager

    MarcLodge, I finally got the program to compile, but when I try to run it I keep getting RC = 20. Any ideas??
  12. THURELL

    Has anyone used COBOL with MVS ISPF dialog manager

    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...

Part and Inventory Search

Back
Top