Print report through 2 servers

dear sirs,
I have report run on 2 servers by database link, and i want to make parameter to let me print from server1, or print the report from server 2
and this the query of the report
select system_type,tran_type,tran_no1,lpad(tran_no1,15,'0') ord_tran,tran_no2,tran_date,cus_no,curr_code,
debit,credit,dis_date,due_date,tran_no,tr_desc,rate,l_debit,l_credit,'s1' server1
from cust_tran
where tran_year = :wyear
and ((curr_code is null )
or(curr_code between :wcur1 and :wcur2))
and cus_no between :wcus1 and :wcus2
and tran_date between :wdate1 and :wdate2
union all select distinct -1,'-1','-1','-000000000000001',null,to_date('01-01-1000','dd-mm-yyyy'),cus_no,
curr_code,0,0,to_date('01-01-1000','dd-mm-yyyy'),
to_date('01-01-1000','dd-mm-yyyy'),'0','0',-1,0,0,'s1' from cust_bal
where year = :wyear
and cus_no between :wcus1 and :wcus2
and ((curr_code is null )
or(curr_code between :wcur1 and :wcur2))
and ( nvl(c_tr_deb,0) > 0 or nvl(c_tr_cr,0) >0 or nvl(c_op_deb,0) > 0 or nvl(c_op_cr,0) > 0)
--order by 7,8,6,4
union all
select system_type,tran_type,tran_no1,lpad(tran_no1,15,'0') ord_tran,tran_no2,tran_date,cus_no,curr_code,
debit,credit,dis_date,due_date,tran_no,tr_desc,rate,l_debit,l_credit,'s2'
from [email protected]
where tran_year = :wyear
and ((curr_code is null )
or(curr_code between :wcur1 and :wcur2))
and cus_no between :wcus1 and :wcus2
and tran_date between :wdate1 and :wdate2
union all select distinct -1,'-1','-1','-000000000000001',null,to_date('01-01-1000','dd-mm-yyyy'),cus_no,
curr_code,0,0,to_date('01-01-1000','dd-mm-yyyy'),
to_date('01-01-1000','dd-mm-yyyy'),'0','0',-1,0,0,'s2' from [email protected]
where year = :wyear
and cus_no between :wcus1 and :wcus2
and ((curr_code is null )
or(curr_code between :wcur1 and :wcur2))
and ( nvl(c_tr_deb,0) > 0 or nvl(c_tr_cr,0) >0 or nvl(c_op_deb,0) > 0 or nvl(c_op_cr,0) > 0)
order by 7,8,6,4
Please help me
Yasser

