Page 1 of 1

go to layout in calcuation

PostPosted: Fri Apr 14, 2006 4:34 pm
by Jimbo
In FM6, can calcutation to to a specific layout.

Case (Pricing = "Custom", Go to Layout (Custom Quote))

or Case Pricing = "Custom), perform script(XXXXXX)

Hopefully someone is working this evening or Saturday and can help.

thanks in advance

PostPosted: Fri Apr 14, 2006 7:34 pm
by Ender
This can be done with script steps, not a calculation.

If [ whatever condition ]
Go to Layout [ some layout ]
Else
Perform Script [ your script ]
End If