using the JavaScript object and flow

Two problems:

Problem 1

I'm trying to understand the best way to manage a service on the attached form (the form is under construction and messy!).

There is a requirement to attach files to the form. I have it understood, but would like to cope better. There are about 8 places to attach files, and each time I move things around I need to change the code for each button, so I think that function in a script object implementation is the way to go (let me know if there is a better way!).

I think I've learned how to work the script objects, but have not tried this although there are has a few pieces I could not understand yet.

The way it works now, it's you click on the button to fixation, attach a file and the file name is entered in the field surrounding the button - there is a separate field around each button (see subform "subProjectInfo.subAttach" on page 2). What I can't understand, it is if I put this in a function/script object, how do I get the name of the file in the appropriate box? I have to return the data back to the button, I guess, which can then fill in the field?


Problem 2

At the bottom of the same page (2) is a subform (subProjectInfo.subMilestones) with a table in full expansion. I followed the example in the purchase order example, but I can't get the headers to repeat correctly. When it breaks to a new page, the header above is repeated whenever a row is added.

Extra bonus question!

I hope one of you more knowledgeable guys can take a look at the structure of the form and let me know what it feels like to a 'best practices' point of view - use of subforms, that sort of thing. I use a lot of subforms to wrap things and have been wondering about the performance, that kind of thing. This is the most complex form, I've done so far and want to make sure that I'm going down the correct road!

Hi Jono,

Hopefully, I've solved your problem 2, I deleted simoly repeat for each item in the MilestoneHeader.GeaderRow [0]. And now it is only repeated for new pages.

When I have time, I'll try to check your problem 1.

ARO

Paul Butenko

Tags: Adobe LiveCycle

