Forms - Logo uploading

Hi,
I had created a form in se71. Now i want to upload a logo in the logo window. Logo is in presentation server. I had imported using se78.
Now i want to insert this in the logo window.
So in se71 in the windows, in text elements, from insert menu text, standard, when iam giving the name there i am getting the warning message that name does not exists. But the logo is there with that name. still iam getting the warning message. Plz let me know.
Thanks

You have logo and uploaded into SAP using SE78 Transaction
Now just follow below steps
goto Se71 Transaction -> enter form name -> click on change button -> click on page window ->
select logo window ->click on text element  -> goto -> change editor -> insert -> graphic
here you get pop up window -> select color grid screen radio button  -> keep the cursor on name ,enter logo name ->
enter -> back -> save and activate.
now see the output.
Please follow above steps
<b>Shall we insert by going to Insert menu and then Text ,standard.
what is the differnece between inserting in the above manner and inserting by going to Graphics as u said.</b>
if you create any standard text at SO10 Transaction then you need insert standard text then you need to follow like insert -> text -> standard text.
if you create logo using Se71 -> then use above steps.
Hope you got it.
Thanks
Seshu

Similar Messages

  • How to add new row and update existing rows at a time form the upload file

    hi
    How to add new row and update existing rows at a time form the upload file
    example:ztable(existing table)
    bcent                      smh            nsmh         valid date
    0001112465      7.4                       26.06.2007
    0001112466      7.5                       26.06.2007
    000111801                      7.6                       26.06.2007
    1982                      7.8                       26.06.2007
    Flat file structure
    bcent                       nsmh         valid date
    0001112465     7.8     26.06.2007  ( update into above table in nsmh)
    0001112466     7.9     26.06.2007  ( update into above table in nsmh) 
    000111801                     7.6      26.06.2007 ( update into above table in nsmh
    1985                      11              26.06.2007   new row it should insert in table
    thanks,
    Sivagopal R

    Hi,
    First upload the file into an internal table. If you are using a file that is on application server. Use open dataset and close dataset.
    Then :
    Loop at it.
    *insert or modify as per your requirement.
    Endloop.
    Regards,
    Srilatha.

  • Using DDE with Oracle Forms for uploading Excel data

    Hi There,
    I have used DDE in Forms to upload data from Excel.
    The code which I have implemented is as follows:
    DECLARE
    iApplication pls_integer;
    iConv pls_integer;
    v2Buffer varchar2(100);
    v2text varchar2(100);
    nLength number;
    nTransactionId number;
    /* these varrays are defined in a package specification*/
    vExcelProduct p_upload_functions.prd_no:=p_upload_functions.prd_no('1');
    vExcelVpc p_upload_functions.vpc:=p_upload_functions.vpc('1');
    BEGIN
    /*Open an DDE Server application*/
    iApplication:= DDE.App_Begin('C:/excel.exe ‘||v2fileName,DDE.App_Mode_Minimized);
    iConv:=DDE.Initiate('EXCEL',v2filename);
    BEGIN
    /* first row of the sheet used for title . So loop is started from 2*/
    /* Reading a row*/
    FOR I IN 2..10000
    LOOP
    /* Reading columns of a particular row*/
         FOR J IN 1..n / * n be the number of columns in excel sheet */
         LOOP
    /* generate the cell no of excel sheet from where data will
    be fetched- R is used for row no and C is foe column no*/
         v2text:='R'||I||'C'||J||':'||'R'||I||'C'||J;
    /* Store the value in variable */
    dde.request(iConv,v2text,v2Buffer,dde.cf_text,1000);
    /*Stores values in the varrays for a row*/
    IF j=1 THEN
    /* for first column*/
    nLength:=length(v2Buffer);
    vExcelOrg(I-1):=To_Number(substr(v2Buffer,1,nLength-2));
         /* for second column */
    ELSIF j=2 THEN
    nLength:=length(v2Buffer);
    vExcelProduct(I-1):=substr(v2Buffer,1,nLength-2);
    END IF;
    END LOOP;
    /*Exit the loop when it encounters an empty row*/
    IF vExcelProduct(I-1) IS NULL AND vExcelOrg(I-1) IS NULL THEN
    EXIT;
    END IF;
    /* Otherwise extending the varray*/
    vExcelProduct.extend;
    vExcelOrg.extend;
    /* Reading the next row*/
    END LOOP;
    /* Now close the DDE application */
    DDE.app_end(iApplication);
    DDE.terminate(iConv);
    EXCEPTION
         WHEN Others THEN
         DDE.app_end(iApplication);
    DDE.terminate(iConv);
    RAISE Form_Trigger_Failure;
    END;
    I am facing a problem, I will appreciate if you can give some insights to help.
    We have been having problem logging in to application when there are a number of EXCEL processes running (17-18) on the server. Users that have already logged in have no problem, but new login will get "FRM-92101 There was a failure in the Forms Server during startup". The Forms Server itself is running fine. After we killed a few EXCEL processes, new users will be able to login.
    Thanks and regards,
    Mandeep

    this is a trial method and right now i am trying to read only the first cell of the excel sheet and return that value and show it in the UI when the user presses the button but this code is not returning any value.
    METHOD read_excel.
      INCLUDE ole2incl.
      DATA: filename(128) TYPE c,
                excel TYPE ole2_object,
                cell TYPE ole2_object,
                workbook TYPE ole2_object,
               pfile TYPE localfile VALUE
               'C:\Documents and Settings\I047323\Desktop\new.xls',
                name TYPE string.
      CREATE OBJECT excel 'EXCEL.APPLICATION'.
      SET PROPERTY OF excel 'VISIBLE' = 0.
      CALL METHOD OF excel 'WORKBOOKS' = workbook.
      CALL METHOD OF workbook 'OPEN'
        EXPORTING  #1       = pfile.
        CALL METHOD OF excel  'CELLS' = cell
          EXPORTING
            #1      = 1
            #2      = 1
        GET PROPERTY OF cell 'VALUE' = value.
      CALL METHOD OF workbook 'SAVE'.
      CALL METHOD OF workbook 'CLOSE'.
      CALL METHOD OF excel 'QUIT'.
      FREE OBJECT excel.
    ENDMETHOD.
    Edited by: neelima v on Jan 14, 2008 4:06 PM

  • Determine dynamically option in logo upload in smartforms

    Moved to correct forum by moderator
    hi all,
    I have a logo uploaded in either color or black and white. when I select the option 'determine dynamically'
    , its giving error that graphic can not be displayed.
    How should I resolve this error.
    Please help.
    Rgds,
    Madhuri
    Edited by: Matt on Feb 9, 2009 9:22 AM

    hi Aakash,
    Thanks for reply.
    But I know how to give the logo name dynamically.
    I was asking about the 3rd option in the logo window (Detemine Dynamically(BMON,BCOL)).
    I have some of the logos uploaded in b&w and some logos uploaded in color.
    How should I determine at the run time that this logo is color one or dynamic one.?
    rgds,
    MAdhuri

  • Couldn't change a previous Logo upload in the SAP GUI.

    Hi,
    I couldn't change a previous Logo upload in the SAP GUI.
    How about?
    Best regards

    For uploading a SAP LOGO follow informatio contained in this link:
    http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm
    1) Try deleting tha actual LOGO from trx SMW0 table and Check the file name of the new LOGO and call it with another file name different from previous and Import the new file.
    2) Check also the file name trx SM30 table SSM_CUST that must be the new file name.
    Best regards

  • Problem with Logo uploading

    Hi,
    Thank You very much for reading this and advising me.
    For my new Smart Form I have uploaded one logo (black and white) through SE78 Transaction code.
    My logo contains 4 letters and 3 of them are very thick and other letter is Grey one.So If I give print preview I am able to see all those 4 letters including grey one.But If I take the print out, the letter which is grey not getting printed.
    So it is some thing to do with printer settings or I need to chnage some technical attributes of that logo.
    Can you please help me on this.
    Thanks and Regards,
    K.Krishna Chaitanya.

    Hello,
    From the True Color graphics only 24 bit True Colors graphics are
    supported by SAP.
    As I noticed your image is a true color bitmap with 16,7 millions (24
    BitsPerPixel) colors. The SAP has to convert it to a bitmap with 256
    colors during the upload. Here the colors can slightly change.
    Please decrease the color depth of the image and upload in your system
    again.
    Maybe the result will be much better after this.
    Regards,
    David

  • Urgent for Smart form logo

    HI,
    I have logo .i want to cahnge that name of logo.right now it is uploaded in se78.
           how can we change the name of existing logo.
          how can we download logo from se78 to our system to change the name.
    Thanks,
    kab.

    hi,
    Downloading the LOGO.
    Pls follow the menu path,
    SE78 - > Graphic -> Import
    File Name : Press F4 and select the requrire logo(on Presentation Server)
    Name : Give relavent name
    Steps for uploading Logo :-:
    1. Goto the transaction OAER
    2. Enter the class name as 'PICTURES'
    3. Enter the class type as 'OT'
    4. Enter the object key as the name of the logo you wish to give
    5. Execute
    6. Then in the new screen select Standard doc. types in bottom window
    Click on the Screen icon
    Now, it will ask for the file path where you have to upload the logo
    7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
    *& Form TOP_OF_PAGE
    * text
    FORM F_TOP_OF_PAGE.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = IT_LISTHEADER
    i_logo = Logo name
    * I_END_OF_LIST_GRID =
    ENDFORM. "TOP_OF_PAGE
    Regards,
    Anversha
    Edited by: Anversha s on Apr 30, 2008 1:15 PM

  • Adobe form Logo does not display

    hi Adobe masters,
    I  am trying to upload logo onto my adobe form.... I have inserted image but when i view from the output the logo is not displayed.
    when i right click the image i cannot see OBJECT to bind it.
    where have i gone wrong...how can i display the logo...
    thank you,
    pasala.

    Hi,
    Enable the check box 'Embed Image Data' property for Image field.
    Regards
    Srikanth KV

  • Hr forms logo display

    Hi Friends,
                  In one single hrforms controling the more than one logo based on the conditions? How can i do this by using the transaction hrforms.
    Edited by: tveena on Nov 5, 2011 6:06 AM
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Nov 6, 2011 3:49 PM

    Hi,
    Logo is not possible to upload in Form Editor using PE51 or PE50.
    you have to go for pre-printed logo.
    Thanks,
    kiran

  • Re: logo upload into alv

    Hi,
        Iam unable to upload the logo(type bmp) by using
    reuse_alv_Commentary_write. But top-of-page contents are able to populate.  Is there any problem with the logo format. 
    call function 'REUSE_ALV_COMMENTARY_WRITE'
          exporting
                it_list_commentary = t_header
                i_logo             = 'ENJOY'.

    Check this example. This might help you.
    If you use ALV to do your screen output, you can have output the company logo.
    Here is some basic sample code.
    Also check SAP programs BALV* for more examples. Try running one that uses the FM REUSE_ALV_COMMENTARY_WRITE
    Search this forum on OAOR to get the process for uploading an image for use by ALV.
    Code:
    report  sy-repid.
    type-pools : slis.
    *ALV Formatting tables /structures
    data: gt_fieldcat type slis_t_fieldcat_alv.
    data: gt_events type slis_t_event.
    data: gs_layout type slis_layout_alv.
    data: gt_page   type slis_t_listheader.
    data: gs_page type slis_listheader.
    data: v_repid like sy-repid.
    *ALV Formatting work area
    data: w_fieldcat type slis_fieldcat_alv.
    data: w_events type slis_alv_event.
    data: gt_bsid type table of bsid with header line.
    initialization.
      perform build_events.
      perform build_page_header.
    start-of-selection.
    *perform build_comment.     "top_of_page - in initialization at present
      select * from bsid into table gt_bsid up to 10 rows.
    *perform populate_for_fm using '1' '3' 'BUKRS' '8' 'GT_BSID' 'Whee'.
    *USING = Row, Column, Field name, display length, table name, heading
    *OR
      perform build_fieldcat.
      gs_layout-zebra = 'X'.
    *top of page event does not work without I_callback_program
      v_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program                = v_repid
          i_structure_name                  = 'BSID'
       i_background_id                   = 'ALV_BACKGROUND'
          i_grid_title                      = 'This is the grid title'
      I_GRID_SETTINGS                   =
          is_layout                         = gs_layout
          it_fieldcat                       = gt_fieldcat[]
          it_events                         = gt_events[]
        tables
          t_outtab                          = gt_bsid.
    Form..............:  populate_for_fm
    Description.......:  Populates fields for function module used in ALV
    form populate_for_fm using    p_row
                                        p_col
                                        p_fieldname
                                        p_len
                                        p_table
                                        p_desc.
      w_fieldcat-row_pos = p_row.          "Row Position
      w_fieldcat-col_pos = p_col.          "Column Position
      w_fieldcat-fieldname = p_fieldname.  "Field name
      w_fieldcat-outputlen = p_len.        "Column Lenth
      w_fieldcat-tabname = p_table.        "Table name
      w_fieldcat-reptext_ddic = p_desc.    "Field Description
      w_fieldcat-input = '1'.
      append w_fieldcat to gt_fieldcat.
      clear w_fieldcat.
    endform.                    " populate_for_fm
    *&      Form  build_events
    form build_events.
      data: ls_event type slis_alv_event.
      call function 'REUSE_ALV_EVENTS_GET'
           exporting
                i_list_type = 0
           importing
                et_events   = gt_events.
      read table gt_events with key name =  slis_ev_user_command
                               into ls_event.
      if sy-subrc = 0.
        move slis_ev_user_command to ls_event-form.
        append ls_event to gt_events.
      endif.
      read table gt_events with key name =  slis_ev_top_of_page
                               into ls_event.
      if sy-subrc = 0.
        move slis_ev_top_of_page to ls_event-form.
        append ls_event to gt_events.
      endif.
    endform.                    " build_events
    *&      Form  USER_COMMAND
    When user command is called it uses 2 parameters. The itab
    passed to the ALV is in whatever order it currently is on screen.
    Therefore, you can read table itab index rs_selfield-tabindex to get
    all data from the table. You can also check r_ucomm and code
    accordingly.
    form user_command using  r_ucomm      like sy-ucomm
                             rs_selfield type slis_selfield.
      read table gt_bsid index rs_selfield-tabindex.
    error checking etc.
      set parameter id 'KUN' field gt_bsid-kunnr.
      call transaction 'XD03' and skip first screen.
    endform.
    *&      Form  top_of_page
    Your own company logo can go here if it has been saved (OAOR)
    If the logo is larger than the size of the headings in gt_page,
    the window will not show full logo and will have a scroll bar. Thus,
    it is a good idea to have a standard ALV header if you are going to
    use logos in your top of page.
    form top_of_page.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = gt_page
                i_logo             = 'ENJOYSAP_LOGO'.
    endform.
    *&      Form  build_fieldcat
    *Many and varied fields are available here. Have a look at documentation
    *for FM REUSE_ALV_LIST_DISPLAY and REUSE_ALV_FIELDCATALOG_MERGE
    form build_fieldcat.
      w_fieldcat-fieldname = 'BUDAT'.
      w_fieldcat-seltext_m = 'Dte pst'.
      w_fieldcat-ddictxt(1) = 'M'.
    Can change the position of fields if you do not want them in order
    of the DDIC or itab
    w_fieldcat-row_pos = '1'.
    w_fieldcat-col_pos = '10'.
      append w_fieldcat to gt_fieldcat.
      clear w_fieldcat.
    endform.                    " build_fieldcat
    *&      Form  build_page_header
          gt_page is used in top of page (ALV subroutine - NOT event)
          *H = Header, S = Selection, A = Action
    form build_page_header.
    For Headers, Key is not printed and is irrelevant. Will not cause
    a syntax error, but is not used.
      gs_page-typ = 'H'.
      gs_page-info = 'Header 1'.
      append gs_page to gt_page.
      gs_page-typ = 'H'.
      gs_page-info = 'Header 2'.
      append gs_page to gt_page.
    For Selections, the Key is printed (bold). It can be anything up to 20
    bytes. It gets printed in order of code here, not by key value.
      gs_page-typ = 'S'.
      gs_page-key = 'And the winner is:'.
      gs_page-info = 'Selection 1'.
      append gs_page to gt_page.
      gs_page-typ = 'S'.
      gs_page-key = 'Runner up:'.
      gs_page-info = 'Selection 2'.
      append gs_page to gt_page.
    For Action, Key is also irrelevant.
      gs_page-typ = 'A'.
      gs_page-info = 'Action goes here'.
      append gs_page to gt_page.
    endform.                    " build_page_header

  • Logo upload

    Hi
    I am working on smartforms
    How do i upload a logo(BMP Format) into SAP system
    I wanna use it in a smartform.
    Thanks and Regards

    hi ashok,
    <b>Inserting Logo in SmartForm</b>
    Follow the given steps in order to add a logo,
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and  select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) User TCode SE78 to upload new pictures and logos.
    <b>reward points if useful and CLOSE THIS THREAD..</b>

  • Reg:Logo upload

    Hi guys,
    i want to upload a logo in my report...will u please letme the method for this one...and also..suppose i want to use the same logo in 3-4 reports how can i code in the same program???

    hi ,
    =======================================
    Creating a Logo for ALV GRID DISPLAY
    =======================================
    (1)- OAOR (TRANSACTION) --> Class name (AS PICTURES) --> Class type (AS OT) --> Object key (SOME NAME)
    (2)- Click on create drag down standard doc types will get no. of option chose one.
    (3)- upload image or whatever and then give some key word to identify that for next time while logging
         To OAOR when you give this key word it will directly go to that particular object.
    (4)- So next time when you login in OAOR with out any object under same class and class type
         Key you can find a folder named with same object key under Description. Double click on that
         to upload new thing.
    (5)- Refer to this object key where ever required.  
    ========================
    Creating a Class name
    ========================
    (1)- SBDSV1 (TRANSACTION) --> New Entries --> Class name (SOME NAME) --> Class type (OT).
    (2)- Now next time logging in to OAOR you can directly refer to this Class name.     
    After entering the above details and saving, the fields Class object name fields will be blank, make entries as shown in below screen.
    1)     Class : BDS_LOC1
    2)     Class : BDS_POC1
    3)     Class : BDS_REC1
    4)     Object name : BDS_CONN00
    1)     Go to transaction OAOR, give the class name created.
    2)     Give class type as OT
    3)     Give some name in object key it’s like sub folder
    Click on create drag down standard doc types will get no. of option chose one.
    Click on create drag down standard doc types will get no. of option chose one
    By double clicking on screen you can browse the folder where image is located and select
    Once the image is selected it will be stored in the folder that is created with object key
    Write the below code to add the LOGO in the report .
    form FILL_EVENTS .
    DATA: wa_events TYPE SLIS_ALV_EVENT.
    CLEAR: LS_EVENTS.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
       IMPORTING
         ET_EVENTS             = LS_EVENTS
    wa_events-form = 'STD_TOP_OF_PAGE'.
    MODIFY ls_events FROM wa_events TRANSPORTING FORM WHERE NAME =
    'TOP_OF_PAGE'.
    CLEAR: wa_events.
    endform.                    " FILL_EVENTS
    FORM STD_TOP_OF_PAGE.
    DATA: it_listheader TYPE SLIS_T_LISTHEADER,
           is_listheader TYPE SLIS_LISTHEADER.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary       = it_listheader[]
         I_LOGO                   = 'ZIMAGE'
        I_END_OF_LIST_GRID       =
      ENDFORM.
    Pass the image name, i.e. the name that comes under object id field .
    Regards,
    Raghavendra

  • Questions about OAS Portal Forms to upload files

    Hello,
    I have quetions, about uploading files, see I need to creat a form that will be used by other people to upload information that later will be presented as downloads in the portal...
    so I created a form in my provider with a file (binary) field, and it mimes to my table in the DB, to the field "Archivo", then what I do is use a omniportlet and using HTML format I present like a link using the info in the field Archivo
    and when I clic on it it takes me to this link
    http://desarrollo06:7778/pls/portal/38173.PDF
    but the file I uploaded does not appear
    can aniyone help me to solve this?
    thanks in advances for the suggestions and your time ^_^

    The method you used to setup upload of file seems fine. I suppose you would have used a blob type to save the file in your db table.
    basically, you can develop a report offering a link calling perhaps a procedure which would query from the table and download the file.
    In that procedure, you would look for the file (vblob) and the mime_type from that table using a sql-query. then use them to setup the mime type for the http protocol, and download the file as follows.
    owa_util.mime_header(mime_type);
    owa_util.http_header_close;
    wpg_docload.Download_File(vblob);
    hope that helps!
    AMN

  • Need Guidance to create a form with Upload,browser and clear button

    Task :1) Browse should open a dialog box window for user to select an excel file on his local machine. Once the name of file is on the ticket item file name, the upload button should load data of this file into a database stage table.
    2) Host being called from forms u .Once it reaches server it is easy to load in DB via forms
    3) File transfer should happen automatically when user presses the button on form the code in the button should make use of host command and fire command to move the file.
    version :-FORMS10g , OS - XP

    Have you tried searching the web?  There are numerous examples of how to read and Excel file into a Form.  Here is just one, for example: WebUtil: How to Read an Excel file into an Oracle Form .  This example can easily be modified to write the file to a table versus displaying it in the form.  Or...you could simply read the file into a base table block and use standard Forms Commit processing to save the data to your table.
    Craig...

  • Using PHP to process submitted PDF Form and Upload FDF to Server

    Hi All,
    I have a PDF form online (created in Acrobat 9.0 Pro, NOT LiveCycle Designer!) that, once a user has filled it out and clicks the submit button, I want two things to happen:
    1) I want the data from the form to be submitted to a custom PHP script, which I can do several different things with (store the data in a MySQL database, for example).
    2) I would also like to upload/store/save (not sure of the proper vernacular) the filled out form (FDF file) to the web server.
    Now what I need from you lovely people, either directly, or point me to where I can find the following:
    1) How/What options do I choose for the Submit button in Acrobat 9.0 Pro when I create the PDF?
    2) What/Where can I find a PHP code snippet to get the data from fields in the submitted form?
    3) I know you can set up an Acrobat form to e-mail a copy of the FDF file to a specified e-mail address. Instead of emailing that FDF file, I want to store it directly to a folder on my web server. However, just setting the URL in the submit button to a folder on my web server doesn't seem to do the trick. So, I guess what I need is to somehow reference the FDF file with my custom PHP script... something like $_POST["fdffile"] ???? Please if anyone knows how to do this, please let me know! Because, if I can reference the FDF file, I can then use PHP's built in FTP functions to upload it to a specific folder on my web server.
    Thanks for any input!!!

    HI All,
    can someone please quide me how I can make this code to work for me?
    Where and what folder I have to put this PHP script?
    What my http will be?( I will use localhost)
    What the name of my PDF file(create by LiveCycle Designer)
    What the name of the file I will receive and where(folder) will be send it via the server?
    I see these name below in the PHP script but I can not make out what....
    configuration.php
    administrator/xml
    administrator/pdf
    THANK you

