Barry G. Sumpter
|
| Posted: 05/10/2002, 9:34 AM |
|
I'm attempting to combine the cool PopUpCal scripting with the cool
Retaining Sort and Page scripting.
But the Sort and Page Retention Scripting seems to be cancelling out the
PopUpCal scripting.
The following script from the Sort and Page Retention Scripting:
Bugs Record Form
Before Execute
sParams = sParams & "&FormBugs_Sorting=" & Session("FormBugs_Sorting")&
"&FormBugs_Page=" & Session("FormBugs_Page")
Keeps the following script for the cool calendar popup from executing:
Bugs Record Form
Show before insert
SetVar "Cal1", PopupCal("Bugs","reported_date")
SetVar "Cal2", PopupCal("Bugs","date_assigned")
SetVar "Cal3", PopupCal("Bugs","date_resolved")
SetVar "Cal4", PopupCal("Bugs","fixed_date")
SetVar "Cal5", PopupCal("Bugs","verified_date")
Which causes the PopUpCal icons NOT to appear at all.
If I comment out the sParams line (shown above) the PopUpCal icons appear
correctly.
But, of course, my sorting and paging retention fails.
Any suggestions?
Thanks,
Barry G. Sumpter
|
|
|
 |
Barry G. Sumpter
|
| Posted: 05/10/2002, 4:37 PM |
|
Also,
When attempting to merge the SubWindow with the PopUpCal I get the same
problem:
If I Use the following {sub_projectid} (intending to use a grahphical
hyperlink to display a sub window):
Bugs Record Form
Fields
Project_id Project {sub_projectid} Listbox
Te PopUpCal Icon DO NOT appera correctly.
When I remove the {sub_projectid} the PopUpCal Icon apprear corectly
again.
baz
"Barry G. Sumpter" <bsumpter@bigpond.net.au> wrote in message
news:abgsq5$fuk$1@news.codecharge.com...
> I'm attempting to combine the cool PopUpCal scripting with the cool
> Retaining Sort and Page scripting.
> But the Sort and Page Retention Scripting seems to be cancelling out the
> PopUpCal scripting.
>
> The following script from the Sort and Page Retention Scripting:
>
> Bugs Record Form
> Before Execute
>
> sParams = sParams & "&FormBugs_Sorting=" & Session("FormBugs_Sorting")&
> "&FormBugs_Page=" & Session("FormBugs_Page")
>
>
>
> Keeps the following script for the cool calendar popup from executing:
>
>
>
> Bugs Record Form
> Show before insert
>
> SetVar "Cal1", PopupCal("Bugs","reported_date")
> SetVar "Cal2", PopupCal("Bugs","date_assigned")
> SetVar "Cal3", PopupCal("Bugs","date_resolved")
> SetVar "Cal4", PopupCal("Bugs","fixed_date")
> SetVar "Cal5", PopupCal("Bugs","verified_date")
>
> Which causes the PopUpCal icons NOT to appear at all.
>
>
> If I comment out the sParams line (shown above) the PopUpCal icons appear
> correctly.
> But, of course, my sorting and paging retention fails.
>
>
> Any suggestions?
>
> Thanks,
> Barry G. Sumpter
>
>
|
|
|
 |
|