Thx. Have not used alpha blend in a while. I will give it a go!

Dan Goldberg

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
A. Razzak Memon
Sent: Wednesday, March 1, 2017 6:57 AM
To: [email protected]
Subject: Re: [RBASE-L] - hiding external form file when you open a form

Dan,

Use the ALPHABLEND option to accomplish your goal.

Here's how ...

-- A very simple example

    CLS
    PROPERTY RBASE_FORM ALPHABLEND 'TRUE'
    PROPERTY RBASE_FORM ALPHABLENDVALUE 0
    EDIT USING formname WHERE ...
    PROPERTY RBASE_FORM ALPHABLEND 'FALSE'
    RETURN

That's all there is to it!

Have fun.

Very Best R:egards,

Razzak


At 09:40 AM 3/1/2017, Dan Goldberg wrote:

>I have external form that I use as our menu. I would like to hide it 
>when a user clicks on something on the menu when it opens a form.
>
>That way if the form goes under the external form they will still see 
>it and will not think it is frozen.
>
>Anyone doing this?


--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to