Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2009 |
| Replies: 3 Views: 283 no..i insert only one integer (double)..
for example:-
2.1 in column 2
if user insert 2.13, it's only display 2.1...
how to setting this column same like that?? |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2009 |
| Replies: 3 Views: 283 i have 1 msflexgrid. in column two, i want to set the data for integer value and 1 decimal places.how to set this column?
anybody can help me...
i'm using visual basic6 |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2009 |
| Replies: 2 Views: 417 i using visual basic6 code for insert data.... |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2009 |
| Replies: 2 Views: 417 i have a problem with msflexgrid.
in msflexgrid, i have 7 columns and 10 rows.
i insert data into 2nd column 1st row, and now my problem is; after insert data and click tab, i want the data(2nd... |
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2009 |
| Replies: 6 Views: 666 thank you very much for your help |
Forum: Visual Basic 4 / 5 / 6 Apr 14th, 2009 |
| Replies: 7 Views: 7,146 my function same like u,but why my textbox can't display data..
my entire coding is like that:
Private Sub cboItem_LostFocus()
Dim rst As New ADODB.Recordset
Dim sql As String
... |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2009 |
| Replies: 6 Views: 666 this example for text box,but now i using combo box (style drop down list).
how to do that??? |
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2009 |
| Replies: 6 Views: 666 i'm new programmer. can u help me , how to retrieve data from database(access) and display in combo box. the value in combo box will automatic display into text box
example:
dtbs=office.mdb
table... |