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 strongm 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: *

  1. Croaks

    Running another exe from installer

    Hi my installer installs some ODBC drivers and places some files on the harddrive which then needs to be invoked by the user. Is there any way i can cause the installer to run the setup.exe during the process of the installation? Ive sene it done with directx during game installation. Cheers...
  2. Croaks

    Current Date Formula

    Thats great, exactly what i was after Thankyou
  3. Croaks

    Current Date Formula

    Hi i need to use the current date formula to find out what month the report is run and then perform a calculation on a value based on what month it. Ie.. If its Feb i need to / by 2, March /3 and so on what ive got so far is: IF CurrentDate = 2004/01/01 THEN True to 31/01/2004 Then...
  4. Croaks

    CR7 Crashing XP Machine

    Hi You were right it was a linkage problem because i was using related fields Cheers Croaks
  5. Croaks

    CR7 Crashing XP Machine

    Hi ive got a report that uses multiple tables. Im at the point where im adding another table that isnt linked to nay other table and just sits alone so I can fetch data from it that isnt related to the rest of the report. I can add the table to my list but as soon as I add a field from the...
  6. Croaks

    Simple Formula not working

    Nice one! That did the job Thanks a lot
  7. Croaks

    Simple Formula not working

    Hi I havnt used CR for ages and now im struggling with a formula. I have a table with sales figures on, each entry has a code attached (C, I or P) and i need 2 formulas, 1 to add up all the totals for entries with C and one to Add up all with I. I then plan the subtract one formula from the...
  8. Croaks

    ODBC Drivers

    Hi Im creating a install and need to install some drivers and a data source. Ive added them in in the ODBC TAB but when the installer is run on other machines it doesnt install the data source, just the drivers. Do I need to do something other than just add the drivers and data source...
  9. Croaks

    Importing text documents into Crystal

    Hi im creating a report and i need to import the data from a .ini file into the body of the report to populate one of the sections. I cant seem to find how to this but im sure i can be done Help please Cheers Croaks
  10. Croaks

    Online Print Ordering

    Hi I need to find out the name of the people who developed www.printaction.net A few years ago they contacted me and offered the source code for a reasonable price but i didnt realise what they had then. All the information that is on the website is not the developers but the resellers and...
  11. Croaks

    Auto run a Macro

    Yup sorted mine too Thanks for the help
  12. Croaks

    Auto run a Macro

    Hi ive got a macro that is importing data from sage into Excel then saving it I cant however get the AutoExec function to work, it wont even work for a simple pop up box Ive made it work hundreds of times in Word so whats the catch in Excel to make it work? Cheers for the help
  13. Croaks

    Buying advise please

    Hi We are about to buy wise windows installer for the first time. We have chosen the Wise installer because of the ODBC distribution capability among other things, but i cant find any reference regarding which packages (Standard, Pro or Enterprise) it is included in. Is it included in the...
  14. Croaks

    Sub Fields from same data

    That did the trick Thanks for all your help m8
  15. Croaks

    Sub Fields from same data

    HI I think I worded that wrong I can get it display the format right its where its placing the data thatts the problem What im getting is 2003 - 2004 Jan £352 £0 Feb £352 £0 etc £352 £0 Jan £0 £356 Feb £0 £356 and so forth What i want is both the 03...
  16. Croaks

    Deployment Issues

    Hi My company are wanting to deploy reports that use dynamic data without the buyer having to own a copy of CR or Enterprise In the old version we have you could deploy .exe files that installed the report and the neccesary files to view the report if you supplied ODBC Drivers with it the data...
  17. Croaks

    Sub Fields from same data

    Hi Ive followed what you posted but it still doesnt look right what im gettings is 2003 - Total 01/2003 Total What I actually want to display is 2003 - 2004 Jan Feb...
  18. Croaks

    Sub Fields from same data

    Hi I have a problem but its quite hard to explain so bear with me. Im trying to do a sales summary report. I group the date ordered by month and create a summary then filter for the entries only this year. This gives me a Jan. Feb etc with the total Sales value for 2004 Now i need to create...
  19. Croaks

    P&L Formula

    Hi Im trying to create a simple formula from two tables that deducts one catagory total from another but i cant get it working, thjis is what ive come up with so far but i think im well off Sum ({SandPTransactions.NETAMOUNT}, {NominalCodes.TYPE}, "Sales") - ({SandPTransactions.NETAMOUNT}...
  20. Croaks

    Dates stored as numbers not displaying correcly

    Cheers, It was the ODBC settings, just set it so it knew which fields contained date Thanks very much Croaks

Part and Inventory Search

Back
Top