Box in form

hi experts,
i have to insert one box in HEADER WINDOW right upper corner window width is 76 CH,  its small box like signe purpose ,
iam entering the code like
BOX XPOS '60' CH YPOS '1' LN HIGHT '2' LN WIDTH '10' CH FRAME '8' TW, but displaying out put  box is not displaying .
please do the need full help . it is very urgent.
Thanks in advance.

Hi RadhaKrishna
Check These links u will find each and every info regarding SAP SCRIPTS
-> http://www.sapmaterial.com/sap_scripts.html
-> http://abapprogramming.blogspot.com/search/label/SAP%20SCRIPT%20CONTROLS%20COMPLETE
Rewards Points if helpful
Regards
Karan

Similar Messages

  • Launching file open dialog box in Forms 6i

    hi,
    We have to launch file open dialog box using forms 6i within oracle apps
    and store the file into the database.
    Any ideas?
    Thanks,
    AZ

    Hi azodpe
    i have a solution(Source Code) plz give me ur email address
    i ll mail u later.
    Khurram

  • Drop-Down List Box on Form Is Cleared at Each Step in a Workflow Process

    Hello users,
    I am posting this in the Workflow Designer, Workflow Server and Form Designer forums so that it gets a little more exposure, so I apologize if you receive this more than once.
    I have a Form Designer 5.0 form attached to a Workflow Server 6.1 process. On the form, I have a drop-down list box being populated from a text box by the OnDataLoad event on the form ONLY when the process is first initiated. The text box is populated by the OnAssign event of the first step in the process map. When the task initiator submits the form to the second step in the process and the user opens the form, the drop-down list box is no longer populated - it has been cleared. There is no code anywhere in either the form or in the process map that clears this field.
    Can anyone tell me why this is happening? Is it a bug?
    Thanks.

    Unless you hard coded the list box on design time, it will lose all data when the form is routed.
    Only solution to this is:
    create a text box and store your list box choice list to the text box before submitting your form and import the list box choice list back from the text box on form ready.
    Hope this helps.

  • Can i give color ot check box in forms 6i

    HI
    is it possible to change the color of check box in forms 6i..??
    i want to change the color of inner part of square of check box.. is it possible??
    pls reply me asap .

    Hi,
    It is not possible to change the colour of the check box where the check appears. You will be able to only change the colour of the other areas.
    Hope this helps.

  • How to open a save file dialog box in form

    hi
    all
    I have prob in form desing , i have open the save file dialog box , how to open a save dialog box
    and path of the select file to save in disk
    help
    thx

    hi
    user this query when-button-pressed trigger
    :txtfile := GET_FILE_NAME(directory_name =>'d:\ali_raza\backup\', file_filter=> 'DMP Files (*.dmp)|*.dmp|');
    Rizwan

  • I am new to using flash and need to know how to add check boxes and forms

    I have been going mad trying to figure this out as well as searching until exhaustion.
    So I am hoping someone can point me in the right direction.
    Okay here is what I am trying to accomplish.
    I have laid out my design as a psd and brought it into adobe flash pro cs5.
    I have menu items such as toppings that I want to put check boxes next to each and then once someone goes thru the page and places their choices,I want to be either be emailed what they have chosen from the form... This seems like it might be the easier of the ways to capture data, Or if there is a better way in flash to capture this data, I would take that as well.
    SO here is as far as I can get.
    Imported the psd and added one checkbox in front of the first item and labeled it strawberries. Now I really don't want the word strawberries to show up at all on the page,just the checkbox. But I am not sure if the label for the checkbox actually passes on the value of the checkbox.
    I admit I am lost.
    I did also slice and export this same image into dreamweaver and then I made a separate apDiv for each checkbox, and added into a form. It emails the results,but it is not outputting it in a very readable way.
    Oh I also brought this int Flash Catalyst and added the checkboxes, but I don't know where to go from there.
    So if anyone can let me know the proper way to do this or point me to some videos or tutorials or even a sample file that I can alter....
    I would really appreciate it.
    Thanks

    http://www.flashloaded.com/userguides/ezform/formelements.html

  • Can't get rid of black boxes when form is printed

    When I save a form to PDF there are visible black boxes around the feilds in the form. I thought these would go away once it printed but they are still there and make the form look cluttered. Any idea how to fix this?

    Hi;
    There is no option in FormsCentral to modify the fields text input box borders.  You could edit the PDF in Acrobat and remove the border.  In the screen shot below I removed the border color from the top two fields, in the bottom two fields I added a fill color so you could see the input box and it doesn't just blend in with the page:
    In this screen shot the form has been filled out, and this is how it would print:
    If you are going to edit a FormsCentral PDF in Acrobat take a look at this FAQ first:  http://forums.adobe.com/docs/DOC-3661
    Thanks,
    Josh

  • Text box in forms

    How can I limit the pdf form in adobe acrobat XI to the size of the actual text box?  Even when I limit the character size, it is still going over the actual text box and I have enabled the visible area under options, but it still does goes through.

    Un-tick the option "Scroll Long Text" under Properties - Options.

  • Combo box in form manager

    Hi!
    I've made a form in Designer 8 with combo box, tested it (everything was ok) and than upload it to form manger. And here the problem beggins. When I'm writting something in combo boxes field it looks like there wasn't any or sometimes I can write only 10 letters when the Combo Box was set up for 11. Why is that? I want to use Combo Boxes. Is it a bug of FM? Thanks.

    VC,
    Have you had a chance to add an example? I checked your application and could not find the combo box in tabular form.
    Robert
    http://apexjscss.blogspot.com

  • Check box & PHP form in AS2

    Hi all,
    I'm currently using this PHP script below for a form in a flash site.
    http://www.flashadvisor.com/tutorial/Beginners/Custom_PHP_Email_Form-5.html
    I wanted to add either a check box or radial box for an RSVP form that I'm creating where the person can check something like "are you attending, yes or no".  How can I modify the script above to include that?
    Thanks

    you'll need to extract the data from your checkbox (use the selected property), assign it to a _level0 variable and add code to the php file to parse that variable.
    but what you should do is look for a tutorial the uses loadvars to send and receive data to and from php.

  • Can't use LOV with item type "check box" in form

    I have created a LOV that I want to use with a form application in 3.0.9. I need to be able to do multiple choices in this LOV (check box style) in the same query (only queries - users won't be able to update this field)
    When I choose Check box as the item type in the form wizard I am not able to choose the LOV. I have to use combo box, popup or radio group for the LOV choices to appear, but then the query can only query for one value in the LOV at a time.
    Is there a solution to this?

    Hi,
    This feature is not supported as of now. You cannot have multi select LOV for a form field and hence a checkbox cannot have a LOV.
    Thanks,
    Sharmila

  • How we can Open dialog box in form 6i

    Hi
    How we can use file Dialog Box (Open Dialg,Save Dialog Etc) in forms 6i.
    Thanks & Regards

    Use GET_FILE_NAME built in
    ** Built-in: GET_FILE_NAME
    ** Example: Can get an image of type TIFF.
    DECLARE
    filename VARCHAR2(256)
    BEGIN
    filename := GET_FILE_NAME(File_Filter=> 'TIFF Files (*.tif)|*.tif|');
    READ_IMAGE_FILE(filename, 'TIFF', 'block5.imagefld);
    END;
    Rajesh Alex

  • Checkbox appears with text behind box in FORM

    Hello,
    i created a master detail page where i can also edit the master through a form (all on the same page). The check boxes in the reports are fine but in the form (to edit the master) the box appears with a text behind the box: Eigen Fust ?      " id="P19_IND_EIGEN_FUST" />
    So "Eigen Fust ?" is the label i set for the check box then the actual check box appears and after that the text i do not know where it is from (" id="P19_IND_EIGEN_FUST" />).
    The "P19_IND_EIGEN_FUST" is the NAME of the form item i have for the check box.
    This is the LOV i set for the check box item:
    Select NULL d, HTMLDB_ITEM.CHECKBOX(1,IND_EIGEN_FUST,DECODE(IND_EIGEN_FUST,'Y','CHECKED','N','UNCHECKED')) r
    From KOOPOVEREENKOMSTEN
    Where id = :P19_ID
    Please can someone tell me why the text is placed behind the checkbox ?
    Regards Doenja

    No it is not the label that is shown there.
    The label is before the checkbox 'EIGEN FUST ?'.
    In the string that is shown behind the box the ITEM NAME from the checkbox in the form is shown. So it says : " id="P19_IND_EIGEN_FUST" />
    and there P19_IND_EIGEN_FUST is the ITEM FORM name from the check box.
    I really do not unserstand where that string is coming from.
    Has someone any other idea ?

  • Conditional display of list box in form (depends on other report column)

    Hello,
    i have one question regarding conditional display in forms.
    I have a tabular form where only one column ("flag") is updateable, all other columns are visible only.
    I changed the column "flag" from "standard report column" to "Select list (static lov)", which has the values "yes" and "no".
    This works fine. But in the running form i want to display the list box only if the column "status" = 'ERROR'.
    The column "status" can have the values 'ERROR' and 'OK'.
    When one record has "status" = 'OK', the column "flag" should not display the list box (only empty column row),
    when one record has "status" = 'ERROR" the column "flag" should display the list box.
    The idea behind is that if a record has "status" = 'ERROR' i have the possibility to confirm that "error" and update the column "flag" with "YES". This should only be possible for errors.
    This is my main problem.
    I tried with conditional display, but this hides or shows the column for the whole report/form, not on record level...
    The second problem then is, that if the column "flag" is changed to "YES" in case of column "status" = 'ERROR', then it should not be possible to change it again to 'NO". At the beginning it is 'NO', but once changed to 'YES' it should not be changeable any more.
    Is this possible?
    Thank you in advance,
    Matthias

    Hello Mike
    your solution sounds good, but unfortunately it is not working.
    None of my 2 columns are displayed, although i tried it as you wrote and the conditions should match...
    But i am no sure if this can work. If so, the 2 columns must fuse to 1 column:
    ID STATUS FLAG
    1 ERROR yes/no => comes from column1
    2 OK (null => comes from column2
    so "FLAG" must display column1 and column2 in one column. is that possible?
    regards,
    Matthias

  • Shorten bounding box in form widget...

    I created a form, and deleted a few of the extra forms that I had added at the bottom of the widget. I can't seem to shorten the bounding box of the deleted forms at the bottom of my widget. Any way to do that?

    JUst look at the different states of the form in the states panel. Perhaps an alert text has remained at its old position And prevents you from minimizing the form

  • Upload files box in form on CS6

    I'm a student learning Dreamweaver and I am creating a form on a page to upload files or (attach files) but I can't find a way to create the box. I do have a server to post to if that matters. My current form code looks like this
    <form name="form1" method="post" action="">
            <p>Quote registration form
    </p>
            <table width="400" border="0" cellpadding="4">
              <tr>
                <td width="175">First name:</td>
                <td><label for="fname"></label>
                <input type="text" name="fname" id="fname" tabindex="1"></td>
              </tr>
              <tr>
                <td width="175">Last name:</td>
                <td><label for="lname"></label>
                <input type="text" name="lname" id="lname" accesskey="L" tabindex="2"></td>
              </tr>
              <tr>
                <td width="175">Business name:</td>
                <td><label for="bname"></label>
                <input type="text" name="bname" id="bname" accesskey="B" tabindex="3"></td>
              </tr>
              <tr>
                <td width="175">E-mail:</td>
                <td><span id="sprytextfield1">
                <label for="Email"></label>
                <input type="text" name="Email" id="Email" accesskey="E" tabindex="4">
                <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
              </tr>
              <tr>
                <td width="175">Phone number:</td>
                <td><span id="sprytextfield2">
                <label for="phone"></label>
                <input type="text" name="phone" id="phone" accesskey="P" tabindex="5">
                <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
              </tr>
              <tr>
                <td width="175">Address:</td>
                <td><label for="address"></label>
                <input type="text" name="address" id="address" accesskey="A" tabindex="6"></td>
              </tr>
              <tr>
                <td width="175">How should we contact you?</td>
                <td><label for="contact you"></label>
                  <select name="contact you" id="contact you" accesskey="C" tabindex="7">
                    <option>Phone</option>
                    <option>E-mail</option>
                    <option selected>Mail</option>
                </select></td>
              </tr>
              <tr>
                <td width="175">What do you need?</td>
                <td><span id="sprytextfield3">
                <label for="what do you need"></label>
                <input type="text" name="what do you need" id="what do you need" accesskey="W" tabindex="8">
                <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
              </tr>
              <tr>
                <td width="175">Upload pictures:</td>
                <td> </td>
              </tr>
              <tr>
                <td width="175">Upload files</td>
                <td> </td>
              </tr>
            </table>
            <p>  </p>
          </form>
    please keep in mind I have a pretty basic knowledge of DW
    Thanks

    If your server supports PHP, this form-to-email processing script from DB masters supports attached files, plus it thwarts spam & conceals your e-mail address from robots.
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    If your server doesn't support PHP, you'll need to find an appropriate script in a programming language you can use -- asp, aspx, perl, etc...
    Nancy O.

Maybe you are looking for

  • How can I export an mpeg2 with 4:2:2 chroma?

    I've done a lot of searching on this and learned a little bit but can't figure out what I'm missing.  I need to supply a company with a movie to very specific mpeg2 specs.  I've got all of the settings right except the file is rendering out with 4:2:

  • Calling a document style web service using a pl/sql wrapper method

    Just wanted to find out if anybody has a working example of invoking a document style web service from Oracle 10g database on a Unix environment. We have java test class that invokes the web service, and we are trying to use a pl/sql wrapper to invok

  • Playing a clip in FCE while transcribing text in Word

    or other word processing software. How do you accomplish that? When I click outside of FCE the playhead stops. I'm trying to transcribe some interviews. Is there a better way?

  • How to generate jasper report and how to integrate jasper report in ADF11g

    Hi All, I want to generate jasper report in ADF11g Jdeveloper.and how to integrate jasper report in adf11g.give any link and simple example of jasper report with adf11g.then please help me and send example. Thanks&Regards Anup

  • Connected a Brother MFC-7860DW to iMac OS 10.8.5

    I have the printer function working but the scanner gives error "check connection". The computer seems to recognize the scanner. I've loaded what I believe to be the latest drivers. I think the printer is the problem. Anyone have any thoughts? Midtow