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 Wanet Telecoms Ltd 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. AlanCrawford

    can't stretch wallpaper

    Go to www.webshots.com and download the software. You can then add the desktop picture you want to view, into the software, and it will stretch it automatically for you. God Bless, Alan
  2. AlanCrawford

    VB 6 AND CRYSTAL OCX

    ..then I'm clean out of ideas, sorry ;o) Alan
  3. AlanCrawford

    VB 6 AND CRYSTAL OCX

    and have a look at thread768-214365 ;o)
  4. AlanCrawford

    VB 6 AND CRYSTAL OCX

    This is a list of the SSCHART (Graph Files for Crystal 7) DLLS. sschart.exe sscdlg32.dll sscnd32.dll sscres32.dll sscsdk32.dll sschart.cnt sschart.GID They should be included in the same runtime environment as the report you are trying to run. Putting these DLLS in the same folder, as a...
  5. AlanCrawford

    Reports with Graphs crashing on machines that don't have Crystal 7

    wow, thank you Entertainer. Worked like a dream!!! Best Wishes, Alan
  6. AlanCrawford

    Reports with Graphs crashing on machines that don't have Crystal 7

    Hi all... I have a report which I would like to distribute with Crystal 7 runtime DLLs. However, the graph in the report causes the report to crash with a "CRRUN32" error, when the executable is run The format I am using to distribute the reports is to have the Crystal 7 runtime...
  7. AlanCrawford

    Date formula working on a parameter

    Thanks Ido. I actually figured out a way immediately after I posted: //Simply works out the date 8 weeks before the 'Requested From' variable. WhilePrintingRecords; DateVar EightWeeksBeforeRequestedFrom; EightWeeksBeforeRequestedFrom := ({?Requested From} - 56) ... but thank you very much for...
  8. AlanCrawford

    Date formula working on a parameter

    Hi guys, Quick question for you... Is it possible to calculate a date which is exactly 8 weeks before a date parameter? I know that Crystal has various built in date range functions - but what I would like is the specific calculated date. Thanks in advance for any help you can...
  9. AlanCrawford

    Working with values from a Subreport, in the Main report

    See thread149-107997 - "Summing a subreport and the main report?" for the answer. :o) Best Wishes, Alan
  10. AlanCrawford

    Working with values from a Subreport, in the Main report

    Thanks for the help - it seems to be working... ;o)
  11. AlanCrawford

    Working with values from a Subreport, in the Main report

    Hi guys, Is it possible to take the value of a field in a subreport, and use it to suppress the detail field in the mainreport? I have a report which has one detail band only. In that detail band is a field sized subreport which displays one field from a single selected record from...
  12. AlanCrawford

    Blobs

    Recommend NOT using BLOB files to store documents and CAD files. We have done this in our software, only for the blob files to be regularly corrupted when they reach a large size on large multi-user systems... We reckon that it's better not moving to blobs at all (keeping the files as single...
  13. AlanCrawford

    Crystal SQL Reports

    Hi all, I am creating a Crystal report looking at a SQL database (connecting through ODBC). My question is this: In the 'Set Location' dialog box - does the database name have to be hard-coded (ie is there any way to change it at run-time - possibly by changing the way the ODBC...
  14. AlanCrawford

    Crystal SQL Reports

    Hi all, I am creating a Crystal report looking at a SQL database (connecting through ODBC). My question is this: In the 'Set Location' dialog box - does the database name have to be hard-coded (ie is there any way to change it at run-time - possibly by changing the way the ODBC...
  15. AlanCrawford

    Passing parameters to a MapX OCX at runtime

    Help me please ;-) I have a MapX OCX which I have created using MapX4.5 and VB6. My problem is that I don't know how to pass a parameter to the OCX when it is first run using the UserControl.Show function. Can someone tell me how to, in VB 6, declare a class which contains public properties /...
  16. AlanCrawford

    Running compiled reports on other machines

    OK Ken, I'll give the Crystal 7 report distribution expert a go. Thanks for your help and advice. Kind Regards, Alan Crawford
  17. AlanCrawford

    Running compiled reports on other machines

    Thanks Ken. I have actually got the three report files in the folder as well, but the error still occurs. It's strange, because when the "Cannot open Control File" error appears, the control files are not read-only. The CD website recommends making the control file readonly (for some...
  18. AlanCrawford

    Running compiled reports on other machines

    I have about 20 compiled reports which I want to run on other machines. Previously I have used a copy of the 108 Crystal runtime DLLs, plus the file CRRUN32.exe, placed in the same folder as the reports, in order to run the reports. This doesn't work with the Crystal 7 or 8 DLLs. Some reports...
  19. AlanCrawford

    Menu bars in an Active X Control?

    Actually, I found the answer at thread222-52691 :-)

Part and Inventory Search

Back
Top