How can i do the following calculation:Values/Fields are:Amount:[DISCOUNT1] 10[DISCOUNT2] 20[DISCOUNT3] 30Percents:[DISCOUNTIF1] 1[DISCOUNTIF2] 2[DISCOUNTIF3] 3Total:[TOTALDISCOUNT]The calculation should go something like this:If total amout is over 10[DISCOUNT1] and below 20[DISCOUNT2], the [DISCOU...
I need a way to determine if the form is blank. I have a project and the customer wants one of two scenarios. If the form is 100% blank, no data of any kind in any field, then the want to print it one way. However as soon as a field (any field) has any data in it then it will be printed a different ...
I am trying to Date2Num but only wnat to display the Date2Num greater than 30 days, because i am going to use that to multiply other numericfields.with help of some genius I have come up with the NumOfdays formula but need the if statement. thanksNumOfDays=Date2Num(endDate.rawValue,"YYYY-MM-DD")- Da...
Hello , I tried to develop a component and have deployed it on the server , there is an operation in it and return a java.lang.List value , now I drag an activity and define the activity using the component , and I define a list varible to save the output result from the component , but it report...
Hello all,I have an form with a drop down list in it. I want that if the value in the list is "yes" that you can put some text in the textfield below it. But if the value is "no" the textfield must be readonly and not chageable.I've bind the text to variable 1 and 2 I've tried/made the following scr...
HiI want to upgrade from ES2 to ES2.5, but don't know the detail. I 've read the Adobe Home Site (URL: http://imageready.info/ap/products/livecycle/upgrade/), but it seems complicated. I just want to know what I need to do, downloading or installing. Is there any manual of upgrading?Thanks for your ...
Hi All,We are working on a offline interactive forms for SAP CRM.We came across a strange bug in 8.2.1 where the XDP builds up with redundant "<?templateDesigner StyleID aped0?>" items increasing the file size enormously.We then found a post and upgraded to 8.2.3 version but due to our SAP installat...
Hi!I am looking a way to know when user(any user in the room/group) started to publish his webcam and stopped.I've tried to add listener to StreamManager protected function cameraview_initializeHandler(event:FlexEvent):void{ this._connectionSession.streamManager.addEventLis...