Thanks it works !But i need to go at a new line. I tried ou
creation a new paragraphe, it dont works ! Only the first paragraphe is
show !exemple : my text my text
HelloI need to write in textField the result of a calcul. But i want to
write this result in with some text exemple :var resultCalcul=3000
*10;myfield.rawValue = "My text "+resultCalcul+" End of my result"; // i
want ti write resultCalcul lick this 30 000Thanks
HelloIs there a function (number_format) in liveCycle who can change a
number style for exemple :5000 => 5 00050000 => 50 000 ...In need to do
it into a long String.Thanks
HelloI need to use 3 variables for different thinks.How can i load the
day number, the month date and the year date ?exemple ://javascript
codevar day = date("dd");var month=date("mm");var year =
date("yyyy");Thanlks !
Dear,I use "musTable._row.addInstance(1);" to dupplicate this row, in
this row à have à texte field called "price".I want to calculate the
"somme" of all the prices.Can you help me