Smartform Line printing

Hi All,
        I'm displaying smartform PO which contains line items and subline item.
I'm using 3 line type 1. is header 2. for line item and 3. for subline item.
i've made line item 2's upper line as bold .
Here in output i'm getting line propoerly but when the line items are more n if it is going to second page
means at the end of the first page horizontal line is not coming..
how to trigger tat horizontal line when it reaches the end of the page.
Regards
Suprith

there's no way u can detect when the page break happens what u can do is adjust the main window height on a hit and trial basis so that entire line item goes to the next page and line is shown at end. the line is not showing as certain part of line item may be coming in first page and rest in second.
кu03B1ятu03B9к

Similar Messages

  • Printing smartform/script in line printer

    hi experts,
           can any one suggest me how to configure my smartform to line printer,
    presently i have configured my smartform to dotmatrix printer FOR 24PIN EPSCP DEVICE TYPE in spad, can anyone suggest me please
    kishore

    hi
    CHeck with the Service Provider and Basis Consultant because Zebra Printers  need a specific memory device & drivers to print Bar codes . cross check with them ...
    surya

  • Output Problem with Smartform Lines

    Hai i have done an HR payslip by using smartform.All the form output has gone perfectly, but the lines given to template are not reflecting in the hardcopy of the printout but we can see these lines in output properly.
    My client is using Epson Line Printer . while i have taken a print out some lines are reflecting and some or not.
    I have tested the same SF form in HP laserjet Printer ,
    where iam getting the output with proper results.
    Pls let me know the solution whether i have done any mistake while designing the template.

    hi,
        whats the page format that u have used for ur smartform? Pls check that u using the same settings in the printer as well.
    Nayan

  • Smartform-PDF-Printer fonts

    Hi Folks,
    Here we have designed a Invoice-smartform and converted it into PDF which is by default storing in c-drive as mentioned in the code.When we open the Pdf it is displaying it fine but when given a printout except the logo nothing is getting printed,I mean it is showing all junk characters.May I know what is the problem and how to rectify the same.
    Points will be given.
    K.Kiran.

    Hi Kiran, see the OSS notes: 960341 and 776507.
    I downloaded and copying here, Hope this will be helpful
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    regards,
    Anji

  • Two SAP systems, same smartform, different print outputs

    We have two SAP systems, because of the different business areas that our company has.
    We develop a smartform with a custom style which has Gill Sans MT as default font. The smartform is printed directly into PDF format.
    On system A on all environments it works fine and we transported it to system B.
    On system B the output on PDF format comes in bold, all the characters are bold. This happens on all environments. On preview we don't see bold font but the spacing between characters is larger than expected (for example, a date is printed in two lines of a cell).
    I've checked the settings on SE73 and they are the same on both systems.
    I've also created a second style were I've taken out all bold settings. On system A, the smartform' style was changed to this new one. The changes were transported to system B, and still it prints all bold.

    Thanks for the replys. I think this is an answer to both.
    Checked SPAD and differences  are:
    1. output device LOCL:
    System A:     
    - Device Type: ZSAPWIN
    - Host Spool Access Method: F
    System B:
    - Device Type: SAPWIN
    - Host Spool Access Method: G
    2. Device Type:
    System A:
    - has two custom formats (none used on this specific smartform)

  • LINE PRINTER PROBLEM

    Hi All,
    We are facing problem while printing a form ( Payment Advice ) through line printer ( EPSON FX1000 ) . The print preview and  output will be different. For example,  we have used new page format ( Half of A4 size ) and desgined payment advice. While printing, even some  text is printed out of paper area. If i adjust any text, other text alignment also getting disturbed.
    How can i solve this?
    SAP version ECC6.0
    SMARTFORM
    Thanx in Advance

    Hi SAPPIEN,
      Use protect and endprotect to avoid your data to span accross different pages.
    For the text element your use this.This will make the data apper only on that particular page.
    This will help you out.
    Much Regards,
    Amuktha.

  • Smartform line item -group total

    Hai All,
             I need logic for the following requirement in smartform,
    I should print the subtotal of each group of line items that i have calculated in my report.\
             for example Group-A has 1,2,3 line items.now i should print t total at the end of this particular group item in SMF.
             similarly       Group-B has 1,2,3,4 line items.now i should print t total at the end of this particular group item in SMF .

    Hi,
    If you have the Driver program, then do the logic in your driver program and finally print those details in the smartform.
    sort itab by group.
    Loop at itab assigning <fs_tab>.
    v_total = v_total + <fs_tab>-field.
    at end of Group.
    <fs_tab>-newfield = v_total.
    clear v_total.
    endat.
    endloop.
    Now use this new field in your smartform to print the totals.
    Regards,
    Venkatesh

  • 10 g report on line printer

    Hello Here Sumit ,
    Please Help me, I want To print My report which is made by 10 g report, in line printer.
    Thanks.

    Hi Sumit,
    You can define 10g reports to be character mode reports and then output to a character mode lineprinter using a prt file to control the output.

  • How to print a crystal report in Tally MT691 line printer?

    I have recently developed a crystal report with version 8.5 in windows-based operation system (windows xp). My client today told me that the report has to be able to print to a network printer - line printer (Tally MT691); otherwise, the crystal report I developed becomes useless. I have no experiences with line printer. Could you please give me some instructions on how to make it happen?
    Any help is greatly appreciated. Thanks again.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on May 7, 2009 11:05 AM

    Hi
    Unfortunatelly you need to worry about the printer, please don't consider the last replies.
    As far I can see this model is a dot matrix printer, only the following models are supported for SAP B1:
    For 2005A those are the supported models:
    - Citizen PROdot 300    
    - Epson FX-880          
    - OKI MICROLINE 320 Elite
    - Epson FX-890          
    For the 2007
    - Citizen PROdot 300    
    - Epson FX-880          
    - OKI MICROLINE 320 Elite
    Please note that some workaround can be found to use different printer but only the mentioned devices are supported. Those workarounds may work in one patch but may stop to work after patch or version upgrade.
    Also a multipurpose (combine fax, printer, scanner) devices are also note supported (SAP Note 925841).
    Paulo Calado
    SAP Business One Forums Team

  • Error in smartform when printing multiple pages

    Hi,
    I m using a smartform which have two pages in it,
    i m able to save and activate it without any error message and when i run the function module generated to chk my smartform
    it runs fine and diplays two pages i m using.
    but as i m attaching this form with my driver program it is giving an error message while running . the error message is " No other output defined in main window."
    Please help me out to resolve the issue.

    Re: error in smartform when printing multiple pages
    dharani tadikonda
    Thanks for this answer. It is absolutely correct.

  • Change Font size for Line printer when Printing ALV

    We are using device type IBM 64xx LP+ emulation 1.00A to print to an IBM line printer.
    I would like to change the font size of an ALV report I am sending to the device.
    Can the font size be set in the Printer Initialization section of the Format?
    Ex. I am using X_65_255
    What/Where can I add the font size
    Set to P-Series Emulation (SSCC P 0)
    \0x1b\0x7c\0x7d\0x3b\0x50\0x30
    Emulation Reset                               (SFCC @)
    \0x01\0x40
    Character Set = IBM PC, ASCII, IBM PC(0850)   (SFCC l 0 0 1)
    \0x01\0x6c\0x30\0x30\0x31
    Print Mode/Pitch Selection = DP Quality, 20 cpi
    \0x01\0x7c\0x7d;Sxxxxx;0;0;xxx;0024;0048
    Line Spacing = 6 lpi                          (SFCC 2)
    \0x01\0x32
    Forms Length Set = 66 lines                   (SFCC LINES;66 <CR><LF>)
    \0x01LINES;66\0x0d\0x0a
    Thanks,
    Mike

    You will find the P-series emulation here: [LinePrinter Plus programmer's reference manual|http://www.printronix.com/WorkArea/downloadasset.aspx?id=4546] (printronix doc)
    You don't have many options with P-series. Maybe it's better to choose another emulation, and get the IBM 64xx programmer's guide.

  • PDF form with line printer

    Hi,
    Is there a way to use PDF form with line printer? how, and the pros & cons. Currently we are using SPF to develop pdf form in sap, however it has limitation to print on line printer that we need to print on 3 ply form. The only option is to convert all PDF form to sap script.
    If you have any ideas, please advise. Thanks.

    Hi courtneyp58664902,
    I would recommend you to follow the steps detailed on the page associated with this link (http://wwwimages.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-con vert-forms-into-fillable-pdf-c… ).
    I would recommend you to Save the pdf with reader rights enabled [ File -> 'Save as other' -> 'Reader extender PDF' ->  'Enable More tools ( includes form fill-in and save)' ].
    Please let me know if you face any challenges or need any further assistance.
    Regards,
    Rahul

  • Lines printing in edited photos on 3 HP printers

    We have three HP printers - one F4280 all-in-one and one 990cse connected to the same Vista computer and one 990cse connected to an XP. They are all printing horizontal lines in portrait view edited photos and vertical lines in landscape view. The lines are distinct about 1/16th of an inch wide and spaced about 1/16th of an inch apart and down the entire photo. This happens whether I have scanned the photo or gotten it from some other source. It is happening no matter what editing program I use - even if I only crop it using Windows Photo Gallery.
    I recently purchased a new photo editing program in hopes of correcting the problem, but I still have the same problem. I start with a fresh photo (one that I have never edited) and, after I edit it, there are never any lines visible on the screen but the printed page has the lines on it - like dark burgandy across a black dress - and light rose across lighter areas, but always distinct even lines. I like to edit photos and have been editing photos for years. I quit for a while and came back to it recently and have been having this problem. I would so much appreciate help.
       Addendum: One thing that worked for me just yesterday - I printed two 5x7 .tif photos on one page from the Windows Photo Gallery, and they didn't have the lines. I used HP premium plus photo paper glossy and set the printout for regular premium paper. When I had set it for premium photo paper, the lines printed. I tried this because when I printed that one on regular premium paper, I didn't get the lines. So, this morning I tried printing the same photo with premium plus photo paper and set for regular premium paper and that printed without lines also !! The picture is better on the photo paper even though the print setting was not for the photo paper. (I had scanned the photo from a full page 8.5x11 copy of the photo.) I am hopeful, but a little skeptical as to whether this will always work. Has another solution been found? Thank you.

    This only works for me with Windows Photo Gallery. When I try to print a Word Perfect document with an inserted picture or an Adobe Acrobat document that has a picture, the lines are there. I can create the WP document and save it, then save it as a .pdf document, then save the .pdf document as a .tif photo, then print the .tif photo from the Windows Photo Gallery. These are the step that I used to print:
    right click on the photo,
    select Preview (and it should open in the Windows Photo Gallery) or select "Open With" and select Windows Photo Gallery,
    select Print (and a print menu will show across the top),
    from the menu:
    select your printer,
    select Paper size (I have only tried Letter size for this),
    select Quality (mine is working at 300x300 dots per inch),
    select Paper type as hp premium paper (not photo paper),
    (I deselect the "Fit picture to frame," a personal preference)
    insert photo paper in printer and print.
       I had received a copy of my grandmother's picture (only one in existence as far as I know) and I so wanted to get a good printout after editing out some tears and I was able to get a good full page photo print by using this method. Maybe this will help someone else.
       I hope that someone can come up with a solution where pictures can be printed from any program. I would like to know if there is a solution. With three HP printers on hand, I don't want to start replacing printers.

  • Steps involved to Configure a Smartform for printing TO Item

    Hi,
    I want to develop a Smartform to print TO for each Item.
    Currently it is being done using SAP Script.
    I checked the Configuration in OMLV and assigned my print program Z****** .
    This thing here is I don't see any values passed to my program like TO Number, Whse Number etc when called through LT31.
    Where as I assign the standard program RLVSDR40 and debug it all the details are being passed to this program.
    I am not sure if I am missing any configuration.
    Please help me to figure out the issue and let me know all the steps involved in configuring the Smartforms to print Transfer Orders.
    Thanks in Advance.
    MK.

    Hi Murali,
    The SAP delivers the solution to print the TO item by SAPScript, but we can do it by Smartform as well, as in
    You need to create a project for the enhancement MWMD0001, because EXIT_RLVSDR40_001 will fulfill your purpose of doing it the other ways i.e. via Smart from.
    For this you have to use CMOD transaction to create the project for the above said enhancement.
    Note: If you do this way any configuration done via OMNU wont't be considered.
    Then after in teh import parameters you have a table XRLDRI, which contains both the warehouse number and the transfer order number, the same can be passed on to the designed Smartform to fulfill your purpose.
    Sample Code, you can refer to:
    *local variable declaration.
       DATA: l_wa_fm_name            TYPE rs38l_fnam.
    * Local Field Symbols
       FIELD-SYMBOLS : <l_fs_rldri> TYPE rldri.
    * Local Constant declaration
       CONSTANTS : lc_fmname TYPE tdsfname   VALUE 'XYXYXYXY',  "Smartform name, here designated by 'XYXYXYXY'
                   lc_chk      TYPE rldrudruck VALUE 'X'.
    *Moving Transfer Order Print :Item level data into corresponding work area.
       LOOP AT xrldri ASSIGNING <l_fs_rldri>.
    * Determine smartform function module
         CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
           EXPORTING
             formname           = lc_fmname
           IMPORTING
             fm_name            = l_wa_fm_name
           EXCEPTIONS
             no_form            = 1
             no_function_module = 2
             OTHERS             = 3.
        IF sy-subrc = 0.
    * Call the function module of the smartform
           CALL FUNCTION l_wa_fm_name
             EXPORTING
               user_settings    = lc_chk
               tanum            = <l_fs_rldri>-tanum
               lgnum            = <l_fs_rldri>-lgnum
             EXCEPTIONS
               formatting_error = 1
               internal_error   = 2
               send_error       = 3
               user_canceled    = 4
               OTHERS           = 5.
           IF sy-subrc = 0.
           ENDIF.
         ENDIF.
       ENDLOOP."LOOP AT xrldri ASSIGNING <l_fs_rldri>. 
    Please validate the same at your end and let me know in case you require any further inputs from my end.
    BR/Thanks
    Pranav Agrawal

  • How to Import customized internal table to smartform from Print Program

    Hi Gurus,
    I want to Import customized internal table to smartform from print program, Can anybody tell me how it is possible.
    With regards,
    S.Saravanan

    There is no problem passing an internal table to a smarforms, smartforms have the same interface as a function module ([Defining the Form Interface|http://help.sap.com/saphelp_nw70/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/frameset.htm] in [Smart Forms|http://help.sap.com/saphelp_nw70/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm]) so could you elaborate a little more on your requirement (is it a standard a custom forms, etc.)
    Regards,
    Raymond

Maybe you are looking for

  • In c #, when you add a form error supertabcontrol

    c # has been added to the form in the same form again at devcomponents supertabcontrol no longer included, but how should I do the following code error please help.This code is how it should be edited. the codes are as follows;

  • Bank statement number not updating in reference field

    Hi All, After importing EBS, reference field of the posted document will be updated default as "HOUSE BANK" ACCOUNT ID" and "Statement number". But in my case statement number in this field is updating up to 11999. Means, if I run EBS upload with sta

  • Tv aerial socket in another room - help!

    I have set up my BT broadband Hub OK and have broadband........but now struggling with the TV vision box.  I've realised it may be because my tv aerial socket is in another room!!! and my tv donated by a friend has no aeriel cable with it. I assume i

  • ANN: New layer capabilities with Presentation Asst v3 (TimeSavers add-on)

    The Layer Assistant was recently integrated into the Presentation Assistant (v.3), offering the following capabilities: Text/Symbol Layer shortcuts Add the specified string, associated with a layer (with control over font, size and color; horizontal/

  • Transferring photos from PC to Macbook Pro

    What is the best way to transfer photos from Windows PC to iphoto? I currently have the pictures on my macbook via USB transfer and they are in folders and I can view them in Preview. Is it safe to drag them to iphoto?