Install grid-Object in form ?!

Started by cadplayer, April 01, 2014, 03:55:38 AM

Previous topic - Next topic

cadplayer

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.

marcoheuer

hello cadplayer,
you must change the style of columns in the property dialog

best regards
marco
Marco Heuer
Dipl. Ing.
www.arc-aachen.de
Airport Office

cadplayer

I didn´'t found what you exactly mean?!
Must I initialisize with this method?
Code (autolisp) Select

(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?

marcoheuer

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.
Marco Heuer
Dipl. Ing.
www.arc-aachen.de
Airport Office