Need Help on Folder Form

Hi All,
I developed Folder Form which displays emp details in the tabular form.
I placed Scrollbar on the Content Canvas and Fileds on the stacked canvas.
But in the output it's showing gap between last field and the scrollbar.I have decreased the width of the viewport width also.How can i remove the gap?
Can you please provide me any solution.
Thanks in advance,
Dhana

Didn't let me do it, invalid. So, here is what I have now changed my button code to:
//get field value
var fv1 = getField("Technician:").value;
var fv2 = getField("Date Received:").value;
var fv3 = getField("Unit Number:").value;
// Split Path into an array so it is easy to work with
var aMyPath = this.path.split("/");
// Remove old file name
aMyPath.pop();
var NewFileName = "Support Call Log" + "_" + fv1 + "_" + fv2 + "_" + fv3 + ".pdf";
NewFileName = NewFileName.replace(/[\s\!\?\<\>\'\"\*\/\\\=\?\^\`\{\}\|\~]+/g, "_");
aMyPath.push(NewFileName);
//save
mySaveAs(this,aMyPath.join("/"));
Im still getting the error dialogue box, and nothing shows in my javascript debugger window when I click the button. Seems to be something goofy with my Folder level script:
var mySaveAs = app.trustedFunction(
     function(oDoc, cPath, cFlName)
          cPath = cPath.replace(/([^/})$/, "$1/");
          try{
               oDoc.saveas(cPath + cFlName);
               catch(e){
                              app.alert("Error During Save");

Similar Messages

  • I need to update Firefox, using Linux, but not a technie, so need help in step form please. Thanks

    I am using Suse Linux - am trying to upgrade Firefox to the latest version. I am not a techie so need help step by step. Thanks so much

    From http://suseroot.com/terms.php?term=Terminal
    To open a terminal, go to the KMenu -> System -> Terminal -> (pick one). The "Super User" terminal lets you operate as root. This is also possible from the others with a "su" command.
    Familiarise yourself by using the [http://www.novell.com/documentation/opensuse110/ PDF documentation] when seeking answers, or just use google like I did to find the above.

  • Need help with folder level javascript to automate "save button" on a fillable form

    I have been racking my brain for the past 6 hours trying to get a simple save button to work.
    Background: I am using Acrobat Pro 11 to create a save button on a fillable form. My intent is for the end users (my team of 3, whos computers I have access to) to be able to fill out the form, click save, and have the filename appended with date and other info and saved to a local folder on their machine.
    I am attempting to take the default form name i.e. Support Call Log.pdf and have three of the feilds within the form generate a new file name. --> Support Call Log_Brad_121_2015
    End users will fill out the form using adobe viwer X.
    Instead of putting the code that I have tried, modified, and tried again and again. I would like to ask for a fresh start and then see if I can locate my error after. I need to know what to put in my folder level script, line for line.
    I also need to know the correct syntax and format to establish a new file name with the extracted feild data, saved to the same exact file path as the original document.
    Any and all help will be greatly appreciated, I am about to go crazy!!!

    Didn't let me do it, invalid. So, here is what I have now changed my button code to:
    //get field value
    var fv1 = getField("Technician:").value;
    var fv2 = getField("Date Received:").value;
    var fv3 = getField("Unit Number:").value;
    // Split Path into an array so it is easy to work with
    var aMyPath = this.path.split("/");
    // Remove old file name
    aMyPath.pop();
    var NewFileName = "Support Call Log" + "_" + fv1 + "_" + fv2 + "_" + fv3 + ".pdf";
    NewFileName = NewFileName.replace(/[\s\!\?\<\>\'\"\*\/\\\=\?\^\`\{\}\|\~]+/g, "_");
    aMyPath.push(NewFileName);
    //save
    mySaveAs(this,aMyPath.join("/"));
    Im still getting the error dialogue box, and nothing shows in my javascript debugger window when I click the button. Seems to be something goofy with my Folder level script:
    var mySaveAs = app.trustedFunction(
         function(oDoc, cPath, cFlName)
              cPath = cPath.replace(/([^/})$/, "$1/");
              try{
                   oDoc.saveas(cPath + cFlName);
                   catch(e){
                                  app.alert("Error During Save");

  • Need help with PHP form with checkboxes, radio buttons and file attachment

    Hi guys,
    I'm having a nightmare with this PHP form where a user can fill it in, attach a doc/pdf and submit. After trying to sort it out with previous code I've used, I've stripped it out and think I should just start again in the hope you geniuses can help!
    Here is the HTML of contact.php:
    <form action="" method="post" name="contact" id="contact">
        <p>Job Title:*<br />
        <input name="position" type="text" /></p>
        <p>Nationality:*<br />
        <select name="nationality">
          <option value="">-- select one --</option>
          <option value="Afghan">Afghan</option>
          <option value="Albanian">Albanian</option>
          <option value="Algerian">Algerian</option>
          <option value="Zambian">Zambian</option>
          <option value="Zimbabwean">Zimbabwean</option>
        </select>
        </p>
        <p>Which country are you currently living in?*<br />
        <select name="country">
        <option value="">-- select one --</option>
        <option value="United Kingdom">United Kingdom</option>
        <option value="Afghanistan">Afghanistan</option>
        <option value="Africa">Africa</option>
        <option value="Zambia">Zambia</option>
        <option value="Zimbabwe">Zimbabwe</option>
        </select>
        </p>
        <label class="radio" for="checkRight">Yes/No question?</label><br />
        <input class="radio" type="radio" name="right" value="Yes" /> Yes
        <input class="radio" type="radio" name="right" value="No" /> No
        <input class="radio" type="radio" name="right" value="N/A" /> Not applicable
        <p>Yes/No question?<br />
        <select name="continue">
        <option value="">-- select one --</option>
        <option value="Yes">Yes</option>
        <option value="No">No</option>
        </select>
        </p>
        <p>Select your resorts:<br />
        Resort 1<input name="res1" type="checkbox" value="Resort 1" />
        Resort 2<input name="res2" type="checkbox" value="Resort 2" />
        Resort 3<input name="res3" type="checkbox" value="Resort 3" />
        Resort 4<input name="res4" type="checkbox" value="Resort 4" />
        Resort 5<input name="res5" type="checkbox" value="Resort 5" />
        Resort 6<input name="res6" type="checkbox" value="Resort 6" />   
        </p>
        <p>Don't send form unless this is checked:* <input type="checkbox" name="parttime" value="Yes" /></p>
        <p>Date of arrival: <input name="arrive" id="datepick" /><br />
        Date of departure: <input name="depart" id="datepick2" /></p>
        <script type="text/javascript" src="assets/scripts/datepickr/datepickr.js"></script>
        <link href="assets/scripts/datepickr/datepickr.css" rel="stylesheet">
        <script type="text/javascript">
        new datepickr('datepick');
        new datepickr('datepick2', {
        </script>
        <p>Name:*<br />
        <input name="name" type="text" /></p>
        <p>E-mail:*<br />
        <input name="email" type="text" /></p>
        <p>Telephone:*<br />
        <input name="telephone" type="text" class="ctextField" /></p>
        <p>Upload CV (Word of PDF formats only):<br />
        <input type="file" name="cv" class="textfield"></p>
        <p><input name="submit" value="Submit Enquiry" class="submitButton" type="submit" /><div style="visibility:hidden; width:1px; height:1px"><input name="url" type="text" size="45" id="url" /></div></p>
    </form>
    By the way, the date boxes work so excuse the Javascript in there!
    To prevent SPAM I've used a trick where there's a hidden URL field which must be left blank for the form to submit which you can see in the PHP.
    Below is where I'm at with the PHP which is placed above the header of contact.php...
    <?php
    if (array_key_exists('submit', $_POST)) {
        $position = $_POST['position'];
        $arrive = $_POST['arrive'];
        $nationality = $_POST['nationality'];
        $parttime = $_POST['parttime'];
        $depart = $_POST['depart'];
        $name = $_POST['name'];
        $email = $_POST['email'];
        $telephone = $_POST['telephone'];
    $to = "[email protected]";
    $subject = "Recruitment Application";
    $message = $headers;
    $message .= "Name: " . $_POST["name"] . "\r\n";
    $message .= "E-mail: " . $_POST["email"] . "\r\n";
    $headers  = "MIME-Version: 1.0\r\n";
    $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= 'From: My Website <[email protected]>' . "\r\n";
    $message= "
    $url = stripslashes($_POST["url"]);
    if (!empty($url)) {
    header( 'Location: http://www.go-away-spam-robots.com' );
    exit();
    if (!isset($warning)) {
    mail($to, $subject, $message, $headers);
    header( 'Location: http://www.mywebsite.co.uk/sent.php' );
    ?>
    I would like to make pretty much all the field compulsory so if a field is left empty (other than the hidden URL field), a warning message is displayed next to that field.
    Also I would like the file upload field to attach to the email that is sent to me and have the results come through to me in a table format.
    Can anyone help me get my form working?
    Thank you and I hope to hear from you!
    SM

    Hi Nancy,
    Great stuff, thank you for the reply.
    I've managed to get the Formm@iler working and running as I need it to.
    The only thing I'm struggling with is when the user clicks submit, they are taken to a page of whatever results the form returned but it is just a white background with Times New Roman text.
    How can I have it so the user is taken to the form results in the websites' page layout?
    I tried sending them to a generic 'thank you' page by adding the following code but it just took them there whatever the results of the form so that's no good...! I have a feeling it's a bit more complicated than that...
    header( 'Location: http://www.nofussbus.co.uk/test/sent.php' );
    Thank you for your help!

  • Need help with designing form for exports

    Hi
    I am pretty new to designing form in adobe acrobat.
    I have adobe acrobat 9 standard with Adobe liveCycle Designer installed.
    There are couple of things I want to do.
    1.
    I would like to add a box where I can change the number (default is 1), and when I increase it, (for instance to two)
    then
    it will postulate the particular sections twice.
    For instance, I am taking two drugs right now, then I would like to increase the number of drugs to 2, so then for each drug
    I would enter appropriate information such as drug name, drug form, route of drug administration etcs
    I hope this is clear
    2.
    I am trying to export this in xml format so that only the ones where the user fills in in pdf form gets exported to xml format.
    I would like the boxes to have its own tag, for instance the drug name mentioned above can have a tag of <drugname></drugname>
    I know this is possible through changing the box's name in binding tab.
    What I am interested in is to add a tag for the section, like a header.
    For example, if I were to enter two drug information I want the first drug information to be exported to be
    <drug>
    <drugname>blah</drugname><drugform>1</drugform><drugroute>oral</drugroute>
    </drug>
    <drug>
    <drugname>drug2</drugname><drugform>1</drugform>
    <drugroute>ophthalmic</drugroute>
    </drug>
    how would I add <drug> </drug> for each drug?
    also, can I change the order of the tags??
    in the pdf form, if the drugname box is displayed later than drugroute box, then when I export it, it will display as
    <drugroute>oral</drugroute><drugname>blah</drugname>
    but I want to manually set the order of tags when exported.
    Sorry I asked so many questions
    I hope it is clear enough for you to visualize what I am trying to do
    Thank you so much

    1. You can certainly add sections for the number of drugs that the user specifies pr
    ovided that the form is set up the correct way to begin with. The drug information section must be wrapped in a subform (usually Poistioned) and that in turn must be wrapped in a flowed subform. Then the form must be saved as dynamic. If this information is all that is on the form then that shoudl be all you need to do. If th edrug section is in the middle of the form then you need to wrap the other parts of the form in a subform so they can be pushed down when we add the drug subforms. It can get confusing ...seeing the form amnd its structure would help to clarify.
    2. You canbnot change the names of tags on the fly but you can change their values. AS mentioned above, when you wrap the Drug information in a subform that subform name can be used as a tag in the XML. Then you could have a node with the tag (or an attribute) that names the drug in question. Something like this:
    <Drug Section>
         <Drug>
              <DrugName></DrugName>
              <Dossage></Dossage>
              <Supplier></Supplier>
         </Drug Subform>
         <Drug>
              <DrugName></DrugName>
              <Dossage></Dossage>
              <Supplier></Supplier>
         </Drug>
    </Drug Section>
    As mentioned earlier this is always easier to explain when you see it in context of your form.....if you want to send it to me at [email protected] I can get you started at least. Please include a description of your issue in the email
    Paul

  • Need help on how forms developer is used

    to everyone:
    im actually new at forms developer 2000,at really wondering how to use it though i have a background in SQL.If you have any data that you can share to me explaining the whole environment of Developer 200 please send it to me. Any help is greatly appreciated.
    Thank you...
    Cyrus

    This link will help: http://technet.oracle.com/docs/products/forms/doc_index.htm
    You need to register with technet to get access.

  • I need help coding a form

    I need to code for a specific form, the only problem is i don't know much about coding for forms. here is the link to the form http://myenginebuilder.com/appointmentrequest.html any help would be appreciated

    I need to code for a specific form, the only problem is i don't know much about coding for forms. here is the link to the form http://myenginebuilder.com/appointmentrequest.html any help would be appreciated

  • Need help recovering files form external drive!

    Well, I made a stupid mistake this morning. I am used to the Windows style of copying where if you have folders with the same name and it asks if you want to overwrite the folder, it typically merges the contents.
    Apparently in OSX, when you overwrite a folder, it removes the content from the previous folder and proceeds to copy the folder..
    So I went to backup from my laptops drive to my external and I copied the folder and it asked about the overwrite and I said okay and instantly had the thought that it was a bad idea and stopped it after only two images and the drive works perfectly fine, just missing a lot of images.
    So how can I recover these images? I haven't used the drive since to ensure that I didn't overwrite the files... What recover software do you recommend for OSX? Especially looking for a free solution.. I don't have $80 to plop down on a more conventional program. Also, are there programs that can place the images in the folders they came from? Would take a while to try and restore my folder structure as well...
    I did try the program PhotoRec that is free and open-source but it searches the whole drive and can't focus only on deleted files with the HFS+ file structures, which means there will be TONS and TONS of images that it 'recovers' that are already just fine on the drive.
    Any help is GREATLY appreciated! I 'lost' nearly the whole years pictures. But I know they are all still there.
    Thank you, thank you, thank you...
    - KS

    There isn't a free solution for data recovery, and even the commercial solutions may not be able to recover all the files, since you had already started writing to the drive.
    More importantly, you said you deleted files from your backup drive, right? So, if it's a backup, don't you still have copies of those files elsewhere? If you don't, you need to quit thinking of this drive as a backup, because it isn't a backup if it contains the only copies of the images on it.

  • Hello everbody - i need help please with forms

    hi
    i am new in forms
    and i have a project to do
    i learn a lot and read oracle books about forms but in the many time it didnot help alot when i try to build and write scripts or procedure or triggers.
    i would like to ask a little help
    if anyone can help me with links or a web site that i can download form FMB file so i could run them and learn from its scripts_ and
    how to build form in the best way
    some of my problem are:
    - how to call a reports from a form with a button
    - how to work with date, hoe to calc the hours between two dates
    - i have built a query and i need to find the number of the rows (and the summary with count didnot work coz all the items aren't numbers
    thanks alot
    hope to get some information

    Did you take a look at this?
    regards

  • Need help sharing folder on home network

    I just setup 10.4 server on a mac mini for my home. I would like to share a Public folder for the family's files and itunes on the server. I would like to have it be completely open for access by anyone in my home network. What is the best way to set this up??
    Currently I made a user "itunes" and shared Music which my XP machine and my Macs can access. But folks need a password to get into it. I want it completely non-secure. I did this via Server Admin. It almost seems easier to just share a folder via "Sharing" in Sys Prefs.
    I replaced this machine with a SuSE Linux machine just a couple days ago. It was a lot easier to share on SuSE, but I guess I'm just not used to the system yet.
    Thanks for the help.
    Tom
    PS - I posted this on the 10.5 section by mistake.

    In Tiger server you setup sharing of folders/files using he WorkGroup Manager, WGM, in Server Admin you configure the AFP and/or SMB Windows filesharing server(s) and turn them on/off.
    I don't think you can leave the password empty for SMB server access for a non guest user.
    So if you turn on guest access I think guest shared folders accessible without a password.
    Otherwise you might from Windows need to "connect as an other user" and perhaps tel Windows which machine/server should authenticate the user by entering server machinename\username or server ip\username and password (which can be very trivial like "123" or something).

  • Portfolio site, need help with contact form

    Hi,
    Im a graphic designer turned web designer student. I dont know A LOT of flash, but im learning more as time goes by in and out of school. I currently redid my portfolio website, before it was more of a design taken into dreamweaver and uploaded. Now everything is not completely done, but im doing the site in flash.
    www.Nikdesigns.com, if anyones interested...
    but im trying to set up a really basic contact page. I have a name/email and message input text boxes and a submit button so far. Is there anyway someone can explain to me exactly what code I need, and what I need to do to be able to set this up correctly? Or link me a good tutorial?
    I understand flash needs a php to send the info out and comunicate with, but other then that im lost. What actionscript? and what keyframe?
    flash is so frustrating =/ someone please help, lol.

    If your contact page is just 1 of the many pages in your site, I'll recommend you write it in HTML/PHP/JSP.
    There are many cases when Flash/AS is the efficient tool to get jobs done. But just my humble opinion, I think in this case you'll be more efficient to construct the contacts page with mark-up languages.
    Of course, it is possible to do it in Flash/AS and not difficult. I just have 1 question before I go off and try:
    When an user submits the form, how do you wish to receive it? As an email in your inbox? Store it in a database? Or elsewhere?
    Cheers,

  • Need Help Please email form

    Hi,
    Can someone please help me out on this. I created a email form and what I want to do is add a coupon after you submit your info.
    What I'm thinking is people fill out the form they hit the submit button info gets sent and then a page opens up with the coupon to download.
    What kind of code do i need to add.
    here is the link http://www.tmsgraphics.net/simplecontactformagape/index.html
    Thanks!
    Tom

    Switching to html when you have your form in flash is wierd.  I would simply use if statements.
    I won't code it for you because it is so easy.  Make an mc called coupon in your fla.
    onSubmit
    send info with send and load  to server
    on load
    if a returned variable is true coupon form is visible
    else coupon form is false
    onSubmit coupon
    send info with send and load to server
    If you use a html popup your coupon may never get viewed.
    Javascript may be off or popup blockers on.

  • Iscripts - Need help creating a form in one

    I am confused about delimiting in iscripts. I need to create the fiollowing form:
    In iscript named IScript1
    in function: buildform
    buildform has these two inputs, firstname and lastname
    the action of the form is also in iscript1 function getinputs
    iscript getinputs will just print out the firstname and lastname
    Could I get some help with this?
    Thanks, Allen Cunningham

    Your site is running on an Apache server, so it definitely doesn't support ASP. Apache frequently supports PHP, but I couldn't tell from the headers sent by your server whether it's supported on your site.
    I suggest that you contact BT Business support to see if they offer a formmail script. Most hosting companies do. The support pages should describe how to set it up.

  • Need help in smart forms

    Hi,
       I dont know how to create the smartforms. Could anyone help me out in creating smartforms and i want a step by step procedure of creating a complete smart form.
    thanks,
    Shiva shekar k

    Hi,
    These are the following links.
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Thanks,
    Sankar M

  • Need help- my folder is blank when I import it to Imovie

    Hi, I just bought the imovie app for my iphone 4s. I have some videos (taken on my iphone but already transferred to my pc) which I am trying to import on itunes. I just want to get the videos on there so I can trim and rotate them. When I sync the folder, the folder name shows up in imovie, but the content is blank. I need to finish this project this weekend but am totally stuck.... Any help would be greatly appreciated! Thanks!

    Hi amrfromi,
    You may just have to wait a bit. It appears as though the activation servers are tied up right now, so until the traffic dies down, you are not going to be able to get in. Try later.
    Sorry,
    GB

Maybe you are looking for

  • Error While Releasing the Billing Doc to Accounting.

    Hi All,            When I am Releasing the Billing Document to Accounting the Value of JIN2 Condition Type is not getting released to Accounting. It is giving the Following Error.FI/CO Interface : Balance in Transaction Currency. I have all maintaine

  • How do I make a backup of photo albums on an external  hard drive?

    I have many photos in albums but don't understand how to copy them on an external harddrive. Once done I want to store the as backup on another laptop or keep them on the harddrive so I can restore them anywhere if needed.

  • Flash media encoder - "compatible analog to digital converters"

    anyone know which analog to digital converters are compatible with FME? I'm needing to get analog input up onto FMS. I'm thinking FME is the solution but I need to know what hardware to buy and I'm not getting anywhere quick. Not even Adobe sales cou

  • Music transfer in my 2330c+2

    Hi! How i transfer music in my nokia 2330c+2? I have only 2 acsessories: loader and free hand kit. Can you help me? Bye! Sorry for my english i'm french. My sim card is an orange*. *An operrator in france.

  • How to keep OAM 11g session in HTTPS

    I have a LB that initiates HTTPS and then forward the request to OHS which is in simulateHTTPS. Webgate is running on this OHS. Problem I am seeing is that request starts off as HTTPS then WG redirects to OAM, its running in HTTP. How can I keep OAM