Similar Questions

  • Any ideas how can I insert a pdf into word, by using the option object to insert. However, the pdf file that I want to insert text and annotated lines, but once inserted comments do not appear?  any help would be greatly appreciated.

    Any ideas how can I insert a pdf into word, by using the option object to insert. However, the pdf file that I want to insert text and annotated lines, but once inserted comments do not appear?  any help would be greatly appreciated.

    You will need to find a forum for MS Word, since it is the software you are trying to manipulate in the present.  If you think that the treatment/creation of the PDF file plays a role, then you should ask in the forum for the software that you use to create the PDF file.

    This forum is for a question about downloading and installing Adobe products test, so in all circumstances, your question does not fit in this forum.

  • How to expose java in javascript objects so that the javascript objects display method with < ctrl > signatures space in scripts

    Hi all

    I exponent of java objects in javascript, but the methods and attributes does not appear in the contextual help menu (< ctrl > + space) when I use these javascript objects.

    How should I write my vso.xml so that the javascript objects are aware of methods in the Help menu popup javascript.

    for example: -.

    entry VSO.xml:

    < enumerations >

    < list type = "TestEnum" >

    values of < description > defines attributes of objects managed Boolean xml < / description >

    < entries >

    < input id = "test1" name = "TEST1" > value to Test1. < / Entry >

    < input id = "test2" name = "TEST2" > value of Test2. < / Entry >

    < / input >

    < / enumeration >

    < / enumerations >

    < script objects >

    < script object 'MyObject' = java-class name = "com.test.MyObject" >

    < description > This is a test object < / description >

    <>attributes

    < attribute java-name = "attr1" return-type = "Chain" script-name = 'Attr1' show-in-api = "true" / >

    < attribute java-name = "attr1" return-type = "Chain" script-name = 'Attr1' show-in-api = "true" / >

    < / attribute >

    < / attribute >

    <>methods

    < java-method name = "testMtd" return-type = "Chain" script-name = "testMtd" show-in-api = "true" >
    < Parameters >
    < name of the parameter = "param1" type = "Any" / >
    < name of the parameter = "param2" type = "String" / >
    < = 'param3' type parameter name = "boolean" / >
    < / Parameter >
    < / method >

    < / methods >

    < / object >

    < / scripting objects >

    JavaScript: -.

    var myObj = new MyObject();

    myObj. < ctrl > + space doesn't popup any context menu, as it does for string objects or object system.

    myObj.testMtd ("abc", TestEnum. < ctrl > + space - Enums are also not pop values.)

    Any help will be greatly appreciated.

    Best regards

    Sumit Tyagi

    I see the use cases, and it would be wise to have seized semiautomatic for her, but as far as I KNOW is not possible right now.

    (I think it's comparable to the VcPlugin object. Useful methods Nice in there, but no AutoComplete)

  • get the IOPS / s and flow rate for each card of vmhba

    Hi, I have seen a few difficulties for the IOPS / s and flow stat for esxi for each vmhba card get the average, max, min

    I can get some network like net.usage.average, net.received.average and net.transmitted.average parameters as the metric is consolidated for all the network card.

    Here is the part of the classic script I use

    $metrics = "net.received.average", "net.transmitted.average".

    Get-Stat - entity $esx - start $start - finishing $stop - MaxSamples 10000 - Intervalmin 30 - stat $metrics |

    Group-object - property {$_.} @entity.name} | %{

    $esxname = $_. Group [0]. @entity.name

    $hard = (get-VMhost-name $esxname) .extensiondata. Summary.Hardware

    $netreceived = $_. Group | where {$_.} MetricId - eq "net.received.average" - and $_. {Instance - eq ""} | Measure-object-property value - average - Maximum - Minimum

    $nettransmit = $_. Group | where {$_.} MetricId - eq "net.transmitted.average" - and $_. {Instance - eq ""} | Measure-object-property value - average - Maximum - Minimum

    and so now, but on the storage card, consolidated metrics do not exist...

    Thank you very much!

    Try something like this

    $esx = Get-VMHost MyEsx$stat = "storageAdapter.numberReadAveraged.average","storageAdapter.numberWriteAveraged.average"$start = (Get-Date).AddMinutes(-5)
    
    Get-Stat -Entity $esx -Stat $stat -Start $start |Group-Object -Property Instance,Timestamp | %{$_ |Select @{N="Timestamp";E={$_.Values[1]}},@{N="Instance";E={$_.Values[0]}},@{N="Read IOPS";E={$_.Group | where {$_.MetricId -eq "storageAdapter.numberReadAveraged.average"} | %{$_.Value/$_.IntervalSecs}}},@{N="Write IOPS";E={$_.Group | where {$_.MetricId -eq "storageAdapter.numberWriteAveraged.average"} | %{$_.Value/$_.IntervalSecs}}}}
    

    It uses more or less the same concept that I used in my post to get the OPS are / s maximum .

  • How to use the Credential object?

    I had an obligation to create a password confirmation form in vCO. I detailed what I came here:

    http://www.jonathanmedd.NET/2015/01/presenting-a-password-confirmation-form-in-VCO-VRO.html

    It has been suggested in the comments that:

    "A better solution would be to use an entry of type 'credential' (which includes natively password confirmation checking)."

    Although the credential object solves the problem of the confirmation of the password very well, she introduced a new show that I fight to manipulate its contents when you work in the workflow using as input.

    I tried to use the credentials object once before, but he had problems with the password property. Once the workflow, the password property is not currently available. The API Explorer for the password property indicates "[obsolete] passwords are not available in the script". For example, I want to use the credentials with the "Execution of the Guest program" workflow, I need to provide a username (String) and the password (SecureString), but just picking on the properties username and password of the credentials object does not. I can confirm in the workflow using the method checkPassword that the password matches a known value. However, when you try to use the password property and assign a different workflow requiring password authentication always fails.

    Does anyone have examples of use of the object of identification information on the work plan with the password in the workflow in script tasks or other work streams?

    Thank you :-)

    I didn't know that this was the case.

    It was definitely a fix to avoid someone making a server.getCredential () in a workflow to steal user passwords.

    If the credential object can only serve to set methods taking as parameter.

  • I have an Apple computer, use the browsers Firefox and Safari, use Comcast for my email. Lately, when the Firefox, my email does not work correctly. Why?

    I have an Apple computer, use the browsers Safari and Firefox. I use Apple mail and Comcast to my email. Lately, in the case of Firefox, my email does not work correctly. I get a message "your server license has expired. While usually, I can access my emails, I can't delete the unwanted emails. This problem will not occur when I use Safari and Apple mail. Is this a problem of Firefox or Comcast? Do you know what license is expired?

    Hello

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

    Thank you.

  • Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar...

    Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar. However, if I click with the right button on a link and select "Open link in a new tab", the tab displays the URL in the address bar. If it works when a new tab it's not in a new window.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Portege R500-11Z: how to use the external mic and hear the internal speakers

    We have a Portege R500-11Z running XP and want to use Skype with an external table microphone and the internal speakers.

    When connect us the microphone to the Jack MIC the Portege, built-in speakers cut out!

    How to use an external mic and still hear the internal speakers?

    Hello

    > When connect us the microphone on the Portege, built-in speaker MIC Jack cut!
    Are you sure you used the microphone port and no headphone port?

    Have you checked your settings Audio from Skype?
    There is an option called ring through the speaker too or something like that.

    Please also check the Realtek HD audio Manager in Control Panel.
    There is a tab called Audio i/o.

    Usually, you can change the connector settings, by clicking on the small key-tool icon.
    Disable the option called Mute rear output when plugged headphones before

    As you can see is called headset and not so I m confused a little bit why the speakers are turned off when you connect an external microphone.

    By the way; There is also a tab called micro.
    Check if the two options that reduce the echo and noise are OFF

  • I use the MODBUS library and can receive data, but I can send it very well?

    Hello

    I use the Modbus Library to communicate with a VFD to control a fan. I use the master write and read vi. I can write data to the drive mechanism and get the fan to do what I want. The VFD is supposed to send a package of confirmation after I told him to do something and I can also read its records. When debugging the VI it shows that the problem is that the buffer always reads zero and the VI timesout. If I look at the USB adapter lights to RS 485, I use to interface with the drive mechanism, I see that the flashes of light RX immediately after I send a message. So I should have something in the buffer. Does anyone have any suggestions?

    Aaron

    OK, here's what has happened to those who have this problem. In the series Receive.vi MB The bytes to the Port of property node has been reading 0 even if there was something in the buffer. Executing the program was then stuck in a loop until it expired and never went to read anything of serial port buffer. I didn't spend too much time wondering why that VI has not worked and created my own. Within a period appropriate after writing to the serial port, I used the same bytes to the Port property node and was able to get the exact number of bytes to the stream and then VISA vi the number of bytes to read. I received the message of the right answer and everything seemed good. But of course that NO! Then I experimented with different speeds of writing to the drive mechanism to get the fan to operate at different speeds. I found a small range of speeds where I get no response to the VFD, either in operation or by sending me a response packet. After a while, I found that there is a mistake in the LRC-8 code in the MODBUS library OR. It does not prescribe that the LRC will be a two-character value. So if your LRC is proving to be a single character such as F value (which should be 0F) you get an incomplete MODBUS message. This has been easily corrected in the vi LRC8 saying "number in hexadecimal string" vi to produce output with a minimum width of two. Then everything worked fine. Moral of the story, it's the MODBUS library is awkward.

  • Hide icon Label step using the API Testand and LabVIEW

    Hello

    can someone tell me how it is possible to hide the icon of a step label using the API Testand and LabVIEW?

    In the Teststand sequence editor, under the Label Edit tab there is a checkbox called "Hide icon". Is there something similar in the API?

    Thank you

    Yes you can, you must set the stage "ni_blank.ico" IconName property

  • How to use the OS Android and Windows on the same shelf?

    Original title: is it possible I ca use the OS android and mircosoft OS?
    Is it possible that I can used both ANDROID OS and MICROSOFT OS at the same time in my Tablet?

    You will not be able to install the Windows operating system on an Android device.

  • How to open .tif files using the Windows fax and picture viewer

    I have the file open options set to use the viewer photo and fax Windows, however, it is always opens the .tif file in a window of IE. In reading the other posts regarding this problem, I think it may be a number of MIME, but nobody published how to fix this. Can someone send please how to change the MIME type so I can open the files in the right way. I REALLY appreciate it.

    Windows XP SP3 with all updates and IE8.
    Thanks in advance,
    Eric
     
    Original title: how IE8 to open a .tif file by using the Windows fax and picture viewer?

    Hello

    I suggest that allows you to remove any CLSIDS listed under location:

    HKEY_CLASSES_ROOT Type\image/tiff
     

    Note: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/ )

    How to back up and restore the registry in Windows.

    I hope this helps.

  • I WISH THAT ALL PAGES TO FIT ON MY SCREEN SO I CAN'T USE THE ARROW LEFT AND ARROW RIGHT! THANK YOU VERY MUCH FOR YOUR HELP!

    MY PAGES HAVE BEEN VERY WELL UNTIL I DOWNLOADED SOMETHING, I DON'T KNOW EXACTLY.   I THOUGHT I TRY TO DELETE WHAT I DOWNLOADED ARRIVE TO WHERE I WAS, BUT I DON'T THINK IT WORKED OR I DELETE ANYTHING!  SO I'M GOING TO STILL USE THE ARROW LEFT AND ARROW RIGHT TO VIEW ALL PAGES.  I WENT TO CONTROL PANEL, DISPLAY, SETTINGS, WENT TO A HIGH NUMBER TO THE PIXEL NUMBER LOW, CE WHICH WAS THE ONLY SOLUTION POSSIBLE, AND ALL GROW.  SO I PUT IT BACK TO THE LOT WHERE HE WAS!  DON'T KNOW WHAT TO DO, SO HERE I AM ASKING FOR HELP!  Thank you!!!  MY email * address email is removed from the privacy *.

    First remove everything you have installed, check if it works.

    In case of failure and then update the display on the computer drivers

  • I try to use the clean disk and after it starts I get a message that it has stopped working

    I try to use the clean disk and after it strats up, I get a message that it has stopped working

    Original title: clean work investor disc

    Please use this tutorial and try to do the cleaning disc again.

    http://www.Vistax64.com/tutorials/76073-disk-cleanup.html

  • Connect pc with win 7 to an instrument THEN use the com port and the PPP protocol

    Dear all,

    I need to make a connecting series between a pc with win 7 and one instrument.

    To achieve this I have to use the com port and Protocol PPP. In win xp is possible but I'm not able to find the same in win7

    concerning

    Diego

    Hi Diego,.

    Thanks for posting your query in Microsoft Community Forum.

    According to the description of the issue, I recommend you post your query in the TechNet Forums. TechNet is watched by other computing professionals who would be more likely to help you.

    TechNet Forum

    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Hope this information is useful.

Maybe you are looking for

  • Game Center

    When I updated my iPod Touch 6 G iOS 10, Game Center icon disappeared. Is it possible to get it back?

  • How fast on SD card to Camileo H20?

    That speed is the lowest speed to use with a Camileo H20 to ensure that registration is also smooth and fine as possible?

  • HP Pavilion g series: administrator password to the power required for laptop

    Hello My phone requires me to enter a password administrator power. After three failed attempts, she gives me with the code: 67240200. Can you help me please? Thank you

  • The mouse configuration has changed?

    My mouse has inexplicitly changed from right to left configuration and will not return when I go into Control Panel to use the option of changing the configuration settings button mouse? Left and right configuration provide the same answer of the lef

  • Copy of files/folders

    I'm trying to copy files/folders from a cd - rw with windows xp. It tells me to insert a disc after the disc was already how to fix this?