Hello,
This is a strange and frustrating problem. Has anyone else experienced this?
My form has a grid column that was previously set to editable.
I changed the column to editable and the column shows as editable in the screen painter preview. But when I load the form with the SDK the column is displayed as not editable.
The grid itself has editable set as true, and other columns in the grid are editable, so the problem is not with the editable setting of the grid as a whole.
I have confirmed that I am loading the correct version of the form.
Here is the xml from the screenpainter file (srf) :
<column uid="V_7" type="16" title="Breakpoint" description="scr_PAOvgRent.U_Breakpoint:BrkpntM2" visible="1" AffectsFormMode="1" width="60" disp_desc="0" editable="1" right_just="0" val_on="Y" val_off="N" backcolor="-1" forecolor="-1" text_style="0" font_size="-1"><databind databound="0" table="" alias=""/><ExtendedObject/></column>
I think that there is something in the form settings that is causing the problem but I haven't been able to fix it using form settings.
Does anyone know what table the form settings are stored in?
Does anyone have any ideas? Thanks in advance for any comments or suggestions.
Mel