HomeTechnical Support » Modifying Forms

Modifying Forms

New to PrintBoss - need formula help Messages in this topic - RSS

Microfiche
Posts: 4


12/6/2016
Microfiche
Posts: 4
So if I wanted to use that in a footer object, could I do it something like this for a white rectangle that would only show in December?

#[==, Formatdate 'CurrentDate' 'mm', 12]Rect 2, 8.5, 7, 8.9, 0.00, 0.010, B, W, 0,

I am not sure if Formatdate 'CurrentDate' 'mm' returns text or a number...
edited by Microfiche on 12/6/2016
0 link
Peter Kelos
Posts: 5


12/6/2016
Peter Kelos
Posts: 5
You can use the system date (variable) CurrentDate and then mask it to separate the year

Formatdate 'CurrentDate' 'mm'

You can use the following syntax to

#If Formatdate 'CurrentDate' mm = 12....
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\verylate.txt÷
#ELSE
#Assign EmailBodyFile, ÷C:\PrntBoss\Email\Body\current.txt÷
#Endif
0 link
Microfiche
Posts: 4


12/6/2016
Microfiche
Posts: 4
I have a block of text that I would like to only print in December.
I can do this easily in Crystal, but not sure how to manage on a PrintBoss form?
Can someone help?
I can't seem to find a syntax guide - assume it would be something like CurrentDate:'m' = 12
edited by Microfiche on 12/6/2016
0 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software