Forum Discussion
PBalazs
Aug 01, 2025Copper Contributor
Word activex control error
We use Alaska XBase++ programming language and manipulate word document via activex control for years. The next program lines cause error since 30 july (perhaps after updating word components). We...
PBalazs
Aug 04, 2025Copper Contributor
Thank You,
Affer debugging more thoroughly the program, it turned out after allocating a
table (nRows,nColumns, both >1) and trying to set the cells value,
the oCell:range.text:='text' command changes the size of the table to 1 row,
even if the row to be setted is greather than 1. It must be a new bug in the word program.
Is there an other command or method to set the value of a cell in a table, ?