Reply To: add unique number to field

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf add unique number to field Reply To: add unique number to field

#56750
David Caragay
Participant

Jason,

Here is a sample code fragment you can revise for an xlt proc.  Similar code can by used in an IB tcl proc.

set counter_file

set count [CtrCurrentValue counter_file]

if {$count == 1} {

     CtrInitCounter $counter_file file 2 99999

}

set count [CtrNextValue $counter_file]

set xlateOutVals $control_id

Forum Statistics

Registered Users
5,117
Forums
28
Topics
9,292
Replies
34,435
Topic Tags
286
Empty Topic Tags
10