HelloI hv developed my_form, having couple of subforms, fields.They decided to change the layout drastically, pls. let me know How I can MOVE fields as a BUNCH from one location to another location on a DIFFERENT page?Say, earlier i hv 5 fields together, side by side on a same line/row wrapped in my...
Hello,Any code samples for waiting until two sharedproperties are synched? (one of them is a batonproperty as well)I am aware I Can check if both of them are "issynchronized" and also can attach event listeners, but how do I make one wait for the other sync to finish?
Hello All:I'm working on testing the video rooms, and I'm having success with my duplex server handling connections. I thought I would show it off to my friend in Belgium. He was not having a good time, so I took and remoted to capture the error myself. Is this an issue from over seas? Or should...
For compatability purposes with other forms, I have a text field that numeric data is entered into. I would however like to perform a calculation off of this field, so would therefore like to convert the number entered into this field into a numeric value rather than a text value. Can anyone expla...
An Adobe form created in LifeCycle 8.2, enabled for Adobe Reader version 9, displays "Please Wait" page in the preview in place of the actual document form view. Is there a way to disable this error meassage?
Hi,I'm using LCDS 3.1 for a project and while reading the Using LiveCycle Data Services ES2 manual about occasionally connected clients, I came across a paragraph on page 315 about the reconnectPolicy property that can be set either to IDENTITY or to INSTANCE.This property should manage whether or n...
HelloWhen concatenating a couple of strings, i need to get them in 2 lines/rows on the form, like below,Pls. note here all i am using are VARIABLES like my_ID, my_date_my_commentmy_ID + " " + my_date + " " + my_time + my_COMMENT i need it to display like belowABC 08-26-2011 09:08This is my COMMENT t...
HelloWhen concatenating a couple of strings, i need to get them in 2 lines/rows on the form, like below,my_ID + " " + my_date + " " + my_time + my_COMMENT i need it to display like belowABC 08-26-2011 09:08This is my COMMENT that My COMMENT should come in next line, pls. let me know how to concatena...
Hi,I want to roll up even 1 cent in the box that I marked below (in red rectangle). At the moment as default behaviour it rolling up or down which ever close. If the result amount is $137.04 it should be rolled up $138. How can I do that? I also uploaded the file below link.Regardshttp://teomanefend...
Hi,My drop down list has more than 500 enteries . After 200 enteries I need to click on the last item and scroll again to see the remaining enteries , otherwise they are hidden . How can I see the whole list ?Thanks