Working with formulas, if the amount is negative I would like it to automatically show the amount as (-20) rather than just -20. Can you please advise me what I need to do.RegardsJenny
How do I change the display parameters of a calculated field which displays the results as a percentage which will add one decimal place to the resulting percentage number.All works except that the field display of percentage does not show a single decimal place.I have changed the field from Numeric...
Two questions from a noob.1. I have a form that needs to mirror what the user enters in one text field into a identical text field. So after the user types info in TextField1, then exits the field, the exact information shows in TextField2. TextField2.rawvalue = TextField1.rawvalue;Doesn't work, w...
I have searched the LC forum for any information on how to script an x-y graph from tabulated and/or calculated data within a form. Has anyone had the opportunity to do this, or seen any information on how? I would appreciate any and all suggestions and/or references on where to go look. Much tha...
hi i developed a application using afcs and now wt i want is i want convert that application into adobe air desktop application so is this possible if so plz help me so that it may be helpfull to me
Attached is a document where I need to be able to hide text if the check box is selected. I have been able to achieve this but if a person changes their mine (which is very much a possibility) and they decided to uncheck the box, the text doesn't reappear.Can you please have a look at the scripting...
Hi again Okey, like the headline said, I've got some problems with required radio buttons right now. In static fields they have a border when they are required.In dynamic forms they neither have, nor get any border.I tried already:1) to make a border with script (unfortunatelly it takes in the text ...
hi my problem is i am trying to get usernames which will be appearing in listbox in chat function but iam unable to get it so can any one help me how to get themiam placing that code herethe code which is in red where i got stuck iam unable to get users name present in that list box so can a...
So, I've got my little unique number generation script that I've posted on here before...it's on the Initialize event of the field.if (this.rawValue == null) { var d = new Date(); this.rawValue = parseInt(d / 1000);}else { this.rawValue = rawValue;}Which works fine if on the body of the fo...
I have hunted and just can't come across this solution. Sorry to ask what is probably a simple question to most on this forum. I have an 8 page document that the enduser has to enter their name and some demographic info on the cover page. I then want to use that data on the following pages in the...