Search results for query: *

  • Users: adi2015
  • Content: Threads
  • Order by date
  1. adi2015

    Checking if value inserted in combobox is in related table, if not, opening new form

    Hi, in my database I have combobox which shows Patient ID (it contains 13 numerical characters). Field "Patient_ID" is from table called "Patients". This is how combobox looks like http://s23.postimg.org/5sr8s7utn/18_Apr_15_11_38_33_PM.jpg If user types already existing Patient ID (in table...
  2. adi2015

    Opening second form based on data from selected row from first form?

    Hi, I have form based on View called "Patients_list" which contains summary of patients with some basic data (ID, name, surname, date of birth etc). I am trying to create code so that users double clicks certain ID of patient from list, new form to be open called "Patient_details" which will...
  3. adi2015

    Error "Friend Overloads Sub InitVars()' has multiple definitions with identical signa

    Error "Friend Overloads Sub InitVars()' has multiple definitions with identical signa Hi, I am using visual studio 2013 to build my database Last day I was working on my form with 6 tabs total. From time to time I haved copied some textbox or combobox from 1 to my 6 or 7 tab. I was to lasy to...
  4. adi2015

    Creating form based on OrderHeader table containing subform "OrderDetail"

    Hi, I am trying to create OrderHeader form which will contain subform "OrderDetail". User can input data about order header (date, customer etc), and in subform user will be able to input as much rows he likes (I plan to use datagrid view). You can see relationship between these tables bellow...
  5. adi2015

    How to make combobox values searchable character by character (google like)?

    Hi, I was wondering how to make combobox values searchable character by character (google like). For example, if text box cointains list of emploleey (their names), if I type 'J' I will get automatic generated list of names starting with J. If I type 'Ja' I will get autmatic list of names like...
  6. adi2015

    Time picker insted of date

    Hi, Is there any control which allow the user to pick ONLY time (not date)? May be the UltraDateEditor can be set up some way to achieve this. Here is an example of what I want: This is a DateTimePicker (from WinForm controls) with a custom formt ("HH:mm") and ShowUpDown set to true...
  7. adi2015

    Creating validation for user input?

    Hi, I have 5 fields on my form which I need to validate on lost focus and save button. These fields must be mandatory. Searching through google I have find useful tutorial Validate user input in Windows Forms - CodeProject but I don't want to install some "Validator.dll" in order to achieve...
  8. adi2015

    How to update fields on windows form after updating value in combobox?

    Hi, I have combobox on windows form, named 'Patient ID'. I would like, when user apdates this field, for other fields on that form to be updated. Please see image attached. Can anyone help me with this? Thank you. Adi
Back
Top