Hi Guys,
How to place a running no. on the portal row foundset. In FMP 7, you
just have to place “@@” at one of the portal column, it will
automatically display the running line no.
Can we use controller.setSelectedIndex on the portal to show the
running item no. and how to do it.
Thanks in advance.
Hi SV,
I’m guessing this will work:
try creating a label and look at the text property.
In the dialog that comes up, take a look at the little popup on the left. It has
%%selectedindex%%
and switch displaytags on…
swingman:
Hi SV,
I’m guessing this will work:
try creating a label and look at the text property.
In the dialog that comes up, take a look at the little popup on the left. It has
%%selectedindex%%
and switch displaytags on…
Thanks for the advice. The above method is not working. It always shown
1 for all the portal row when the dataset is loaded. But if you click on portal row 3, only then the it will show 3 in portal row 2 & 3. If you click portal row 5, then 5 will appear in portal row 4 & 5.
Anyone know how to solve this problem.
Thanks.