Maybe you are looking for

  • Pinning the sql query in cache

    Hi All, I want to pin the sql query is cache because the physical reads are very high. Can anyone tell me steps to pin the sql query in the cache. Current version 10.2.1.0 OS : Windows. Reads CPU Elapsed Physical Reads Executions per Exec %Total Time

  • Uncheck a Checkbox when Select List Clicked

    version 4.0.2.00.06 Hello, Jari helped me with a javascript function to select all options in a multi-select list when a checkbox is checked by the user. A bug was reported that after clicking the checkbox to select all the options in the list, if th

  • Output Type and Determination for Cash Sale

    Hi Experts what is output type for cash sale invoice , and how we can do output determination for cash sale process ? thanks in advance

  • Running Unity with both Exchange 2003 and 2010?

    My company is planning to upgrade from Exchange 2003 to 2010.  We are currently using Unity 7.0.  We'd like to run the two in parrallel for a bit and take our time switching users over. Now I've read that Unity can support Exchange 2010, but I haven'

  • IMac G5 2Ghz won't do a cold startup off the harddrive, but will boot off of CD and then on a restart.

    So this is what my iMac has been doing for the past couple of weeks.  When I do a normal startup, the iMac turns on and goes to the gray screen.  After a few minutes longer then it's supposed to boot up, the fans in the iMac run at full speed and the