Search results for query: *

  • Users: muleo
  • Order by date
  1. M

    Insert data from two forms using SP

    Or should i store the paymement data of form3 somewhere else( for example on a list or somewhere else)
  2. M

    Insert data from two forms using SP

    The reason that i am thinking to use class is because i am thinking to create an intermediate form between form 1 and form 2. The intermediate form will be useful for user (seller )to choose the method of payment (credit or cassh) and depend of the choise the relevant form will open. For example...
  3. M

    Insert data from two forms using SP

    Can i use a class to handle this data from form2 or in what way can i handle these data. Thnkas again!
  4. M

    Insert data from two forms using SP

    Also I forget to put one line of code on the question. On the end part of method mbushe is a line of code: Program.dta.Add(ad). dta is a static list declared on Program.cs
  5. M

    Insert data from two forms using SP

    Yes it's supposed to close when the insertion is done
  6. M

    Insert data from two forms using SP

    Hi everyone. I am trying to insert data from two forms (winform) into SQL. The form 1 contains some textbox and a datagridview , and Form2 contains two textboxes. When the user click button"btnform2", the form two is opened but the form 1 still remains opened. Now i want when user click the...
  7. M

    Inserting data from two forms into sql table

    I am developing a small pos application where user can make payments and save db. Until now I stored data from one form(datagridview, textboxes etc), but now I decided to add one more form (for payments and the change). The idea is that the user call data from db in datagridview(***barcode, qty...
Back
Top Bottom