NetTalk Central
NetTalk Web Server => Web Server - Share Knowledge => Topic started by: DonRidley on November 24, 2011, 08:40:01 AM
-
Hello all,
Here's a little something I figured out:
On a desktop or laptop screen you have room to display quite a few fields in your browses. On an iPhone or Android this is not the case.
The solution is to limit the number of fields displayed on the phone. But wait, we do not want our pretty desktop browse affected by this.
In your browse, in the field's properties, look for Column Condition.
Enter: p_web.IsMobile() = 0
This will tell the browse to only display this field if it is being displayed in desktop mode.
Cool huh?
Bruce thought ot everything.... ;)
Don
-
Don,
He's done more than that!
Immediately beneath the column condition field is a checkbox "Include in Mobile?".
In NT6 I should add - otherwise you're right.
Peter
-
Damn, I missed that! But, yep, you're right. That check box will do the same thing.
Thanks!!
Don