Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 31 AUG 1999 05:06:03PM Dale Walker wrote:

When I try to use Write_Column("Filename",@ID,"Columname",variable,2) in a Symbolic column I get the message "WRITE_COLUMN" has not been dimensioned…..

Why am I getting this?

P.S. I am running a test scenario between Arev3.12 and Openinsight.

All help is greatly appreciated.

Dale


At 31 AUG 1999 06:15PM Stephen S. Revelation wrote:

Dale,

I may be way off with this, but I don't think that you can write data to a calculated column. The data held in a caluculated column is produced dynamically from the 'static' data columns.

If this is something that you totally need to have written to your data table then I would suggest writing the produced calculated column data to a 'hidden' static data column. You may want to take a look at the CALCULATE function as well.

-Stephen


At 31 AUG 1999 10:10PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:

Stupid question, but did you declare it as a subroutine?

[email protected]

Sprezzatura Group

www.sprezzatura.com_zz.jpg


At 01 SEP 1999 09:03AM Dale Walker wrote:

I appreciate the above comments. Our application here has many symbolic columns that calculate data from various fields(columns)and then post the data to various files(tables)using writev in AREV. Since WRITEV is not available in OI, I thought that Write_Column was the replacement command.

Usually the last several lines would look like this in AREV 2.12

zz=(result of an equation)

WRITEV ZZ ON FILENAME,@ID,FIELDNUMBER

@ANS=ZZ

We have zillions of symbolic columns that use this format so you can see how important this is if and when we upgrade to OI. We are currently at AREV 3.12

Dale


At 01 SEP 1999 09:44AM Dale Walker wrote:

Well, for what it's worth, here is an approach that came to me and it works. If there is another solution I would be interested in knowing about it.

ZZ=(RESULT OF AN EQUATION)

OPEN 'FILENAME' TO FILENAME ELSE NULL

READ STUFF FROM FILENAME,@ID ELSE STUFF='

STUFF=ZZ

WRITE STUFF TO FILENAME,@ID ELSE NULL

@ANS=ZZ

Dale


At 01 SEP 1999 09:44AM Don Bakke wrote:

Dale,

AFAIK WriteV does exist in OI, at least it's documented in the PRG.

[email protected]

SRP Computer Solutions


At 01 SEP 1999 09:46AM Dale Walker wrote:

Ok, Thanks!!! I forgot about the else statement

Dale

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/6e9a8129f72201f1852567de0073e96d.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1