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

    Not all of my records - MSHFlexgrid

    I have flexgrid problem. Code seems to work perfectly, but the flexgrid only loads about 2000 of 11000 records. Is there a property limitting the number of records in a the recordset? Here's the code that makes it all happen: sConnect = "Provider=Microsoft.Jet.OLEDB.4.0;Persist...
  2. JonJacobik

    Jet / db version?

    I've been using this line to create a new database in my software. It creates a database using Access '97 /Jet 3.5 format. Set plist = CreateDatabase(filename, dbLangGeneral, dbVersion30) What do I need to do to update my database to 2002, 2000, Jet 4?
  3. JonJacobik

    Stop me if I've done this before

    Is there any way a VB6 application can detect if another instince of the program is already running?
  4. JonJacobik

    VB developement platform? Win 98, 2K, XP?

    I've been using a Win 98 platform for my application development with VB6 with the expectation that it will install with less hassel on Win XP or Win 95 platforms. Is it time for me to move forward? Are there any advantages or disadvantages to developing and distributing my application from...
  5. JonJacobik

    Getting Window Focus on CR Window

    My application used Crystal Reports (Ver 7) to generate a list of data items - sending the report to a window using the destination=0 property. The report generates correctly but my VB MDI Parent/child forms insist on pusing the CR window to the back and that's useless to the user. Is there...
  6. JonJacobik

    Window position w/ Crystal Reports

    My application used Crystal Reports (Ver 7) to generate a list of data items - sending the report to a window using the destination=0 property. The report generates correctly but my VB MDI Parent/child forms insist on pusing the CR window to the back and that's useless to the user. Is there...
  7. JonJacobik

    A small blemish on my forms

    I suspect the answer is obvious, but I can't figure out what is causing a small icon to appear in the upper left corner of several forms. I can't highlight it, I can't delete it, and it shows through on the finished product. It's a 1/4" square gray icon with 2 green dots, a red dot and a...
  8. JonJacobik

    It seems like it ought to be simple

    I have listbox with several hundred items. I'd like the user to be able to rearrange the items using drag and drop.I'm missing something. It seems that I should be able to grasp this. The drag operation get's me started, but I can't figure out where I'm dropping the object. Thanks in...
  9. JonJacobik

    Dial Up Networking

    I want to write a program that interfaces with Windows Dial Up Networking features. I haven't found them looking through API features. Any ideas how I should get started? Thanks.

Part and Inventory Search

Back
Top