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.

Reply via email to