Addtable Position (OpenInsight 32-Bit)
At 06 SEP 2006 10:51:45PM Richard Richter wrote:
I'm using 7.2.1 OIPI. I need to position a table a table 2 inches to the right of the left margin. I tried the POS and INDENT messages prior to the ADDTABLE message. Aside from printing line by line and column by column using the TEXTXY message, is there any way to indent the table?
Thanks,
Richard Richter
At 06 SEP 2006 11:53PM Barry Stevens wrote:
Use the "Position - Position" option
Parm7 - Format
Border See OIPRINT_EQUATESBorder style for the entire table
0 - None
PositionL Left
R Right
C Center
F Flush
Position ←This one (enter the number of inches)
At 07 SEP 2006 08:58AM Bob Orsini wrote:
Barry is correct. A numeric in parameter 7 sub value 2 will cause the program to add in inches the value to the left margin.
At 07 SEP 2006 12:18PM Richard Richter wrote:
What seperates the Border and Position in Parm 7? I've tried comma, @VM, and @FM. What am I doing wrong?
Richard
At 07 SEP 2006 01:12PM Sean FitzSimons wrote:
Richard,
It is @fm delimited.
parm7=TB_ALL:@fm:2
Sean
At 07 SEP 2006 02:21PM Richard Richter wrote:
Thanks Sean. Seems I'm still doing something wrong. I'm getting a not dimensioned or declared. It's declared. This is my command:
v=Set_Printer("ADDTABLE", "~]620":@VM"~900":@VM:"~]720","",Treatment,"","",0,TB_ALL:@FM:1.7)
Treatment is the data from a table using the LIST property.
What is wrong?
Thanks,
Richard Richter
At 07 SEP 2006 02:29PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
If this is your code you're missing a colon after the first @Vm.
World leaders in all things RevSoft