Install grid-Object in form ?!

Started by cadplayer · 2014-04-01 10:55 UTC · 3 replies · SMF topic #2119

Hello!

I have create a grid in a form and I would like type in some notes in the "grid-table" but I can´t click or doubleclick something else in the table. Do I missunderstand something or what can I do.
I want set and get cell-values.
Attachments
hello cadplayer,
you must change the style of columns in the property dialog

best regards
marco
I didn´'t found what you exactly mean?!
Must I initialisize with this method?

(command "_OPENDCL")
  (setvar "CMDECHO" cmdecho)

  (dcl_Project_Load "h:\\Dropbox\\2014\\dcl\\DimTool.odcl")

  (dcl_Form_Show DimTool_DimForm)

  (defun c:DimTool_DimForm_OnInitialize (/)
  (setq a (dcl_Control_GetColumnStyleList DimTool_DimForm_Grid1))
  )

nil?!
what do I wrong?
Attachments
right click on grid object -> properties
in the "control property wizard" dialog you have a tab "columns". here you can select the style of column.