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
Upgrade Project
but after creating a different setup project with the updated .exe file, when we run the setup, it asks to remove the earlier version of the application. where in i want that it should just upgrade it.
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...
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...
Thanks
Thanks for your Suggestions.
But I have around 20 textboxes on the form. do i need to write code for each textboxes keypress event or there is better way to accomplish this.
Regards
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}")...
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.
You did not understand my question. The Active (Focused) Textbox Control which has the validating method and when you click on form's close button, it will fire its (Textbox's) Validating event first and then the form's closing event will occur.
Regards
Thanks
Hi Bobby
I mean to say that suppose I have a textbox which has the current focus on the form and it has a validating method to check if the textbox is not empty. If it is empty, it shows a error message and remains in the textbox. Now problem is that some times user wants to close the form...
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...
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...
...IsDBNull(DeliveriesBindingSource.Current("Net_Retail")) And Not IsDBNull(QtyTextBox.Text) Then
AmountTextBox.Text = QtyTextBox.Text * DeliveriesBindingSource.Current("Net_Retail")
AmtRecdTextBox.Text = AmountTextBox.Text
End If
End If...
...Private Sub OpenTable(ByVal MasterDataBaseName As String, ByVal UserDataBaseName As String, ByVal TableName As String)
Try
'****** Master Database
' Define a connection object
Dim dbConn As New...
Thanks 4 your suggessions.
I will tell you what I exactly want
I want to write a MergeUtility. This uitility will ask the user the Master Databse Location where the Records should be appended and the User Database from which Records should be taken to append to the master database. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.