|
-
Sep 24th, 1999, 08:52 AM
#1
Thread Starter
New Member
When loading a form containing an MSFlexGrid and a data control, the data control RecordSource field names are automatically included in the first fixed row. Redefining the text in the first fixed row can be achieved by code such as ...
msfgObject.row = 0
msfgObject.col = 1
msfgObject.Text = "Header Title"
BUT this method doesn't seem to work in the form load event, although it will work on any subsequent event on the form.
Any suggestions for loading headers on msFlexGrids at form load()??? <IMG SRC="http://216.167.2.32/ubb/smile.gif">
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
|