Label report doesn't produce output

Hi all,
I have a problem with formular and label report.Exactly when i run label report in the browser using desformat(htmlcss or pdf), it does not produce any output.But in report builder it produces an output.I don't think that it's a problem of parameter because i use the same parameter in report builder and browser.
what's the matter, thanks!
TYAG

now try it
you should get
D:\Temp\telnet' is not recognized as an internal or external command,
operable program or batch file.
as an output
import java.io.*;
public class Main{
  public static void main(String[] args)
    String[] command = new String[3];
    command[0] = "cmd.exe";
    command[1] = "/C";
    command[2] = "D:\\Temp\\telnet\telnet.exe";
    try
      Process p = Runtime.getRuntime().exec(command);
      BufferedReader stdin = new BufferedReader(new InputStreamReader
                                               (p.getInputStream()));
      BufferedReader stderr = new BufferedReader(new InputStreamReader
                                               (p.getErrorStream()));
      PrintStream stdout = new PrintStream(p.getOutputStream());
      String line = "";
      while((line = stderr.readLine()) != null)
        System.out.println(line);
      System.out.println();
      while((line = stdin.readLine()) != null)
        System.out.println(line);
      p.destroy();
    catch(Exception ex)
      System.out.println("Exception: " + ex.getMessage());
      System.exit(-1);
}

