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

  • Users: Kocky
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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.
  10. 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.
  11. Kocky

    DLL crunching ?

    Hello, I am using a handheld device (Symbol PDT8146) with a integrated barcode scanner and it is running PocketPC 2002. The problem I get is that when the program I wrote runs and the terminals goes to sleep and I wake the terminal up again my program is shown but does not respond anymoren...
  12. Kocky

    VB script and XML

    Hello there, Is there anyone out there who has experience in browsing through an XML document using VB script ? What I want is to browse through all records within a certain segment. I want to select segment "E1EDP01" and browse through all items within this segment in a for loop...
  13. Kocky

    VB and XML

    Hello there, Is there anyone out there who has experience in browsing through an XML document using VB script ? What I want is to browse through all records within a certain segment. I want to select segment "E1EDP01" and browse through all items within this segment in a for loop...
  14. Kocky

    Updating multiple records in a single table

    Hello, I have the following question: I want to update multiple records in a single table in my Oracle database. The data that will be updated is different for each record. I am connecting through ODBC driver. Is it possible to call a stored procedure and pass an array of parameters to it so...
  15. Kocky

    Open transactions

    Hello there, I am researching a problem in a program of a client of ours where the database keeps growing bigger while there is no data added to the database. I have learned that this occurs when there are a lot of open transactions that stay resident and prevent new transactions from cleaning...
  16. Kocky

    Interbase db groes large with minimum of data

    Hello, I have something strange going on with a Interbase DB (6.5). When I look at the size of the database it is around 12 mb but it only contains 7 tables with around 2 or 3 records per table. There isn't much data in it but a service is communicating with the database every 2 to 3 seconds...
  17. Kocky

    Delphi 8 and WINCE/PocketPC

    Hello, Does anyone know if it is possible to develop an application in Delphi 8 and run it on a WINCE device or a PocketPC device. If yes what do I have to do. I believe there is not yet a .NET framework for PocketPC. The current .NET Compact Framerwork only works on WinCE4.1 devices if I'm...
  18. Kocky

    Delphi rebuilds all units

    Hello, I have the following problem. Everytime I rebuild my application Delphi starts building around 156.000 lines of code. All the VCL units and all my components are compiled. How can I disable this. All the dcu files are available in a directory that is specified in the browsing path. Any...
  19. Kocky

    Problem setting param in Interbase dataset

    Hello, I have the following problem. I have a form that contains a frame and on this frame is a datasource component that is connected to a Interbase Dataset component. This Interbase dataset component contains the following SelectSQL statement: Select * from Customer C Where C.CustomerNr =...
  20. Kocky

    No LPT and Com Ports

    Hello, Following problem: When I want to add a new printer and the screen comes up where you have to select a port, the list is empty ? No lpt , com ports and even no file print port. I have a LPT port installed and two comports which are all listed in device manager as installed and ok. How...

Part and Inventory Search

Back
Top