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!

Recent content by Norviking

  1. Norviking

    deploying my project error!!!

    I dont have a runtime.hlp file. I'm using Visual studio.net 2002 with crystal reports.
  2. Norviking

    deploying my project error!!!

    Hi.. I have just finished a project, and then deployed this to another pc. When runnuing my application it comes up with the following error: Method not found: void crystaldecisions.crystalreports.engine.reportdocument.setparametervalue(System.string, system.object) I guess there is a file i...
  3. Norviking

    Prinint a word document...

    Hi.. How can I at runtime start printing a Word file on my default printer????? Plz help...
  4. Norviking

    get certain value in a string parameter..

    Hi.. If I understand correctly, when I send a parameter to my report, where I have declared a field to be a multiple value, I can send a String Array to that field?? But if I would make me a formula in my report, how can I get a certain value in that string[] that I pass???? My code...
  5. Norviking

    Dataset too big for one page..

    Thanks buddy, You made my day.
  6. Norviking

    Dataset too big for one page..

    Hi.. I have created a dataset which I send to my report at runtime. The problem is that the data included in the dataset is to big to fit in one page in the report. I wonder if it is possible to break this dataset up in the report, and ie. have to coloumns in th details section so that the...
  7. Norviking

    Dataset too big for one page..

    Hi.. I have created a dataset which I send to my report at runtime. The problem is that the data included in the dataset is to big to fit in one page in the report. I wonder if it is possible to break this dataset up in the report, and ie. have to coloumns in th details section so that the...
  8. Norviking

    Making a folder....

    Hi.. How can I at runtime make a folder on my hard drive?? Is it possible??
  9. Norviking

    Parameter fields...

    I made a parameter value called attachment, and made ticked the "Allow multiple values". I then placed the field on my report. In my c# app. string[] String = new String[] {"test1","test2"}; report.SetParameterValue("attachment",String); The report...
  10. Norviking

    Parameter fields...

    Hi... 1: I just added a parameter field to my report. (string). Now I want this parameter.value = to an array of string that I set in my application on runtime. Is it possible??? 2: Is it possible to insert a picture at runtime in my report? |'m using c# and visual.studio.net, crystal report.
  11. Norviking

    Parameter fields..

    I just added a parameter field to my report. (string). Now I want this parameter.value = to an array of string that I set in my application on runtime. Is it possible??? |'m using c# and visual.studio.net, crystal report.
  12. Norviking

    Picture in my report.

    Hi.. I created a reprot that include a picture. Sometimes when i want to export this report, I dont want the picture included, but other times I want this picture to be included. Is it a way to set/delete this picure in my application before I export it?? My app. is written in C#...
  13. Norviking

    Cant read my exported word document..

    Hi.. I'm having problem opening my exported word document. Word comes up with a file conversion box. when i try to open it.. Hers my code.. fullpathname ="c:\\temp\\rammeavtale.doc"; rapporter.Rammeavtale1 ramme = new rapporter.Rammeavtale1()...
  14. Norviking

    Multiple pages in report

    Hi.. I want to generate a report with multiple pages. What I have is a word document(5 pages), which I want to paste into my crystal report. When i Export my report into pdf I want this to include the hole report. I tried to just cut/paste the text from the document into a textbox in my...
  15. Norviking

    How can I a parameter field value in run time??

    Hi. I have just made myself a new report which include a parameter field. When I use my application, i want to set this field to ie. "John Smith". How?? Is it possible to have a report that contains multiple typedatasets? And how can I set the reports.datasource to contain both...

Part and Inventory Search

Back
Top