Similar Messages

  • Runtime.exec - hangs or doesn't produce output

    Hey,
    I've been trying to get my program to run an application that I downloaded off the net. It is a console based telnet application build for windows. Now, I've been trying to bascially automate some telnet stuff but it doesn't seem to work at the moment that is it doesn't give me output and it causes my computer to slow down. I've noticed that it does start the application which causes the slow down but I was wondering why it doesn't give me any output. Here is the code that I have
    import java.io.*;
    public class Main
      public static void main(String[] args)
        String command = new String[3];
        command[0] = "cmd.exe";
        command[1] = "/C";
        command[2] = "D:\\Temp\\telnet\telnet.exe";
        try
          Process p = Runtime.getRuntime().exec(command);
          BufferdReader stdin = new BufferedReader(new InputStreamReader
                                                   (p.getInputStream()));
          BufferedReader stderr = new BufferedRader(new InputStreamReader
                                                   (p.getErrorStream()));
          PrintStream stdout = new PrintStream(p.getOutputStream());
          String line = "";
          while((line = stderr.readLine()) != null)
            System.out.println(line);
          System.out.println();
          while((line = stdin.readLine()) != null)
            System.out.println(line);
          p.destroy();
        catch(Exception ex)
          System.out.println("Exception: " + ex.getMessage());
          System.exit(-1);
    }Could some please help me and trying to get this program to work?
    Thanks,
    Ny

    now try it
    you should get
    D:\Temp\telnet' is not recognized as an internal or external command,
    operable program or batch file.
    as an output
    import java.io.*;
    public class Main{
      public static void main(String[] args)
        String[] command = new String[3];
        command[0] = "cmd.exe";
        command[1] = "/C";
        command[2] = "D:\\Temp\\telnet\telnet.exe";
        try
          Process p = Runtime.getRuntime().exec(command);
          BufferedReader stdin = new BufferedReader(new InputStreamReader
                                                   (p.getInputStream()));
          BufferedReader stderr = new BufferedReader(new InputStreamReader
                                                   (p.getErrorStream()));
          PrintStream stdout = new PrintStream(p.getOutputStream());
          String line = "";
          while((line = stderr.readLine()) != null)
            System.out.println(line);
          System.out.println();
          while((line = stdin.readLine()) != null)
            System.out.println(line);
          p.destroy();
        catch(Exception ex)
          System.out.println("Exception: " + ex.getMessage());
          System.exit(-1);
    }

  • Problem to display Formular,letter and label Report

    Hi all,
    I use formular, letter and label reports.When i run them in paper layout, they display fine but not in web layout.
    I would like to know, how can i fix this problem.
    Thanks for ur help!
    TYAG

    hello,
    there is a significant difference between desformat=html and the web layout in 9i. where desformat=html (or htmlcss for that matter) generates the paper layout to HTML, the web layout is a complete different layout model and needs to be created separate from the paper layout. the wizard will not show you things like label, form and letter when you create a web layout, since those layout types don't make sense in a web layout, where we are talking about pure HTML generation.
    what i am still not clear about is what you mean by "at runtime" your labels don't show. do you mean, when you run the report, it does not produce any output ?
    thanks,
    ph.

  • Generating Labels Report In BI Publisher

    Hi Experts,
    We have a requirement to create a Label report using BI Publisher.
    the lable has two static fields and three dynamic fields.
    The report needs to build in left to right fashion.
    As per my understanding the BI Publisher reports works in Top to Bottom Fashion.
    Have any one come across such scenario. Please let me know whether it is possible to build report like this or not.
    Appreciate your input.
    Regards,
    Andy

    Hi Andy,
    we can , and i need to see your template, output and xml .
    drop it to me @ id in y profile location, i can help.

  • Robohelp 9 WebHelp - Searching doesn't produce any results.

    Hi, I upgraded to RoboHelp 9 last week and now searching in Webhelp doesn't produce any results. I've created a new project, used the sample project, tried generating it to a new folder and results remain the same.
    When I select the search tab, the status bar flutters with the "Waiting for file...." displayed indefinetly with the occassion display of the javascript: (void);
    Screens shots are from the RH 9 sample project. Results are the same with my projects.  CHMs generated work fine!
    Any suggestions?

    Mary
    You added the problem to another thread that was not related as the issue there is the use of HTTPS. I have deleted that post.
    You also started a second thread with a the same question. I don't understand how asking the question twice will help so I have locked that thread but created a link to this thread so that anyone with an answer can help you. If there is a reason for starting a second thread, please let me know.
    Please just ask once and wait for a reply as this wastes moderator's time that is better used trying to answer questions.
    Now to the problem. Searching with Chrome installed works just fine for most people so the problem seems to be local to you. If I have read you correctly, after installing Chrome, the search breaks no matter what browser is used.
    Was that checked on other machines or just yours?
    IGNORE THIS QUESTION - The answer is YES and that was in the post.
    Did you also check that search was broken with the supplied sample projects? I know that works with the three browsers being discussed here?
    Where was the help installed when tested by you both standalone and from the application?
    Questions 2 and 3 are really only related to problems with Chrome. I have not seen anyone report Chrome also breaking the search in the other browsers. There's more to this than meets the eye as Chrome has not caused that problem for anyone else, or at least, no one has reported it.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Repeating same address in a Mailing Label Report

    I have created a mailing label report that generates address labels from a database. I would like to pass a parameter to this report that would allow me to indicate how many occurances of each address is to be printed. For example my address file contains 10 unique addresses, I want to create 4 labels for each address. This would give me a total of 40 labels. (keeping the 4 like addresses together). not by printing the report 4 times.
    Thanks for the help.

    Hi Dale Nelson,
    I found some information about Label Looping in Crystal. I never tried it but I think it would help you.
    How to Create a Looping Label Report, Using CR9's Basic Syntax
    1) Create a New Report using the Label Expert, utilizing the desired label size
    2)
    a) insert several fields into the label details section that will create many many details lines for the report: there will have to be   one details line for each label potentially created: these fields will not be shown in the label
    b) the above fields can come from any table..in this sample report, the Customer ID field and the Order ID field are taken  from Crystal's Xtreme sample database
    3) The details section must have a numeric counter assigned to each record.  If there is no database field that is a numeric counter, one will have to be created in the database (in this example, the numeric counter is the Customer ID)
    4) create a parameter field in which the user is prompted to enter the # of labels they wish for each client/customer
    insert this parameter onto the report header
    5)
    a) create a linking formula to insert on the details section of the main report.  The formula will read something like:
            Shared x as number
            x = (x + 1/{?lblnum})
            formula = truncate(x)
    b) if the client enters 6 as the number of labels they wish for each client, the above formula will be incremented by 1, for each  6 times the formula is calculated on the details sections...this ensures that the subreport is ran 6 times for each client and thus six labels are produced
    6) Insert a Subreport that will contain the fields and structure of an address label
    7) create a link to the subreport: from the Linking Formula (above) to the client ID (customer ID number field) in the subreport
    8) blank main report details lines will now have to be suppressed.  In the subreport create a formula @Null Check similar to:
    whileprintingrecords;
    shared numbervar check;
    if isnull({Customer.Customer Name}) then check := 6
    Insert this formula on the subreport details section and suppress it
    9) in the main report, go to format the details section and select the Suppression formula button.  Insert a formula similar to:
    whileprintingrecords;
    shared numbervar check;
    check =6
    the above two steps will ensure that main report details sections will be suppressed after the labels are printed
    Notes:
    > There will be one blank label printed at the end of the report.
    > The order of the labels will be in the order specified by the database: if a different order is desired, this should be specified using a query or stored procedure at the database end
    > A successful link is created between a manual running total [@link formula] and the subreport's Customer ID field. This link is possible as the [@link formula] formula is written in Basic Syntax, and hence is processed before the subreport link. This is not possible using earlier versions of Crystal, as the formula editor did not have the option to use Basic Syntax.
    Regards,
    Raghavendra

  • Unable to create report. Query produced too many results

    Hi All,
    Does someone knows how to avoid the message "Unable to create report. Query produced too many results" in Grid Report Type in PerformancePoint 2010. When the mdx query returns large amount of data, this message appears. Is there a way to get all
    the large amount in the grid anyway?
    I have set the data Source query time-out under Central Administration - Manager Service applications - PerformancePoint Service Application - PerformancePoint Service Application Settings at 3600 seconds.
    Here Event Viewer log error at the server:
    1. An exception occurred while running a report.  The following details may help you to diagnose the problem:
    Error Message: Unable to create report. Query produced too many results.
            <br>
            <br>
            Contact the administrator for more details.
    Dashboard Name:
    Dashboard Item name:
    Report Location: {3592a959-7c50-0d1d-9185-361d2bd5428b}
    Request Duration: 6,220.93 ms
    User: INTRANET\spsdshadmin
    Parameters:
    Exception Message: Unable to create report. Query produced too many results.
    Inner Exception Message:
    Stack Trace:    at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.ExtractReportViewData()
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.CreateRenderedView(StringBuilder sd)
       at Microsoft.PerformancePoint.Scorecards.ServerRendering.NavigableControl.RenderControl(HtmlTextWriter writer)
    PerformancePoint Services error code 20604.
    2. Unable to create report. Query produced too many results.
    Microsoft.PerformancePoint.Scorecards.BpmException: Unable to create report. Query produced too many results.
       at Microsoft.PerformancePoint.Scorecards.Server.Analytics.AnalyticQueryManager.ExecuteReport(AnalyticReportState reportState, DataSource dataSource)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportBase(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer, String formattingDimensionName)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
    PerformancePoint Services error code 20605.
    Thanks in advance for your help.

    Hello,
    I would like you to try the following to adjust your readerquotas.
    Change the values of the parameters listed below to a larger value. We recommend that you double the value and then run the query to check whether the issue is resolved. To do this, follow these steps:
    On the SharePoint 2010 server, open the Web.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\Web Services\PpsMonitoringServer\
    Locate and change the the below values from 8192 to 16384.
    Open the Client.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\WebClients\PpsMonitoringServer\
    Locate and change the below values from 8192 to 16384.
    After you have made the changes, restart Internet Information Services (IIS) on the SharePoint 2010 server.
    <readerQuotas
    maxStringContentLength="2147483647"
    maxNameTableCharCount="2147483647"
    maxBytesPerRead="2147483647"
    maxArrayLength="2147483647"
                  maxDepth="2147483647"
    />
    Thanks
    Heidi Tr - MSFT
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Report to see the output of VLPOD transaction

    Hi Gurus
         I have configured Proof of delivery concept to caputre loss of Quantity due to moisture. can any body tell me about standard report to see the output of VLPOD transaction.Full points for the correct solution.

    Hi,
    Try the t-code VLPODL, hope can help you!
    Good day
    Tao

  • How to call the XML Publisher Report thro Standard PO Output for Comm.

    Hi
    We need to call our custom report(XML Publisher Report) from the standard PO Output for Communication Report.
    There is a parameter(Purchase Order Layout) in PO Output for Communication in which we can see no. of standard reports. We want to add our custom report in that list so that when we will run this standard report by selecting our custom report for Purchase Order Layout parameter, we should get the output as per our Custom report.
    Since PO Output for Communication is a Java Concurrent Program, we are not able to place our custom report in the list of Purchase Order layout Parameter.
    Ram

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

  • Exporting a mailing label report to PDF shifts the address off ...

    Hi.
    The report is created using the wizard "File->New->Mailing Label Report". Everything looks good at the preview. Following are the dimensions:
    - 4 X 1 inches
    - 2 labels across, 10 down
    - Paper would be 8-1/2 X 11 inches (Letter sized) (labeled) paper
    - 0.5 inches page margin on top and bottom
    - 0.156 inches left & right margins
    - Horizontally .188 inches between labels
    - Vertically NO space between labels
    For this, in the Crystal Reports Designer, I used Mailing Label Type = "Address (Avery 5261)".
    Issue
    However, when trying to export the report to PDF and when we print the report, addresses go off the labels (shifts up slightly starting from the begining). It looks like the font sizes, etc are not maintained. Therefore, visually, addresses shifts up gradually and does not fall into labels.
    Other specific details
    The first address was too low, I mean after .5 inches top margin, this first address started to appear .4 inches down the margin. If we measure from top of one address to the top of next one, it is about .9 inch and not 1 inch.
    Later I tried this [template|http://www.worldlabel.com/Pages/crystal-reports.htm] as well. I faced the same issue.
    Had anyone worked with mailing labels report faced similar issue?
    I appreciate your help

    Go through the following SAP Note
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bip/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303336333933353336%7D.do]
    Regards,
    Raghavendra.G

  • How to run the report and show the output in excel file

    salam
    how to run the report and show the output in excel file,
    how to run the report and print the o/p via printer
    how to run the report and send the o/p via mail
    thank u all

    Hi,
    There are Parameters DESTTYPE, DESFORMAT and DESNAME. You can set these parameters to get as you want.
    1) Output in Excel File
         ADD_PARAMETER(PL_ID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
         ADD_PARAMETER(PL_ID, 'DESFORMAT', TEXT_PARAMETER, 'DELIMITED');
         ADD_PARAMETER(PL_ID, 'DESNAME', TEXT_PARAMETER, '<file_name>.XLS');2) output to printer
         ADD_PARAMETER(PL_ID, 'DESTYPE', TEXT_PARAMETER, 'PRINTER');
         ADD_PARAMETER(PL_ID, 'DESNAME', TEXT_PARAMETER, '<printer_name>');3) Email - Have to configure SMTP and all. ( i didn't checked it)
         ADD_PARAMETER(PL_ID, 'DESTYPE', TEXT_PARAMETER, 'MAIL');
         ADD_PARAMETER(PL_ID, 'DESNAME', TEXT_PARAMETER, '<email_id>');Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • Link to detail Report doesn't work.

    Hi, we are using Webi for On Demand reports (against Salesforce universe) and the hyperlinks to details reports are not working.
    my URL in master report looks like this:
    ="<a href=https://na.crystalreports.com/opendoc/openDocument.do?iDocID=48877773&sType=wid&sWindow=New&lsMFocusBook="[Focus Book]"&lsMSegment="[Segment]"&lsMAccount="[Account Name]">"[Segment]"</a>"
    and UR in detail report appears as:
    https://na.crystalreports.com/opendoc/documentXML.jsp?cmdP1=untitled488777731wid*&token=&cmd=askPromptView&cmdBlock=all&cmdP2=lsMSegment%3D%255BSegment%255D%26sWindow%3DNew%26useCustomPrompts%3DY
    Some how details report doesn't recognise the propmpt values and always asks to fill prompts.
    can some one advise?
    Thanks

    Hello,
    The openDocument.do url was really only designed for use with Crystal Reports documents.
    It is not officially supported for webi documents, or any of the other document types.
    That being said, it sounds like opening webi docs with openDocument.do does work, it is just the parameter passing that is problematic.
    Cheers
    Steve

  • Mouse hover doesn't produce preview in an application

    I use a Bible program called Logos 5. For months I have had an issue where my mouse hover over a reference doesn't produce a preview, but only in one area of the program - my personal notes.
    Recevied an email from the comany that said,
    That specific tool tip is one that we are relying on Apple to make a call back to us for it to appear. What this means is at some point you, or a piece of software you’ve installed, or changed settings from, has modified the Apple tool-tip settings which is, in this case, disabling that tool-tip. The fact that it does appear when you hold down a modifying key also points to the fact that this is a system setting that has been modified.
    Any clue what program or setting could have interfered? I do not have this problem on an older iMac with the same program & files loaded.

    Hi All,
    I have got LabVIEW 8.0. I make a VI for discovering BT targets. It works fine on my computer and also fine when I make a application.
    I don't have any problem with this function and the discovering of BT
    target. I made the test of the PC of my collaegue and It works fine too.
    Two tests done : One with a own Vi and an own application on my PC  ==> everything OK
                                One with the Vi and application of Aquila1981 from the folder "rest.zip" (see first thread)==> everything OK
    My config : Win XP Pro ver 2002  SP2
                      Pentium IV (3,4 Ghz)
                      1 Go of RAM
    Targets : Pocket PC Asus A620 BT
                   Sony-Ericsson Mobile Phone K750i
    BT stuff : BT USB Stick
                    Manufacturer : Broadcom ==> Blutonium BCM2035 BT 2.4 Ghz Single Chip Transceiver
                    Driver version : 5.1.2600.2180
                    Firmware Revision 00.04
    Let me know if you have some problems.
    Julien Roland
    AE of NI Belgium
    www.ni.com/support
    Julien Roland - District Sales Manager
    NI Belgium - Technical Support
    Don't forget to rate a good answer

  • Label report using Reports6i

    Hi,
    We're in the process on developing a label report where the requirements
    are to repeat a label layout x times for the one row returned from the
    query.
    The usual case is to use a repeating frame that print one label for each
    row returned by the query but we need to print x times the same row for
    3 different label layouts all one the page of stcky labels
    Is there any known tricks in how to achive this
    Many TIA
    Per
    null

    user528488 wrote:
    Hi,
    I have a problem printing of 2 reports in 1 page. In the 1st page the 2 reports was printing ok but when it goes in the 2nd page the details of the reports does not ALIGN with their
    corresponding fields.
    The size per report in 1 page:
    width = 8.5
    height = 10Hi, Yesha
    What do u mean by > 2 reports in 1 page
    rest of the line ignored.

  • All of a sudden, report doesn´t work anymore

    Getting really tired of this whole SCOM-thing the last days.
    Now the reporting doesn´t work anymore. We changed NOTHING.
    State went from Zero to Healthy 4:14 PM on friday last week. Alright.
    But a few hours later, when nobody was here anymore, it changed to EROR.
    How can that happen?
    Reports are EMPTY suddenly. You can't start report-tasks anymore. They disappeared.
    We checked:
    - Discovered Inventory -> Data Warehouse Synchronization Server
    - State is Critical.
    - Display name is wild numbers+characters, is this normal?
    - Health explorer says:
    'DeploymentException': Failed to deploy reports for management pack with version
    dependent id '471cffe4-2085-cf71-2513-ecbac52be31f'. Failed to deploy report
    'Microsoft.Windows.Server.Reports.PerformanceBySystem'. AdjustDataSources:
    Exception <ErrorCode
    xmlns="http://www.microsoft.com/sql/reportingservices">rsItemNotFound</ErrorCode><HttpStatus
    xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
    xmlns="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be found.</Message><HelpLink
    xmlns="http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60</HelpLink><ProductName
    xmlns="http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server
    Reporting Services</ProductName><ProductVersion
    xmlns="http://www.microsoft.com/sql/reportingservices">11.0.2100.60</ProductVersion><ProductLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem
    xmlns="http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation
    xmlns="http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsItemNotFound"
    msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsItemNotFound&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.2100.60"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">The item '/Data
    Warehouse Main' cannot be
    found.</Message></MoreInformation><Warnings
    xmlns="http://www.microsoft.com/sql/reportingservices" />

    Hi,
    Generally these errors are caused by improper SQL SRS configuration, to confirm SRS is initialized correctly, are you able to navigate to http://localhost/reports or http://localhost/reportserver?
    Are you upgraded to SP1 RC yet and have you the latest versions of the MP' as a lot of these reporting issues have been resolved?
    Also re-check all your SRS accounts have the relevant permissions and all permissions in IIS are correct?
    You could try resetting the SRS configuration and re-install Reporting.
    1. COPY the ResetSRS.exe file in SupportTools folder of the OM 2007 media to
    C:.
    2. Open a Command Prompt and change your path to C:.
    3. Type "ResetSRS.exe  MSSQLSERVER" where MSSQLSERVER is your SQL instance
    name.
    4. Then open Reporting Services Configuration Console, select Web Service
    Identity and click Apply.
    5. Finally, reinstall your reporting service by running OMSetup.exe again.
    In addition, please provice the event ID under event vierwers, so that we could analyze it further.
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/0a66dfa4-a39c-44c4-93cf-ca064d6bc52c/scom-reporting-error-rsitemnotfound-?forum=operationsmanagerreporting
    Hope this helps.
    Regards,
    Yan Li
    Regards, Yan Li

Maybe you are looking for

  • Adobe Reader is causing problems in Windows 7

    Good morning all, I have been doing some digging on this one and have had no joy so far. We are deploying Windows 7 in our office and I have one user, and only one who is having problems. They had Adobe Reader X installed and they began to have probl

  • Which join  to use in situation below?

    Hi, I have 2 tables with structures as below table :- Machine (machinename char(5), machineid char(6), starttime date , endtime date, quantity) table :- shutdown machineid char(6), shutdowntime date, shutdownmins char(5) What i want to do is change t

  • Table updation into a file

    I want to know how i can create tables dynamically(i dont know exact number of tables i need to add during run time) and how to use files to store the data in the table into the file and to retrieve back it to the table?How can i add rows and columns

  • Safari crashes after last update and other apps were afected

    After updating Safari yesterday, it started to crash. I uninstaled it, and instaled the old version that came whith the Tiger DVD. Now the Safari continuous to crash (even whith the plug ins desabled), it doesnt make updates, and if I try to update d

  • Auto fill Sales Order "Sales Employee" with "Owner"

    I would like to auto fill the "Sales Employee" in a Sales Order based on the assigned Sales Employee in HR for the user/owner that is logged in.  I would only want this to work on the initiate Add of the document. Can this be only done with a Stored