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

  • Users: Kocky
  • Order by date
  1. Kocky

    SUM function and group on multiple fields

    Hi all, I am using Crystal Reports XI and want to do the following: I need to make a sum of a quantity field but the group by should be done on two columns. The primary key of the table looks like this: COLLECTION_ORDER -> OrderNumber COLLECTION_ORDER -> OrderLineNumber I want to sum the...
  2. Kocky

    Error running report with Dynamic Parameter

    Please have a look around in the tool. You need to change parameters in the objects named "%_DC" and "%_DF". The "%_DC" (DataConnection) contains the connection parameters, like database name, username and password. The "%_DF" (DataFiles?) contains the tables that are accesed. Here you need to...
  3. Kocky

    Error running report with Dynamic Parameter

    It's a application that you can start from the Business Objects program directory in your Windows start menu.
  4. Kocky

    Error running report with Dynamic Parameter

    Solved it ! Had to change several paramters in the Business View manager concerning connection parameters and FQDN table names. Strange, that when I add a new report I have to fill in all of the credentials (like username and password) but these are not copied to the business view objects. I had...
  5. Kocky

    Error running report with Dynamic Parameter

    But how do I give a parameter connection sufficient rights ? Where can I check it ?
  6. Kocky

    Error running report with Dynamic Parameter

    Good day, I have a problem concerning Crystal Reports XI R2. When I run a report that contains a dynamic parameter I get the following error (its in Dutch): "Zoeklijstfout: kan waarden niet verkrijgen. [Oorzaak van fout:createRowsets ReportSDKException(-2147482925):Het ophalen van gegevens uit...
  7. Kocky

    FindFirst and FindNext not working on removable disk

    Forget it. I solved it. I changed the project options. The "Optimization" checkbox was turned on and this was causing the problem. Turned it off and now it is working perfectly.
  8. Kocky

    FindFirst and FindNext not working on removable disk

    Hello guys, I have written a program that can retrieve jpeg pictures from a source(camera, disk) and export these to the hard-drive and then grouping the pictures in sub-folders using the EXIF information in the jpeg like "date taken" to get a nice organized bunch of pictures. The problem I am...
  9. Kocky

    understanding the BDE and process

    If you know what ODBC does than you also know what the BDE does. ODBC was devoloped by Microsoft to make a transparant connection layer to different Databases so the user didn't have to bother with what type of DBMS that is running. Borland (developer of Delphi) made the BDE (Borland Database...
  10. Kocky

    Barcode Scanner communication with Database

    Hello Yakan, Our company Zetes is specialised in AIDC (Automatic Identification and DataCommuncation) solutions, and we can provide you off the shell solutions or custom made systems for all your registration needs. We do barcode and RF-ID solutions from design to programming. We make the total...
  11. Kocky

    How to delete leading zero's from variable

    Already solved it. I used the function: string1 = FormatNumber(string1, 0, vbFALSE)
  12. Kocky

    How to delete leading zero's from variable

    Hello there, I would like to remove leading zero's from a string. For example: String1 = "000010" Result should be "10" Is there a function in VBScript for this ? Greetings, Pascal.
  13. Kocky

    Screen on top of others

    Hello There, I am developing a very small app for a Pocket PC device using Microsoftw Embedded Visual C++ 3.0. What I want is a screen that is for example 30 pixels in height and is always on top of other screens. I would also like it to be on top of the Start menu button all of the time. The...
  14. Kocky

    Smart minimize button

    Hello there, I am developing a application on a PocketPC 2002 terminal using EVC++ 3.0. I am creating a MFC dialog based application. The problem is that a get a OK button in the top right screen but when I click it my application is closed. I would like it to minimize the app. How do I do...
  15. Kocky

    Start exe on PocketPC using VB script

    Do you also know which VB script code I could use ?
  16. Kocky

    Start exe on PocketPC using VB script

    Hello there, I would like a vb script that I will place on a PocketPC 2002 device which will start an executable. Is this possible and how ? Greetings, Pascal.
  17. Kocky

    Zip for PocketPC

    Hello there, I am looking for a zip program for on a PocketPC 2002 platform that can be started from the command line. I would like to call the program from my own application something like this: "\\Application\Zip.exe -\\my documents\test.zip So no user interface is required. Does anyone...
  18. Kocky

    Placing character in the keyboard buffer

    Thank you for your reply. It works great !
  19. Kocky

    Placing character in the keyboard buffer

    Hello there, I would like to place a character in the keyboard buffer of windows. I don't know which application should receive it but the app that has the focus should get it. It should work just like a keyboard-wedge solution only without the cable. How do I do this ? Greetings, Pascal.
  20. Kocky

    Placing character in the keyboard buffer

    Hello, Does anyone know how to put a character in the windows keyboard buffer ? I believe I have to use a API function. I thought using PostMessage with message WM_CHAR. Any idea's ? Greetings, Pascal.

Part and Inventory Search

Back
Top