Hi, I am trying to search for tasks that belong to running process instance by using the follwoing code: ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps); TaskManagerQueryService queryManager = TaskManagerClientFactory.getQueryManager(myFactory); TaskSearchFilter...
Hi all,I am trying to read xml from a static PDf ,parse it and push data to a database.I am using Adobe LC ES 8.2.I am using Read Document , export data ,set value and a jdbc component.Attached below is my process diagram.Read form output variable is document type which is input to export data.Expor...
Talking about Web Services and Data Access, adobe is one of the companys who provide many benefits for us.With the development of computer technology, the apply of data is everywhere in our modern life. So there are many products that come out to deal with it. Off cource we know Adobe is a good choi...
I'm using LiveCycle Designer ES 8.2, on the forms that i have,there is a date\time field. I want to know if you could make the calendar pop up automatically when you tab into a field? Any ideals thanks
Hi,When I try to initiate the workspace process flow, I am getting following exception. Previously it was working fine without any error. Now for all our process workflows are getting the same error. Can someone help me to resolve this. /* Style Definitions */ table.MsoNormalTable {mso-style-name:"T...
On the leave request form that I'm working on, there are certain leave types that require that the form originatorattach some sort of documentation, like a doctor's note if they are claiming sick leave.In my start point, I have the "Permit adding attachments" checkbox selected, and store the attachm...
Hi,I have created a fabulous form with checkboxes to change the visibility of various subforms. It works beautifully, except when the form is saved and then reopened it has the checkboxes marked, but the subforms are not showing. Is there any way around this?Thank you!
Could somebody give some basic instruction into how to activate the audio publish/subscribe elements in flashbuilder 4 please?Just placing them on the page doesn't do anything so what do I need to do? import mx.events.FlexEvent; Ê Ê Ê protected function txtUsername_enterHandler(event:FlexEvent):void { // TODO Auto-generated method stub connectRoom.login(); labelUserName.visible = false; txtUsername.visible = false; } protected function btnZoomScreen_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub if(btnZoomScreen.label == "Zoom In"){ moveEffect.targets = [scrshare]; moveEffect.xTo = 364; moveEffect.yTo = 10; moveEffect.play(); Ê resizeEffect.target = scrshare; resizeEffect.widthTo = 1000; resizeEffect.heightTo = 600; resizeEffect.play(); Ê btnZoomScreen.label = "Zoom Out"; Ê btnZoomScreen.y = 620; }else{ moveEffect.targets = [scrshare]; moveEffect.xTo = 364; moveEffect.yTo = 10; moveEffect.play(); Ê resizeEffect.target = scrshare; resizeEffect.widthTo = 936; resizeEffect.heightTo = 427; resizeEffect.play(); Ê btnZoomScreen.label = "Zoom In"; Ê btnZoomScreen.y = 620; } } protected function button1_clickHandler(event:MouseEvent):void { // TODO Auto-generated method stub } Thanks in advanceIan
I'm looking for a way to have more table rows appear on the actual form. I created a table with one header and one row with the add and delete button option. I like how the purchase order form sample has it setup where in designer it shows one row and then on the form it appears the table has three ...