The only difference between this query (I'll refer to it as query1)
select system_type,tran_type,tran_no1,lpad(tran_no1,15,'0') ord_tran,tran_no2,tran_date,cus_no,curr_code,
debit,credit,dis_date,due_date,tran_no,tr_desc,rate,l_debit,l_credit,'s1' server1
from cust_tran
   where   tran_year = :wyear
       and  ((curr_code is null )
               or(curr_code between :wcur1  and :wcur2))
       and cus_no          between :wcus1  and :wcus2
       and tran_date       between :wdate1 and :wdate2
union all select distinct -1,'-1','-1','-000000000000001',null,to_date('01-01-1000','dd-mm-yyyy'),cus_no,
                     curr_code,0,0,to_date('01-01-1000','dd-mm-yyyy'),
                    to_date('01-01-1000','dd-mm-yyyy'),'0','0',-1,0,0,'s1' from cust_bal
   where   year = :wyear
       and cus_no          between :wcus1  and :wcus2
       and  ((curr_code is null )
               or(curr_code between :wcur1  and :wcur2))
       and ( nvl(c_tr_deb,0) > 0 or nvl(c_tr_cr,0) >0 or nvl(c_op_deb,0) > 0 or nvl(c_op_cr,0) > 0)
--order by 7,8,6,4and the query selecting from your remote database (I'll refer to it as query2)
select system_type,tran_type,tran_no1,lpad(tran_no1,15,'0') ord_tran,tran_no2,tran_date,cus_no,curr_code,
debit,credit,dis_date,due_date,tran_no,tr_desc,rate,l_debit,l_credit,'s2'
from [email protected]
   where   tran_year = :wyear
       and  ((curr_code is null )
               or(curr_code between :wcur1  and :wcur2))
       and cus_no          between :wcus1  and :wcus2
       and tran_date       between :wdate1 and :wdate2
union all select distinct -1,'-1','-1','-000000000000001',null,to_date('01-01-1000','dd-mm-yyyy'),cus_no,
                     curr_code,0,0,to_date('01-01-1000','dd-mm-yyyy'),
                    to_date('01-01-1000','dd-mm-yyyy'),'0','0',-1,0,0,'s2' from [email protected]
   where   year = :wyear
       and cus_no          between :wcus1  and :wcus2
       and  ((curr_code is null )
               or(curr_code between :wcur1  and :wcur2))
       and ( nvl(c_tr_deb,0) > 0 or nvl(c_tr_cr,0) >0 or nvl(c_op_deb,0) > 0 or nvl(c_op_cr,0) > 0)
order by 7,8,6,4is the usage of the database link which selects the data from the remote database. Now you want a parameter so that only data from query1 is returned or data from query2 is returned. When you run query1 against your remote database it should give you the same results as when you are running query2 to your current database (which is accessing your remote database via database link).
So why don't you
- dump query2
- run query1 against db1 when you want data from db1 (=the parameter you want to pass is set to a value that only query1 returns data but query2 does not)
- run query1 against db2 when you want data from db2 (=the parameter you want to pass is set to a value that only query2 returns data but query1 does not)
cheers

Similar Messages

  • Print report through application server

    we are running our application through 9ias .we are unable to print the report through printer attached to machine other then machine having application server
    installed on it .

    Hi Arun,
    If you want users to print reports on their local printers, you must first share those local printers and install the shared printers (now network printers) in the Reposts server.
    then add keys to your cgicmd.dat to correspond to each printer of each user who want to print locally. Each user who want to print locally must use cgicmd.dat key specific to his printer.
    For example, user1 wants to print in hp laserjet 4 printer in his PC named pc1 and printer name is "hp laserjet 4" ; user2 wants to print in epson lq570 in his PC named pc2 and his printer name is "epson lq570"
    then in your cgicmd.dat file add lines similar to the following:
    laserjet: destype=printer desname="\\pc1\hp laserjet 4" server=report_servername userid=user1/password@db %*
    lq570: destype=printer desname="\\pc2\epson lq570" server=report_servername userid=user2/password@db %*
    for user1 to print to his local printer (hp laserjet 4)
    the url to print will be:
    http://<app server hostname>:<port>/reports/rwservelet/?laserjet&report=reportname.rdf
    for user 2:
    http://<app server hostname>:<port>/reports/rwservelet/?lq570&report=reportname.rdf
    To allow all users to print at any local printer of their choice, be it local or network printer consider using ORARRP (Oracle Reports Remote Printing Utility) which can be downloaded from the OTN Website.
    Try this link:
    http://otn.oracle.com/sample_code/products/reports/index.html
    Regards,
    Mike

  • **URGENT** about printing report in charater mode through web

    hi,
    plz help me. i want to print report on EPSON LQ-2180 printer through web.
    plz tell me the URL how i can print report through report server.
    problem is i want a URL which i type in the browser and the report will go on printer.
    Thanks in advance
    Regards,
    Kamran Shahzad

    To print, include "destype=printer,desname=<printer>" in the url.
    The printer has to be accessible form the web server, not from the client.

  • Crystal Report Print report on different paper size (A4/Letter)

    I develop the crystal report 2008 with VS.net 2008. The report runs on web.
    when I preview or debug with VS on my local computer, the crystal report using A4 (8.3 * 11.7 in), Which is correct.
    However, after I deploy the program to the server, and try view and print report through IE, the print out is actually using Letter size (8.5 * 11 in).
    Both on my local computer and the server, the default printer is set to A4 size. And on the crystal report, in the printer setup, the paper size is A4 as well.
    I try on firefox, and safari. No luck. Same as IE.
    The crystal report need to print barcode, and the paper size must be A4, cuz the barcode page is designed and printed on A4 Avery Laser Barcode sheet.
    I tried on my PC by using remote server data souce, the printing works perfectly in A4 size (8.3"*11.7").
    And I don't know why same program after deploy to the server, then it using Letter size (8.5" * 11"), which the size I never set to.
    So strange.
    Thanks

    A few ideas \ suggestions:
    1) Make sure you are using FP 3.3 runtime:
    https://smpdl.sap-ag.de/~sapidp/012002523100016807202010E/cr2008fp33_redist.zip
    2) Try a simple win app - use saved data report (crystalreportviewer1.reportsource = <path to saved data report>). Does this print correctly?
    3) What print mode are you using; PDF or ActiveX?
    4) Try export to RPT and PDF from your web app. Does it export correctly?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Printing crystal report through infoview in CRS XI R2

    Post Author: ngk
    CA Forum: Publishing
    Hi ,
    We are using the crystal report server xi 2 version on windows. I have my reports published and am trying to schedule them through infoview to print to a particular printer which is my default printer.
    When i set the printer settings manually by typing out a printer name , it is printing it out but how can i enable it to take the default printer on my machine without having to type it in every time which is cumbersome?
    Currently we are using CR 8.5 on VB and it uses DLL files to print reports and it prints to the default server without any problems and does not ask user for the default printer also. We want to achive this kind of a interface through CR XI R2 infoview.
    Thanks, NGK

    <p>You don&#39;t mention here whether you are viewing your reports, OnDemand or scheduled.</p><p>Either way you should be able to change the command line of the service that you are concerned with and add the switch &#39;-trace&#39; this may give you the information you are looking for.</p><p>Depending on how you are running your reports you may want to add this switch to the Job Server, Page Server, or RAS Server service. </p><p>For more info on how to add switches to your service command lines see your Administrator&#39;s Guide. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Printing report oracle10g at client side through form

    Report Mode : CHARACTER.
    I am running report through oracle10g from in browser based environment from client machine.
    My application server running that form. My code is following for setting the report destination type:
    IF :B01.S_REPORT_TO = 'S' THEN
    SET_REPORT_OBJECT_PROPERTY(REP_ID,REPORT_DESTYPE,CACHE);
    ELSIF :B01.S_REPORT_TO = 'P' THEN
    SET_REPORT_OBJECT_PROPERTY(REP_ID,REPORT_DESTYPE,PRINTER);
    ELSIF :B01.S_REPORT_TO = 'F' THEN
         SET_REPORT_OBJECT_PROPERTY(REP_ID,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(REP_ID,REPORT_DESNAME,'c:\temp\abc.txt');
    END IF;
    vrep := RUN_REPORT_OBJECT (vrepid,PRAM_ID);
    web.show_document( 'http://servername:port/reports/rwservlet/getjobid'||
    SUBSTR (vrep, INSTR (vrep, '_', -1) + 1)|| '?'|| 'server=REPserver','_blank');
    But when i am using destype as print , the report output is directed to Application Server's printer and not in clinet computer's printer. as well as detination type is file , then specified file is stored in Application Server and not in client machine.
    HOW CAN I PRINT REPORT DIRECTLY AT DEFAULT PRINTER OF CLIENT COMPUTER OR SAVE THE FILE AT CLIENT COMPUTER'S HARDDISK

    Lionel wrote:
    Java bean is not supported anymore !
    [http://fdegrelle.over-blog.com/article-22717699.html|
    I strongly suggest that you read the article carefully and understand it it before you start spreading unverified rumors and mislead people.
    The article you pointed out in your post is a [url http://en.wikipedia.org/wiki/Disclaimer]Disclaimer wrote by the author of the Java Beans/PJCs found on that site.
    I will try to explain to you what Francois, the author of the site is trying to tell you in that Article and I'll be more than happy if Francois corrects me when I'm wrong.
    The article is clearly stating;
    Quoting the article:
    This material, these articles do not come from Oracle, have nothing to do with Oracle and are certainly not taken into account by the Oracle support.
    This mean's that the material pointed and the articles are not made, distributed or related to Oracle Corp. and "Oracle Support" will not help you if you have any questions or clarifications about these articles and/or materials. And the only person(s) will help you with them is the person(s) who wrote them and they are not from Oracle and if you have any questions you should ask send it to the e-mail address found on the homepage and not Oracle.
    This does not mean by any scope or dimension or by any mean that Java Beans are not supported to be used with Oracle Forms.
    Java Beans ARE supported to be used with Oracle Forms and in the next release Java has more integration with Forms.
    Francois, please correct me If I'm wrong.
    Thanks
    Regards
    Tony

  • Print Report using ASCII command through printer selection available on windows

    Hi,
    I'm using Labview 2009 to create a report using Report Generation Toolkit.
    Creating a report is not the problem, the problem is I need to print the report manually by sending an ASCII Code.
    I noticed that there are few example on send ASCII code command, but neither of them are related to printing.
    The printer I use is Panasonic dot matrix printer KX-P1121E with USB port. (Fanfold type of paper)
    I used "NI_report_lvclass: Print report.vi" from Report Generation before this to print my report, everything is okay and not receiving any error.
    But I noticed that after finish printing, the paper will automatically feed out as if that VI (Print report.vi) is sending out "Form Feed" (FF) Command to the printer. 
    My application cannot use this method because I need to print a set of data in every minute. If the data only have 2 rows, then it will be a wasting a lot of paper if everytime finished printing paper feeding out. I want the printer to continue standby on the same paper after finished printing previous data. In other words, maybe just manually send "Line Feed or Carriage Return" to the printer.
    So I have a few things need to be clarified step by step;
    1. How can I send an ASCII Code to my printer? Do you have any example for this? link below is the character of ASCII Codes that can be use :http://webpages.charter.net/dperr/links/esc_p83.ht​m
    2. Can I send a report created by report generation to be printed using this ASCII command method?
    3. If my printer is setup by using windows (Meaning: Available on "Printer and Faxes" list), How can I configure the printer setup in sending the ASCII Code? 
    Really appreciated your reply
    Thanks!

    Hi Zwired1,
    Just to make sure I fully understand the situation - I am assuming since you say you are printing to two different printers that when you are using the Print Report.vi you are using the printer name string to specify which printer you would like to print on. And if the printer that you specify is not functioning it automatically prints on the other printer, is that correct?
    From looking at the code in the Print Report.vi, it looks like if you specify a printer name in the input string, if there is a problem with that printer or if that printer is unavailable, the VI should not print anything, so please let me know if that is not the behavior you are seeing.
    For your question about checking the health of printers, there is a VI in the report gen toolkit called Query Available Printers. You can find it if you open up the Print Report.vi and choose the Standard Report instance, the Query Available Printers.vi is on the block diagram of that VI. It will return the list of available printers and the default printer.
    I hope that helps,

  • Report Generation Toolkit V9.0.0 : Print Report.vi doesnt print

    Hi,
    i have migrated my Labview 8.5 Project with Report Generation Toolkit V1.1.2 to a Labview 2009 System with Report Generation Toolkit V9.0.0.
    In this Project I use the Report Generation Toolkit for printing out a Standard Report with e few Tables and Graphs.
    Now the VI Print Report.vi delivers the Error -41002 with the Text "Invalide Printer Name". I have, of course installed the propper Printer on the machine.
    I don´t connect a string to the "Printer name" input of the VI, because i want to use the default printer.
    In my oppinion, there´s  a bug in the Print Report.vi: if you don´t wire the "Printer name" input, the vi should use the default printer, but in this case the vi connects the empty input string to the input of the method node it calls.
    I fixed this bug, but the method node still returns the same error.
    any ideas?
    Thanks!
    Solved!
    Go to Solution.

    Thank you for the link!
    For some reasons i can´t find this specific article in the knowledge base (my browser is always rerouted to the german version of ni.com, because i am in Austria). I tried to search with the exact title of this article, and the error message string, but no results...
    I have also installed Labview 8.5 and the "old" Toolkits on my new computer in addition to Labview 2009 and the "new" Toolkits and tested my program in 8.5. Here i got an error mentioning the margins and i had to change the margin settings for printing out, then in worked.
    After reading the article, i have applied the same changes for the margins in the 2009-version of my program and it works too!
    Problem solved!
    Thank you very much!
    PS:
    I first wrote, that there´s maybe a bug in the new version of the Print Report.vi, but i´ve compared it with the old version and it seems to be no bug, sorry!
    After all I decided to stay with Labview 8.5 for now, because of another problem:
    it´s not possible to "save for previous version" from LV2009 to LV8.5 directly.
    Laview crashes, when a VI contains an event structure as i found out by searching through the "known issues", and i have a lot of VIs with event structures!
    I have to have the possibility to save my Labview projects for 8.0 and 8.5. The only way is to save for 8.6 and then save from 8.6 to 8.5.
    That´s nasty and time-consuming!
    Maybe a future update will solve this problem (without producing new ones)

  • Alright, what am I missing? Print Report

    Troubleshooting a printer problem today, I had occasion to open the front panel of "Print Report.vi" (report generation toolkit).  There's nothing there!  Both the "error" and "no error" cases just pass the report ref through without operating on it, calling a DLL, etc.   So....how does it get the data to the printer?
    Solved!
    Go to Solution.

    It's part of a LVOOP class.  You're looking at the VI for the parent class, but the wire will always carry a child class (HTML, Word, Excel, etc).  The Print Report member of the child class is the one that will be executed - overriding the parent - and it contains the actual code.

  • How to print report in Character mode using Oracle Developer 10g

    Dear,
    I migrate my forms and reports from Oracle Developer 6 to Oracle Developer reports 10g,
    We are using some character mode report for bill printing. But when i run these report through menu on Web i got error message like
    "REP-1920: Character mode runtime incompatible with DESFORMAT of PDF, HTML, HTMLCSS, SPREADSHEET or RTF"
    i don't want to change the character mode to any other mode because it effects the printing.
    so how can it possible to set the mode to character and view report on Web.
    pls. suggest me solution.

    You have to pass the PRT file name as value for the DESFORMAT and use mode= MODE=CHARACTER.
    E.g.
    http://<host name>:<port>/reports/rwservlet?desformat=dflt&mode=character&.....

  • How to print report in Charactor mode using Oracle Developer 10g

    Dear,
    I have converted my few reports from Oracle Developer forms 5 to Oracle Developer forms 10g,
    i am running these reports on Web, for that i have configour "rwserver" server.
    But when i run these report through menu on Web i got error message like
    "REP-1920: Character mode runtime incompatible with DESFORMAT of PDF, HTML, HTMLCSS, SPREADSHEET or RTF"
    i don't want to change the character mode to any other mode because it effects the printing.
    so how can it possible to set the mode to character and view report on Web.
    pls. suggest me solution.
    Thanks

    You have to pass the PRT file name as value for the DESFORMAT and use mode= MODE=CHARACTER.
    E.g.
    http://<host name>:<port>/reports/rwservlet?desformat=dflt&mode=character&.....

  • Crystal Report XI Print report on different paper size (A4/Letter)

    Hi,
    I have designed report in Crystal XI using paper sieze Letter. Multipler sites are using this application. User in USA are using Letter size paper and User in Euorpe are using A4 size paper. All reports work fine for USA users.
    When Eurpoe users print the report on A4 size paper which set in Letter size, the report is truncated from Header or footer. They are printing report from Application and application is set on Citix server.
    If Anybody have any idea how to setup Crystal report so it can print on any paper size?
    Thanks
    Bhagvat

    Hi Don,
    Please find the below description.
    Background: Crystal Report XI is utilized to develop and view reports with data source from Oracle based LIMS application (Vendor: LabWare). The reports are printed using network printer on US Letter paper for users located in North America and on A4 paper for users located in Europe. The report format is US Letter and designed to print on both paper formats i.e. Letter and A4.
    Issue: When reports are printed by users in Europe using A4 format paper the printer defaults to US Letter paper (in printer preferences) resulting to data cut off from top and bottom on the printout.
    1)      When report layout is select to A4 during developing reports using CR, the printing preferences changes to A4 when printed and vice versa for Letter format. How can we avoid CR to enforce from changing printing preferences?
    2)     According to Citrix engineers in the company, the printer drivers installed on Citrix servers have nothing to do with printing preferences and CR defaults to paper size based on report design. What do we tell them about doing different to resolve this issue?
    3)    Even though a printer preference of default printer on local desktop is changed to A4, the report gets printed to Letter format result in data cutoff.  We have tried this option with several HP printers from few different company locations.
    Thanks
    Bhagvat

  • Printing report directly from printer

    Hi,
    I need a small information.if any one of our guys can give me some info that would be great.
    I am writing a ABAP report now. lets say when we write 'hello world' in code and F8  program o/p will show 'hello world' right. I need to print this through user default printer automatically...might be pop-up for confirmation would help.
    Thanks in advance...
    Raj

    Hi Rich,
    Calling program is
    REPORT ZTESTRAJ1 .
    parameters:p_date like sy-datum.
    DATA: SELTAB     TYPE TABLE OF RSPARAMS,
          SELTAB_WA  LIKE LINE OF SELTAB.
    start-of-selection.
          CLEAR SELTAB_WA.
    MOVE: 'p_date' TO SELTAB_WA-SELNAME,
          'P'     TO SELTAB_WA-KIND,      " PARAMETER
          sy-datum    TO SELTAB_WA-LOW.
    APPEND SELTAB_WA TO SELTAB.
    CLEAR SELTAB_WA.
    MOVE: 'p_matnr' TO SELTAB_WA-SELNAME,
          'P'     TO SELTAB_WA-KIND,      " PARAMETER
          '1233344'  TO SELTAB_WA-LOW.
    APPEND SELTAB_WA TO SELTAB.
    SUBMIT Ztestraj with p_date eq sy-datum
                    with p_uname eq sy-uname
                    with p_matnr eq '122333' and return.
    if sy-subrc = 0.
    write 'Printed'.
    endif.
    Here is the program Ztestraj
    parameters:
    p_matnr like mara-matnr,
    p_date like sy-datum,
    p_uname like sy-uname.
    data:  l_matnr like mcha-matnr.
    start-of-selection.
    l_matnr = p_matnr.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
      EXPORTING
        INPUT              = l_matnr
    IMPORTING
       OUTPUT             =  l_matnr
    EXCEPTIONS
      LENGTH_ERROR       = 1
      OTHERS             = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE:  L_MATNR.
    DATA: PARAMS LIKE PRI_PARAMS,
          DAYS(1)  TYPE N VALUE 2,
          COUNT(3) TYPE N VALUE 1,
          VALID    TYPE C.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING DESTINATION           = 'LOCL'
                COPIES                = COUNT
                LIST_NAME             = 'ZTESTRAJ'
                LIST_TEXT             = 'SUBMITTO SAP-SPOOL'
                IMMEDIATELY           = 'X'
                RELEASE               = 'X'
                NEW_LIST_ID           = 'X'
                EXPIRATION            = DAYS
                LINE_SIZE             = 80
                LINE_COUNT            = 120
                LAYOUT                = 'X_44_120'
               SAP_COVER_PAGE        = 'X'
                COVER_PAGE            = 'X'
               RECEIVER              = 'SAP*'
               DEPARTMENT            = 'System'
                NO_DIALOG             = 'X'
      IMPORTING OUT_PARAMETERS        = PARAMS
                VALID                 = VALID.
    IF VALID <> SPACE.
      SUBMIT ztestraj TO SAP-SPOOL
        SPOOL PARAMETERS PARAMS
        WITHOUT SPOOL DYNPRO and return.
        if sy-subrc = 0.
        endif.
    ENDIF.

  • Template is not attached to AP Check Printing report (XML Publisher)

    Hi Guru,
    I have implemented XML publisher version of AP check Print report and did all the setups. When we make the payment in payables it automatically submits check print report. The report is completed successfully, but no output.
    When I check View details button noticed that template layout is not attached to the report.
    Please do the needful.
    Thank in Advance,
    Venkat.

    Hi,
    The following are the Instance details
    OS : OEL5
    Database: 11g
    EBS : 11.5.10.2
    I have completed all the setups for the report and I am able to see the template attached to the request for other reports where we submit them in SRS window.
    But "AP check Print report" submits automatically through the form while making the payment against supplier in AP.
    Thanks in Advance,
    Venkat.

  • Receiving an error in Print Report.vi in the Text Report Example.vi

    I am trying to run the "Text Report Example.vi" example under Windows XP Professional, MS Office 2003 and LV 6.1 and I get an error in the "Print Report.vi" saying that there is an unknown error (-2147452567). I have searched through the Knowledgebase and found a couple of things to try but none of them worked (namely this solution). Is there a known problem with Office 2003 and LabVIEW 6.1? I can run the same example on another computer that is running the same setup except that it has MS Office 2002 SP3 and it prints properly.

    There are several reasons why you could get this error. There was a problem with a DLL change that caused either an invoke node or a property node (sorry, I don't remember which) to need to be replaced or relinked. I think that this is the problem that you linked to.
    The other potential problem is that you could be calling a font that you have on one of the computers but not on the other.
    I hope that this helps,
    Bob Young
    Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
    DISTek Integration, Inc. - NI Alliance Member
    mailto:[email protected]

Maybe you are looking for

  • Runtime Error - In PO creation

    Hi friends, Pls advise how to resolve this runtime error issue mentioned below...which Im getting in PO creation and at the time of releasing the same but getting the error as background express document. Note(FYI):No enhancement has been developed a

  • Delivary date parameter in vendor evaluation

    hi where we maintain the delivary date parameter in vendor evaluation. nitin

  • Tabstrip

    hi friends   I need a help in coding a tabstrip in module pool programming. i have placed different tabstrips in a screen but how to call sub screens and code for the tab. plz help me. i need it urgent. Regards vijay

  • CUA, SSO and Portal

    Hi Guys, I'm a security guy, with CUA, Portal and SSO - but when it comes to installation of CUA and SSO with Portal, I have some gaps in my knowledge, so I could use a little help.  Thanks in advance. My client is implementing a non SAP SSO solution

  • My Firefox screen splits horizontally into top half and bottom half. How do I remove it?

    The bottom half is blank and useless.