John:  What you can do in your situation is to have a button
or a menu selection on your main form that lets the user choose
that they are using a "small screen".  Keep that in a global
variable like:  xSmallScreen = "yes"

You might also be able to trap (cval('computer')) if you can 
identify the exact machine.

Then you can take the necessary forms, design a small screen
version, and then do:
       SET VAR vFormname = (IFEQ(.xSmallScreen,'yes','FormSmall','Form'))
       EDIT USING &vFormname

I don't think it would be that hard, and I'll bet you can talk your 
client into trying one as a test.

Karen



In a message dated 2/25/2012 10:44:34 PM Central Standard Time, 
[email protected] writes: 
> One of my clients asked me to connect her Kindle Fire (Android) to the 
> RBASE application that she is using.  I used a free RDP app called AccessToGo 
> to accomplish the task.  The ATG app works well and my RBASE applications 
> are fully functional.  However, the Fire has a small screen so it takes a 
> lot of screen resizing to operate the RBASE application.   I may redesign 
> some of the forms and reports to work better with the small screen if there 
> is enough interest from my clients.   
> 
> 

Reply via email to