I am using VB6, SP5; my HFlexgrid component is listed as SP4 (ver 6.0.88.4). My grid as 6 rows, 2 columns; 0 fixed rows, 1 fixed col.
In code I am trying to set the FormatString to display my field names vertically in the fixed column. Here is my code:
sFieldNames = ";Name |Address1 |Address2 |Cty/St/Zip |Control# |DOB "
.FormatString = sFieldNames
When the app is run and the grid populated, the field names do not appear (the fixed column is still blank). Any assistance would be appreciated.
Thanks,
Oliver
In code I am trying to set the FormatString to display my field names vertically in the fixed column. Here is my code:
sFieldNames = ";Name |Address1 |Address2 |Cty/St/Zip |Control# |DOB "
.FormatString = sFieldNames
When the app is run and the grid populated, the field names do not appear (the fixed column is still blank). Any assistance would be appreciated.
Thanks,
Oliver