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 TouchToneTommy 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: Elkari
  • Content: Threads
  • Order by date
  1. Elkari

    How can I use ActiveControl w/ TFrames?

    I have a main form that controls the common elements of entering and editing data for different DBs. The frames are then unique to the data being entered. With the OnExit event for each data element, I check to make sure data was entered correctly and if is isn't, I want the program to stay on...
  2. Elkari

    No Scrolling With A TScrollBox

    I put a scroll box on a form and set the Align property to Client. I then added a TImage box in that, also setting its Align property to Client. The AutoScroll property of the TScrollBox states it will display the scroll bars as needed if set to TRUE, which it is. When I load large BMPs, no...
  3. Elkari

    I/O Error 183

    Can anyone tell me what this error is refering to? I tried looking it up in the Delphi help, but it was not listed.
  4. Elkari

    Bandit Libraries

    Does anybody out there use Bandit as a report writer for their Clipper applications? My problem is that the one of my customers wish to print date fields as YYYY/MM/DD. Bandit has ten date formats to choice from, but nothing like what the customer wants. I found where the formats for fields...
  5. Elkari

    Getting Rid Of DOS Window Pop-Up

    The situation is that a Delphi program, running in the background, calls a Clipper application at timed intervals. When the Clipper application is triggered a DOS window comes up then quickly closes when the program finishes. The porcess should take place without the user knowing it is even...
  6. Elkari

    Excluding files from the DIRECTORY() function

    I have a function that would clean up old files from various directories. In one directory certain files should never be deleted. This is causing a problem with DIRECTORY() because it is trying to create a file array that contain more than 4096 elements for that directory. Is there a...
  7. Elkari

    Trouble Running Very Large Programs

    One of my projects has gotten out of hand. After 6 years of adding user requested features to it, the debug version of the program will no longer run. I get the error message 'Unrecoverable Error 37: Exclusive Required' whenever I try. The NG does not list this run time error. This happened...

Part and Inventory Search

Back
Top