Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSFlexGrid - Visual Basic 6.0

Status
Not open for further replies.

Danielvb

Programmer
Oct 8, 2002
34
US
Hello Everyone

Please I need some help to find the right example using MSFlexGrid in Visual Basic 6.0

I know how to create and add information to an MSFLexGrid but I have never done tasks such as typing, updating or entering information into a cell

I have the following tasks that I am having some difficulties to accomplish:


--- I have an MSFlexGrid that I download some information from a text file. The MSFlexGrid has 5 columns named (Item Description, Count, Current-Date, Store ID, User-Name)

--- Once the Application load the MSFlexGrid with the data (only the items Description and current-date) the user will count the merchandise and keyed the quantity counted into the respective cell


--- The only cell that I must allowed to change is the Count and Store-ID, the rest of the cell he/she can not change the information


If any know any example that I can get from please, send me an email I need it. Any tips is very appreciated

Thanks



Daniel
Hollywood, FL
 


A good place to start would be to read the following FAQ that gives a good overview of how to simulate an edit in a flexgrid: The mousecol property will allow you to selectively enable an edit on particular columns.

faq222-3262



Mark

"You guys pair up in groups of three, then line up in a circle."
- Bill Peterson, a Florida State football coach
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top