Hi,
Perhaps, you can use the Timer control for the item # 2. Regarding the item # 3, you might want to use expression with Pad Left inline function to accomplish this, see link below. https://help.k2.com/onlinehelp/k2five/userguide/5.2/default.htm#Create/Views/ControlExpressions.htm?Highlight=pad left.
Thanks for this, but I am still struggling to get the ID to save as 4 digits i.e 0001 rather than 1 when the record is initally created.
Could you offer any further advice on how to get the ID saved as above when you use the create method
Regards
Andrew
Where are you saving this ID? To a SQL Database or SmartBox? In any case, even though it is numeric, you may have to define it as text to get the behavior you want.
Thanks,
I have managed to come up with a work around
Would you mind sharing your work around? I think it would be valuable for others (and myself!) to hear how you handled this. Thanks!