Thanks Emmitt!
That helps too. Is there a way to make the entire image show up within the browser control rather than just the top left corner?
Mike
-------------- Original message from "Emmitt Dove" <[email protected]>: --------------

Mike,

 

You cannot set the property of a component in a form you haven’t opened yet.  If the form “myformname” is the one with the browser, open the form first then issue the property command in, say, the on after start eep.

 

Emmitt Dove

Manager, Converting Applications Development

Evergreen Packaging, Inc.

[email protected]

(203) 214-5683 m

(203) 643-8022 o

(203) 643-8086 f

[email protected]

 

From: [email protected] [mailto:[email protected]] On Behalf Of Michael J. Sinclair
Sent: Tuesday, November 17, 2009 7:49 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Syntax for Web Controls in a form

 

Hi All,

 

I would like to display various picture files (pdf, jpg and maybe tif or bmp) using a Web Browser control within a form.  I see there are three types of Web Browser controls, a Variable, a DB and a "plain". I am having trouble with the syntax for the property command to change what is displayed.

I have a form with just 1 control in it, the Web Control. The Component ID is docbig (my lingo for a big document).

 

What I am trying that is not working is.....

 

PROPERTY docbig URL 'c:\docs\00020.jpg'

EDIT USING myformname

 

What am I doing wrong? Which of the 3 web controls should I be using??

 

Mike

Reply via email to