I found the problem. An older version of MSHFLXGD.OCX was found on my development system - dated 6/24/98, when I renamed it, it forced the sytem to use a newer version dated 5/22/00. Now it works just fine.
Was their a VB update I missed?
I am using MSHflexgrid - but here's the unusual I discovered today. My development machine will only load about 2000 lines, but running on a Win 98, same code loads 9000 lines without blinking.
The XP machine simply stops after 2000 records. - in code or compiled.
Jon
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...
Just a note to say thanks. I've fought a very similar problem for about 3 weeks. . .following your directions exactly solved the last problem I had before shipping. .
Thanks again.
Jon Jacobik
Donna Halper & Associates
Results2K3 Music Scheduling System
After some additional testing, I see that your code works perfectly. Now I need to work through the process of adding tables, etc. It looks like a major job to get it all together. Seems one of my tabledefs coincidentily was called "CAT" and there was a bit of a conflict when I first...
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?
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...
Multiply the variable by 100 to get rid of the decimal
num=num*100
a$=left$(str$(num),5)
94007
make it a string, 5 characters long
a$=left$(a$,5)
get the value of the right most digit and the second digit from the right. Test for rounding.
Put it all back together again using as a string...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.