|
| Save as dataform1 ...addgraphic |
 |
Thu, 8 May 2008 23:49:22 +0100 |
There appears to be a syntax error in the Save as dataform1 code for the for
the rectangle, triangle, arc and elipse controls e.g.
fg =@
f.addgraphic(dataform1rectangle,...bordervisible=.truename="triangle84"
;...
I assume should read:
fg =@ f.addgraphic(dataform1rectangle,...bordervisible=.true,
name="triangle84"...
Note missing comma separating the "bordervisible" and "name"
properties and
similar for the triangle, arc and elipse controls code.
Steve.
|
| Post Reply
|
| Re: Save as dataform1 ...addgraphic |
 |
Sun, 11 May 2008 10:34:02 +010 |
Steven Kang wrote:
> There appears to be a syntax error in the Save as dataform1 code for the
for
> the rectangle, triangle, arc and elipse controls e.g.
>
> fg =@
>
f.addgraphic(dataform1rectangle,...bordervisible=.truename="triangle84"
;...
>
> I assume should read:
>
> fg =@ f.addgraphic(dataform1rectangle,...bordervisible=.true,
> name="triangle84"...
>
> Note missing comma separating the "bordervisible" and
"name" properties and
> similar for the triangle, arc and elipse controls code.
Steven,
Thanks for all your recent bug reports. I appreciate all of them. I am
currently putting some finishing touches on a release and will try and
incorporate the bug reports you are currently submitting into the coming
release. There are not a huge number of product changes in the coming
release, but much more in the way of product cleanup.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|