|
-
Nov 22nd, 2004, 12:54 AM
#1
Thread Starter
Junior Member
input a row in a msflexgrid
hi everybody
I want to input a code in the first column of a msflexgrid and the details are displayed inthe rest of the row.
Can anybody help me plz?
here is the code
dim index as integer
index = 1
With grid1
.AddItem (.TextMatrix(index, 1))
strsql = "select * from itemmaster where itemid = '" & .TextMatrix(index, 1) & "' "
index = index + 1
Thanks
prema
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|