A
|
ann 6/25/2010 |
Hi, $values["FieldName"]=rand(1109867, 9548659); where FieldName is actual field name. |
M
|
munkeh author 6/28/2010 |
Hi, |
J
|
Jane 6/28/2010 |
Hi, |
M
|
munkeh author 6/28/2010 |
Hi, to fill field with random value on the fly using custom button add custom JavaScript code to the 'Clint before' or 'Client after' section of your button. Check JavaScript random() method: http://www.w3schools.com/jsref/jsref_random.asp
|
A
|
ann 6/29/2010 |
Hi, document.forms.editform1.value_FieldName_1.value=Math.floor(Math.random()*(9548659-1109867)+1109867)"
|