Hi all,
As an example, I have a statement like
if (is_array($var1)) && (count($var1) > 3) && ($var1[2] == 22 ) {...}
Question: in visual basic, the compilation order of each section of the "if" construct is not guaranteed and as a result (in VB) if $var1 was not an array the compiler could...
I have a flexgrid that has a column of a fixed width.
I am populating the rows of that column from a DB.
Is there anyway to programatically check that a particular character (example: the 59th)in a cell is visible to the user?
I am using a proportional font like Arial. If I use a fixed width...
I wonder if the MouseRow (Col) is being updated asynchronously, so that when the mouse is moved to hover over the field in the IDE, the MouseRow (Col) will show the last values as the mouse leaves the control.
Hmmmmmm .......
"Life is full of learning, and then there is wisdom"
I just set up a test - it worked perfectly.
I am running VB6 (SP6).
Can you please run a simple test with a new project, just containing a HFlexgrid and a MouseDown event containing a Debug.Print statement showing the .MouseCol and Row.
What version and SP are you running for VB?
Cheers...
Instead of just "copying" the EXE file to the production server, have you tried "uninstalling" the previous app and the "re-installing" the new app after you create the new installation package (via PDW or others). This should bring with it the Jet DLL file(s) necessary for 2000.
"Life is...
Are you logged on as the Administrator or as a member of the Administrators group?
If not, please do so and retry.
"Life is full of learning, and then there is wisdom"
In Word2000, where the characters are being displayed correctly, what font(s) show those characters correctly?
If you then use the same font(s) and try to display the same hex codes in VB6, what happens?
Last thought, there is a text editor that I have used for years (namely "TextPad"), what...
The challenge with the Month() function is that if the dates are in different years, then the logic may have to compensate for that fact.
However AEtherson's solution has that fact built in.
"Life is full of learning, and then there is wisdom"
So are you intending to ignore the day part of the date completely?
For example, should 15/1/04 to 13/12/04 result in 12?
"Life is full of learning, and then there is wisdom"
Instead of removing duplicates from the collection, why not scan the collection at the point of adding a new item to ensure that the "new" item does not exist in the collection.
Is that feasible in your environment?
"Life is full of learning, and then there is wisdom"
Thank you both, problem solved.
The solution was the WIA service as detailed in KB819017. Once I disabled the WIA service, the 100% cpu was no more and the drives are now visible.
Thanks again, a star to you both.
"Life is full of learning, and then there is wisdom"
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.