From: APlante
Subject: rich edit controls in ACL5.0
Date: 
Message-ID: <Hu5V1.1531$5R1.8631513@carnaval.risq.qc.ca>
In ACL5.0
I'd like to know if there are examples on using "Text-edit-panes,
implementations of OS rich edit controls."
Can i use bold or underline etc..in a Text-edit-panes from the keyboard..

Also i succeed to call Microsoft word and use a bit of automation with it as
a client,
for example all this works fine:

(ole:auto-method tool :resize 600 300)
(ole:auto-method tool :run "HTMLViewSource")
(ole:auto-method tool :quit)

but how can i pass args to more complex methods like :

FileNew Name = "dummy"

(ole:auto-method tool :FileNew ... ???

Is anyone could help ?

Thank in advance..