Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Es Sayen

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 sql = "select ItemID,ItemName from Item where ItemID='" & Val(cboItem.Text) & "'" rst.Open sql, conn If Not rst.EOF Then Text1.Text = …

Member Avatar for abdalla_92
0
1K
Member Avatar for snta

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

Member Avatar for AndreRet
0
118
Member Avatar for snta

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 column 1st row) will be automatic display in same column but in …

Member Avatar for snta
0
110
Member Avatar for snta

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 name= item field name=itemID,itemName itemID=M1; itemName=modem itemID=M2; itemName=repeater i want this combo box display all itemID in …

Member Avatar for choudhuryshouvi
0
161

The End.