Search results for query: *

  1. D

    Question can we have an editable combobox in datagridview ?

    Can we have an Editable DataGridViewComboBoxColumn in a datagridview or any other alternate for the same ?
  2. D

    Question Having Displaymember and Valumember for TextBox

    Can we have a Displaymember and Valuemember property (like combobox) for a TextBox so that if i user types a string value in the textbox, its Text Property will have the string and Value property will have its ID (Primary Key value). Please help! Regards
  3. D

    Question Changing Measurement Units of Form to from Pixels to Twips

    Hi everybody! Is there any way so that i can set the measurement unit of a form from Pixels to Twips? Regards Thanks
  4. D

    Question How to create a Upgrade Project

    I have a question for many years.. Suppose if I Deployed a project using Setup Project. After some time, I added some features or modify it on customer demand. 1) How do I make a upgrade project so that the user runs the setup and the new changes are upgraded on the client system. 2) How do...
  5. D

    Autogenerate ID

    I am developing an application for Co-operative Society Receipt printing Software. I have Members Table with a primary Key MemberID. It is an access database. MemberID as a Long Integer Column. If the user opens Members Entry Form, a new Record is already added with the new autogenerated...
  6. D

    Enter Key function as TAB Key

    Hello everybody I have a Data Entry form. I wanted to make the Enter key work like TAB key so that if a user presses Enter key, the next control should get the focus key. For this, I used the Forms KeyPreview on and Form's KeyUp Event to trap the Enter key and used the SendKeys.Send("{TAB}")...
  7. D

    Question What is the best option for Data Connectivity ... DataSet Designer or Hardcode

    I noticed many times that Database connectivity using DataSet designer runs slow in opening Data Entry form. I just wanted to know what is the better options between hard coding for connectivity and DataSet designer.
  8. D

    Question How to skip validation of active control when form's close button is clicked.

    Hi everybody. Is there any way to skip a the validating event of the active control when the close button of the form is clicked. It is very annoying when user wants to close the form, but due to the validate event of the active control, it asks for the valid input. The user is forced to...
  9. D

    Question Printing at specified position measured in mm (mili-meter) units

    Hi all I am developing a software for Printing Cheques. I want to show user a form asking the bankname with Payee, Amount, Amount in words, and Date positions in mm units so. These measurements will be used for printing the the details on the cheque at desired location. I just want to know...
  10. D

    Concurrency Voilation Error

    Hi Everybody I am developing a software for keeping record of Delivery of a particular product. I have a Table named 'DelMan' which is the mastar table of Deliverymen I have another Table called 'Deliveries' to store Daily Delivery details for all the deliverymen I wanted to design the User...
  11. D

    Question Parameter ?_1 has no default value

    I am frustrated getting this message again and again. I have developed a database with built in dataentry form. This database is distributed to many different users for dataentry. After data entry, I want to Merge all the user files to one Master Database. For that I wanted to create a...
Back
Top