Hi,
I have a design in which my client needs an Active Report to be best viewable on iPhone. Any suggestions on the same ?
He needs 3 tabs, for say YTD, MTD, Daily which will contain a list each.
I used tab controls to to create this 3 tabs. But I am not able to default it onto middle tab. Does anyone know, how to do so ?
Also, when business clicks a record say Region on Daily tab, it should link to records on the MTD tab. Please suggest as to how I do this and then reset MTD tab to earlier defaulted values.
Thanks,
Sujit
Quote from: newb2cog on 05 May 2014 01:46:32 PM
Hi,
I have a design in which my client needs an Active Report to be best viewable on iPhone. Any suggestions on the same ?
He needs 3 tabs, for say YTD, MTD, Daily which will contain a list each.
I used tab controls to to create this 3 tabs. But I am not able to default it onto middle tab. Does anyone know, how to do so ?
Also, when business clicks a record say Region on Daily tab, it should link to records on the MTD tab. Please suggest as to how I do this and then reset MTD tab to earlier defaulted values.
Thanks,
Sujit
If you want optimal viewing on an iPhone then you should use the iPhone screen resolution as a guideline for the overall page size and total object sizes. Don't forget that the app uses the top 62 pixels for the app header so you need to take this into account when sizing the page etc.
Your tab control sets a variable and can also respond to the variable. Simply set a default value of MTD for the variable and make sure your tab control is being set by it.
You can define the list on the Daily tab to set variable values when you click on things. One of the things it sets should be the variable that controls the tabs - set it to MTD. The other variable(s) should filter the list on this tab.
Cheers!
MF.
Sent from my iPad using Tapatalk HD
I was able to move from Daily to MTD tab, but still not able to reset the tab :(
I have to click on refresh everytime I do this, business wont like it.
Quote from: newb2cog on 06 May 2014 02:26:36 PM
...still not able to reset the tab :( ...
Why not? Wouldn't you just set the variable to the MTD value?
MF.
Done. Thanks. :)