At 07:00 PM 12/4/2012, Michel et Carole wrote:
Hello All,

Is there a way to know the original screen pixel of a form?

Michel,

Use the GETPROPERTY command to capture the Height and Width of a form.

Example:

GETPROPERTY RBASE_FORM HEIGHT 'vHeight'
GETPROPERTY RBASE_FORM WIDTH 'vWidth'
RETURN

Resulting variables (vHeight and vWidth) will provide you with the height and
width of a form.

Hope that helps!

Let me know if you need sample form to demonstrate the use of such technique.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase/

Reply via email to