Talking about Serialname and Questions, I am using a form like below creating the pages targetgroup.0001, targetgroup.0002, etc. With all data and the format I want working..<br><br>My problem is redirecting (nextpage) to  targetgroup.Show?page=NameofCreatedPage ( ex. targetgroup.Show?page=0005 ), how do I manage to do that ?  I have tried using target at the beginning of fox and in the foxptv markup, please advice.<br>

<br>Thanks,<br>
Edwin<br>
<br><br>(:fox testform :)<br><b>.<br>.<br>.<br></b><br>(:input submit post Send:)<b><br></b><br>(:foxptv  ptvfields=var1,var2,var3 ptvtarget=&#39;{$$(serialname targetgroup)}&#39;  :)<br><br>(:foxend testform :)<br><br><br>

<br><div class="gmail_quote">On Thu, Jan 28, 2010 at 7:38 PM, Hans <span dir="ltr">&lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thursday, January 28, 2010, 6:26:10 PM, Randy Brown wrote:<br>
<br>
&gt; I tried incrementing the serialname beyond 9999 a couple of months ago and it worked.<br>
<br>
that&#39;s what I thought.<br>
The starting number is only important to give enough leading zeros.<br>
So with the default &#39;0001&#39; you get page names in the right<br>
order up to 9999, but when the incrementing goes beyond this,<br>
then for instance 10000 will appear before 1100, in the alphabetical<br>
order, which is the default in a file system.<br>
<br>
<br>
  ~Hans<br>
<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>