Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: question911
  • Order by date
  1. question911

    Set Counter

    Crystal 9 Need a counter variable to start at 902 instead of 0. Does anyone know how to do this? My formula looks like this WhileprintingRecords; NumberVar counter; If not isnull(GroupName ({SERVICE.START_TIME}, "by hour")) Then counter := counter + 1
  2. question911

    CRON Job

    I added a call in my shell script to reference the profile file. I also, still had to add ksh to my CRON task schedule. If I didn't add ksh, it would not run. Weird. . /etc/profile Thanks everyone!
  3. question911

    CRON Job

    Eric, What do u mean by source your oraenv?
  4. question911

    CRON Job

    Hi Alexhu, I tried it without the "sh" in front of it. I still get the same result. It doesn't run.
  5. question911

    CRON Job

    sqlldr pro/pro control=/home/pro/dataload.ctl log=loadgood.log bad=loadbad.log
  6. question911

    CRON Job

    SC0 7.1 CRON schedules jobs correctly, except for one. Below is the problem entry. Also, below is the CRON log file. There is no problem executing this from the command line manually. #Load Table 25 11 * * * sh /data/loaddata.sh CMD: sh /data/loaddata.sh > root 10904 c Tue Feb 1...
  7. question911

    Data Transfer using ADO

    Thanks for feedbacks. I used Access to link the two tables and created a query to perform inserts. Man, it would take 4 hrs to complete the job. Does anyone know if ADO is being used when using an Access query to perform an insert? One of the reason I preferred avoiding using sqlldr was my...
  8. question911

    Data Transfer using ADO

    Do you have sample code to loop through the recordset to insert into Oracle table? This sounds like it would take forever to insert 200,000 records.
  9. question911

    Data Transfer using ADO

    How would the code like if I needed to get the results from the first database to the second database. For example I can get the recordset from my MS SQL databse, but how do I pass these records over to the Oracle connection to perform an insert of these records?
  10. question911

    Report won't save V8.5

    Get External Data --> Link Tables
  11. question911

    only show specific account numbers

    What you want require third party IDE. You can use VB, ADO, T-SQL, and Crystal.
  12. question911

    only show specific account numbers

    In the "Change Group Options" window, select the "Common" Tab". In the Common Tab, select "In Specified Order." In the "SPecified Order" Tab, select the account numbers you will always need to group by. In the "Others' Tab, select "Discard All Others."
  13. question911

    ODBC UserID and Password automation.

    Usually these ODBC drivers like IBM Informix drivers allow you to specify a generic logon id and password to use by adding it to the windows registry.
  14. question911

    Conditional Filter

    Yes, I use conditions in my selection formulas.
  15. question911

    Minimum function

    Crystal Reports 9 Need help creating a Minimum (MIN) formula based on the results from a Summary (SUM) formula. Below is the Summary formula: sum({agentstats.acdgrpprimtalktime}, {agentcnfg.agent_id}) + sum({agentstats.acdgrpovfltalktime}, {agentcnfg.agent_id}) The summary formula is on the...
  16. question911

    Increment Counter

    Thanks guys. Distinct count works fine. Synapsevampire, 0 was not mandatory as the starting number. Just used it as an example. Thanks Again
  17. question911

    Increment Counter

    wichitakid, the running total works fine in the Detail Section. But what if I need to create a GROUP Section to get the same results from the running total?
  18. question911

    Increment Counter

    Crystal 9 and Oracle 9i I need help with a formula that increments a counter whenever the value on a field from the previous record is not the same value, otherwise the counter retains the value from the most recent increment. For Example, lets say the table looks like this..... ID Type...
  19. question911

    How to include a new font in CR

    The types of fonts you see on the drop down maybe related to the types of fonts supported by your printer driver you are using in Crystal Reports.

Part and Inventory Search

Back
Top