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 Chriss Miller 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. craigmk

    GetFileOpenName() Function

    I figured it out. Using Xlerator: string ls_default_dir ls_default_dir = 'G:\test' n_cst_filesrv lnv_filesrv f_SetFileSrv(lnv_filesrv, TRUE) lnv_filesrv.of_ChangeDirectory(ls_default_dir)
  2. craigmk

    GetFileOpenName() Function

    I am using the GetFileOpenName() function to display the Open File dialog and allow the user to select a file. Is there a way I can have this default to a specific directory?
  3. craigmk

    OLE Microsoft Word Object.

    I am trying to create some documenation in PowerBuilder 6.5. I have tried using Microsoft Word with OLE. I pasted an OLE Microsoft Word Object onto a window. Then I linked a Microsoft Word file to the OLE using the following statement. ole_1.LinkTo("c:\the_word_document.doc")...
  4. craigmk

    Batch Printing in Crystal Report Viewer

    Is there a way I can automatically print a report from the WEB without viewing the report in Crystal Report Viewer? Also, is there a way I can print 3 different reports in a batch job? I heard that this can be done in Crystal Reports Developer, but I just have Crystal Reports Professional, and...
  5. craigmk

    String too long?

    In Crystal 8.0.1.0, when I read in a string with a length of 500 from a table, I am unable to do any filtering against that string. Also, when I do a distinct select, this field seems to be ignored and I get strings with the exact same values. This field seems to be treated differently than...
  6. craigmk

    Grabbing an Oracle number

    How come every time I try to grab a number (integer) field from an Oracle database, I have to receive it in SilverStream as a BigDecimal? How come I can't use Integer, Long, Double, Number...?
  7. craigmk

    Rounding Up

    How do I round a number up in Crystal Reports? For example, I would like to round 10.2 up to 11. The round function doesn't work because it rounds the number to the nearest whole number. Thanks
  8. craigmk

    How to insert a carriage return in formula field

    Thanks for the help! I tried to find the answer in the Crystal Report helpfiles but they weren't very helpful! I need to go buy a book or something.
  9. craigmk

    How to insert a carriage return in formula field

    I am creating a form letter, and I would like to enter 2 paragraphs into a formula field. The paragraphs vary depending on parameters supplied by the user. Anyways, I would like to know how to put line spaces between paragraphs. Thanks!
  10. craigmk

    Silverstream with Crystal Reports

    I am using Crystal Reports 8 with SilverStream. The problem with using Crystal Reports with SilverStream is that I see no way of printing a batch report. Once I open up a Crystal Report in the Crystal Report Viewer, there is no automatic way I know of to get back to the SilverStream...
  11. craigmk

    string parameters (simple question for new user)

    I am a PowerBuilder programmer trying to learn Crystal Reports. Everything seems straightforward except the parameter field formats. Anyways, in the where clause, I am trying to connect a string field in the table to a string parameter. It works fine when I use WHERE (employee.login_id =...

Part and Inventory Search

Back
Top