Hi,I've designed a form with check boxes and radio buttons. When I view it in the designer, however, I can't select them. They seem to act as regular text.I made another form yesterday with the same items which work fine. So, I created a new form with check boxes on them but they don't work eithe...
Part of script I'm working on searches for a colon and removes it. It works great unless zero's are entered after the colon. I that case the zero's are dropped.if(TimeReceived.rawValue.search(":"))val1 = TimeReceived.rawValue.replace(":", "");else val1 = TimeReceived.rawValue; For example:15:15 = 15...
I thought I read somewhere that the BAM tool needs its own server. Is this true? What are the minimum system requirements? I tried to google it but only ran across a document that said to refer to an xls file on the "enclosed cd" ;-)Thank you,Elaine
Hello,I have many problems memory, when using the workbench.When a try to add a component in the workbench, I get an outOfMemoreException in the log file. There is an error message in a popup in the workbench.My configuration:Hardware: Intel Core 2 Quad - Q9550 - 2.83 Ghz - 4Go of RAM - 32 bits (thi...
Hi,is there anybody who is able to help me with the following problem???I started my process from Workspace ES and as a first step I attached one locale file (IMG.JPG or IMG.TIF e.g.) as a form attachment. I used "Attachments" bookmark in the Workspace ES.I need to get file name of attached file in ...
1. Can anyone explain the basic need of an start point event? And how it works with two processes?I heared that it is used to invoke(initiate) another process in occurance of an event. In this case how it is differ from chained process (i.e subprocess in ES)?Thanks,Nith
Is there a trick to assigning a value to an attribute of an element in an XML variable using XPATH inside a setValue activity? When I try something likeLocation/process_var/xml_var/test/@IDExpression:/process_var/test_valueit complains about the @ sign in the location assignment. I seem to be able...
I have a pdf form which was created using Adobe 4.0(may be planet pdf not sure).Anyway, I have a complex problrem. I have copied the old pdf file to a new pdf file as I need to increase the distance between the two fields. The fields are static field. I tried doing this using Adobe LiveCycle, and th...
Hi -I have a table (Name) with a variable number of rows (Name2). It's on the subform Committee.CommitteeReq. The table has two columns. The first column is blank (to align some other items), while the second column contains a text field (Member). I want to toggle whether or not the field Name.N...