Creating new forms using a button

I am trying to make a button that creates a new form which in turn creates another form etc. any suggestions

You could just create an new instance of a Form in the click event handler for a Button and display it by calling its Show method:
Form1:
private void button1_Click(object sender, EventArgs e)
Form2 frm2 = new Form2();
frm2.Show();
The constructor of the second form can then display another form:
Form2:
public partial class Form2 : Form
public Form2()
InitializeComponent();
Form3 frm3 = new Form3();
frm3.Show();
Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question. Please don't ask several questions in the same thread.

Similar Messages

  • Create New Form

    I am trying to create a new form that is the exact size of my envelope. I click Start - Printers, then select my Photosmart C6180. Click File, Server Properties, but the create new form button is grayed out. I am using Mail Merge w/Open Office, and I can print a test of the first envelope on letter paper, but not on the envelope itself. I have Vista-64bit

    I made a mistake in explaining but I don't think it mattered but let me see if I can explain better.   I create a work order in frmWO that writes to tblWO.   A relationship exists between tblVehicles and tblWO where I select the
    VehicleID on the frmWO.  Also on the frmWO are four dates.  WOStartDate, WOEndDate, LoanStartDate and LoanEndDate.   Also on the frmWO is a WOStatus field.   This acts as a control for billing purposes.  The Status can be
    Scheduled, Active and Completed. As an example of what is common, I create a WO for the initial delivery.  More often than not, the WO's are completed the same day.  So on the initial WO, I would choose the vehicle and the Loan Dates along with the
    WO start and end dates.   For instance, I create the work order for today with 4/9/2015 as the WO start date, WO end date, and the Loan Start date.   The Loan End Date would be 4/16/2015.  What I want to happen is click a "Create
    Return WO" button that creates the return WO with the Loan Start Date and End Date being the same but the WO start and end date now become what was the Loan End Date (4/16/2015) from the WO I was on when I hit the "Create Return WO" button.  
    I would like the WO Status to be "Scheduled", the VehicleID to be the same and then the dates from Above to be brought in as described.  There are a few other fields I want to transfer to the new WO as well but I figured if I could get what
    I have mentioned to work then I am pretty sure I can get the other fields I need by reviewing the code and adjusting it as needed.   Does this explanation help Tom?  I am not sure how to use an Append Query as that seems like it would Append
    something existing whereas I need a whole new WO to be created based on the one being viewed when I click the create button.   Let me know if I can provide anything more that helps clarify?  Thanks, Troy

  • Creating adobe form using SFP

    hi experts,
    I am trying to create Adobe form using transaction SFP ,  the form creation goes on smoothly but when I try to save or activate it or press any button it displays Error message  "Error when transforming object data". Please tell me what could be the reason of this error  and how can I rectify it.
    Points will be rewarded.
    Many thanks,
    Sushant

    Hello,
    Check <a href="https://service.sap.com/sap/support/notes/962763">the SAP note 962763</a>.
    Rgds,
    Francois

  • Creating & managing forms using ALBPM

    Hi,
    I am new onALBPM & hoping that gurrus can guide me in following task.
    Creating & manging Forms using ALBPM & a XSD file.
    I am looking for some example & tutorial for above task
    Edited by: user586236 on Dec 17, 2008 3:26 PM

    Hello,
    Are you using any web service? Which .NET framework is installed in your PC?
    You might also want to look at this resolution:
    http://www.itjungles.com/task-failed-because-sgen-exe-was-not-found-solution.html
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Cannot create new form in portal

    hello
    i have a problem creating a form in portal!
    i log in portal with the username orcladmin, then i click on builder -> navigator -> providers -> open(any provider) -> create new form (or report or chart)
    i get the error in internet explorer The page cannot be found (link =http://marpolas.marpol.si:7783/pls/portal/PORTAL.wwexp_api_engine.create_action)
    in netscape the error is a little different
    The requested URL /pls/portal/PORTAL.wwv_menu.menu was not found on this server.
    it is imposible for me to create new forms in portal.
    Any ideas?
    thanks in advance
    Marjan
    p.s
    i use portal on windows 2000 server, 1800mhz and 1gb ram

    Sounds like a problem with the privileges.
    Try creating a new user, say user_temp, and grant the user Manage privilege to All Portal DB Providers and Manage to All Schemas.
    Try creating a form after logging in as user_temp.
    The minimum privileges required to create a Portal DB provider component is Create privilege on the Portal DB Providers and Manage on the Portal DB Provider schema.

  • Creating new file using report generation express vi

    Hello,
    In my application, I need to write certain data in excel sheet. For that I created an excel template and I used the express vi in report generation toolkit to save the appropriate data in appropritate columns. I need a new file created everyday by that day's name and write the data to it rest of the day. I am having problems creating new file using this express vi. I tried using the low level vi's but not been able to it properly.
    Attaching my code and excel template.
    Please help.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    excel write2.vi ‏119 KB
    Book2111.xltx ‏8 KB

    r_te wrote:
    The thing is everyday there cannot be a file provided.
    Sure there can.  Don't you see the input on the Express VI for a file? "Path To Save Report" is the name of the input you want.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Creating a form using Acrobat 9

    I'm trying to create a form using Acrobat 9 and know how to insert check boxes and text fields but when I enter in data into the fields it copies it through the document.  How can I create a field that I can cut and paste throughout the document but allow it to have separate data in it from the rest of the fields?

    You'll need to rename all of the fields you copy & paste so that each one
    of them has a unique name. Fields with the same name will automatically
    have the same value.

  • I created a form using acrobat XI pro.  SOME users of the form cannot save the form.  what can i do from my side to 'correct' the issue?

    i created a form using acrobat XI pro.  SOME users of the form cannot save the form.  what can i do from my side to 'correct' the issue?

    Do you know what PDF viewer those users were using? Do you have any more details about what happens when they attempt to save?

  • Creating new services using ORADIM utility

    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    Can anyone please help me to fiinf the solution?
    Thanks and regards,
    Vikash Chauradia(DBA Trainee)

    Vikash Chauradia(Junior DBA) wrote:
    Hi,
    i have Oracle 11g R1 on windows XP service pack 3 platform.
    i am having some issue while creating new services using ORADIM utility.
    The Errors are:
    18:13:28 SYS@vik 24-MAY-11> host oradim -delete -sid vik
    Instance deleted.
    18:13:52 SYS@vik 24-MAY-11> host oradim -new -sid vik -intpwd oracle -startmode A -maxusers 100 -pfile D:\app\vikash.chauradia\product\11.1.0\db_1\database\initvik.ora -timeout 60
    OPW-00005: File with same name exists - please delete or rename
    Instance created.
    Error while deleting value, OS Error = 2
    check for the files in ORACLE_HOME/database. You have dropped existing instance and creating service again, move all the files to other folder then create using ORADIM

  • How to create arabic forms using adobe central forms

    How to create arabic forms using adobe central forms

    Any luck here? I have just a subset of your challenge, i.e., I want to get forms designed in Designer 8.2/Acrobat 9 to work in Reader 7.0.5
    Thanks!

  • Creating new Positions using RH_CREATE_POSITIONS?

    Hi
    I tried to use the RFC rh_create_positions to create new positions using C#. But
    i get an error:"Screen output without connection to user".
    Well is there any work around for it or is there any other RFC/BAPI i can use to create positions under an org unit.
    any suggestions are welcome!!!!!
    thanks

    Yes, the BAPI doesn't create the position ID.  You need three tables to be populated for update
    1. hr_object_header - one entry for entire update
    2. hr_infotype_header - one entry for each infotype record update
    3. pd_object - required if you have IT1000 in hr_infotype_header
    4. pd_object_relationships - required if you have IT1001 in hr_infotype header
    Similarly all other tables need update based on records on hr_infotype_header.
    Regards

  • To create login form using swing with sqlserver as backend

    hi.
    can anybody send me code to create login form using swings .
    thnaks in advance..
    sj

    You do realise that you can't create Swing on a JSP page?
    You have to use HTML.
    If you want to use Swing, the java must be running at the client end, which means you need an Applet, and a completely different forum.

  • Account active but cannot create new forms

    Why when I attempt to create new form in active account it asks me to upgrade.
    Anyone else have this experience and if so has it been resolved?

    See if this FAQ helps:
    http://forums.adobe.com/docs/DOC-3203

  • How to create a form using dblink

    dear all
    I am using Ora11g Xe, i have created a dblink of another database user; now i would like to create a form using apex, would anybody can guide me how to go about it? i have tried with normal procedure of creating a form (using client@cmd ie tablename@dblink name) but it didn't work;
    thanks in advance
    uday

    My first preference wouldn't be to use a DB link as opposed to some APIs on the target database that I can call from the form.
    Reason being that there are some things that may best not controlled over a DB link.
    However if you have a really simple case and really have to use this method then in theory you could try creating a synonym pointing to the remote DB object and hopefully Apex should treat it the same as a local object.
    Warning, I've never tried it :-).

  • I created new responsability using seeded menu 'Manager Self Service'it give me that'select action' no selected action

    i created new responsability using seeded menu 'Manager Self Service'  which is assigned to seded responsability  'Manager Self-Service', when i try  to open any  function like 'change job' it give me that there are no  selected actions although it works with the seeded responsability.

    Hi Steven,
    Please create a quota template named "Personal site" and apply in self service site creation page, then check again.
    http://blogs.msdn.com/b/jimmiet/archive/2012/07/22/10332361.aspx
    http://danmyhre.wordpress.com/2010/03/16/my-sites-do-not-have-a-quota-when-they-are-created/
    Thanks
    Daniel Yang
    TechNet Community Support

Maybe you are looking for

  • How to test if MDD power supply is bad or it's Something Else

    Ok, I've had a MDD for 4 years. Dec 2007 the PSU died. I had it replaced under my renter's policy (yeah..) the new rev. part was $870!. I Didn't care... insurance paid for the repair. Now, after 1.5 years, I was having disk corruption issues which le

  • Cannot set File Association in Vista to Acrobat Reader 9.0

    After installing Acrobat Reader 9.0 on Vista Ultimate SP1, I am no longer able to associate the pdf extension with Reader. When attempting to change the pdf file association, Reader is not offered as an option. When clicking the Browse button and poi

  • Why Won't it Export to Word ?

    I just bought one year of this Export PDF thing for $20 just for the sake of one file I want to convert. The prog goes about uploading it - takes forever (It's 66megabytes) - and then closes with a curt, fleeting message that there was an unexpected

  • How do I get safari to ask me before i close a multiple tab window?

    Whenever I close a window with multiple tabs (sometimes accidentally) I want a window to pop up that asks me to confirm that I want to close all the tabs. How do I do that?

  • So if I understand this correctly...

    ... there is no "great" way to manage the fans and monitor temperature levels for my new (unibody) MacBook Pro when running Windows XP via Boot Camp? I have Boot Camp 2.1, Windows (Media Center) SP2, a MacBook Pro 2.8GHz and a bit of disbelief. So fa