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 gkittelson 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. AptToWonder

    Is there a way to determine Crystal reports version ?

    A way known is to call GetFileVersionInfo (Win API) for the executable file. Any other ideas (f.e, with some registry keys, for example)?
  2. AptToWonder

    Crystal (RDC) viewer doesn't finish while a modal form is shown

    Crystal 9 (RDC). Delphi 6.0. Crystal viewer starts openning a report. Then a modal form is shown. The viewer doesn't complete openning the report till we are out of the modal form. It looks like Crystal viewer starts his own message handling loop and doesn't finish openning till it's out of the...
  3. AptToWonder

    CR9, RDC viewer, Up/Down keys don't work

    A decision has been found. The viewer gets message $BD00 when the working area gets wm_keydown message (wparam and lparam are the same). Then the viewer translates these messages into scroll messages. For some unknown reasons sometimes (e.g. in the mentioned above version) this step fails. So...
  4. AptToWonder

    CR9, RDC viewer, Up/Down keys don't work

    Crystal reports 9.2.3.611, RDC: CrViewer 9.2, RDC: CRAXDRT 9.0 CrViewer shows no reaction to Up/Down keys. Do the developers think that the mouse is the only input device in the world? I'd like to see them explaining that to my users - operators who spend ten hours a day looking through...
  5. AptToWonder

    CR9, RDC, Running reports concurrently fails

    Crystal reports 9.2.3.611, RDC: CrViewer 9.2, RDC: CRAXDRT 9.0 I get a message any time I try to open two reports simultaneously: Query engine error: 'HY000:[Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt' What's up with that?
  6. AptToWonder

    How can I display a field that has >256 characters?

    Hi. I've got a little bit bewildered. I came across this thread while looking for my trouble decision. My project is built with Delphi 6. I use Crystal 8.5 RDC. Any time I try to pass a string value of more than 267 characters into IParameterFieldDefinition.SetCurrentValue I get 'access...

Part and Inventory Search

Back
Top