The smpl option in the linkto command does not seem to work for unstructured pages. In the following example, I get an error in the link object:
*** Unable to Perform Link ***
Error in Sample: Illegal date IF AMONTH="SEPTEMBER".
Code: Select all
WfCreate(wf=C:\Temp\test.wf1) u 10
Alpha aStudentName = "Brian"
aStudentName(2) = "Anne"
aStudentName(3) = "Anne"
Alpha aMonth = "january"
aMonth(3) = "september"
aMonth(4) = "september"
Series TestScore = 3
PageRename untitled RawData
PageCreate(page=ScoreInSeptember) u 10
Alpha aName = "Anne"
Link Score
Score.linkto(c=unique,Smpl="if aMonth="september"") RawData\TestScore @src aStudentName @dest aName
Regards,
/Erik.
