In 7.5, the best thing is to determine the target resolution for each user.
The desired visual form size for each user depends on:
The user's screen resolution
The user's monitor size
The user's visual preference
So a person with a vision disability may have a 21 inch monitor set to
800x600 resolution to improve readability, but still want an RBase screen
form to be displayed at double its normal resolution because of its
complexity. In this case, regardless of how the form was designed, the user
may prefer to see only one half (the left or right) of the form fill the
entire screen. If the form was designed to be 800 pixels wide, then SCALEBY
'400' would only show the left half of the form initially.
Regards,
Stephen Markson
ForenSys The Forensic Systems Group
www.ForenSys.ca
416 512 6950
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen
> Markson
> Sent: September 15, 2005 1:23 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - RE: Tip of the Day: Using SCALEBY Property in Forms
>
> In 7.1 you need to create a big form and a small form. However, instead of
> determining the form's target resolution by determining who the user is,
you
> can use the CVAL('SCREENSIZE') as follows:
>
> SET V vForm=
> (IFGT(INT(SSUB(CVAL('SCREENSIZE'),1)),1024,'BigForm','SmallForm'))
> EDIT USING &vForm WHERE.
>
> Regards,
>
> Stephen Markson
> ForenSys The Forensic Systems Group
> www.ForenSys.ca
> 416 512 6950