Whenever I am trying for any Help in design mode, getting an error message and the program terminates:-
=======================================
VB6.EXE - Application Error
The instruction at "ox0076006e" referenced memory at "0x0076006e". The memory could not be...
I have assigned a two dimensional array as the datasource for my MSChart. Instead of starting the Scale from 0, I had to start from the least value in my array and end with the max. value in my array.
How can I set the min. and max scale value of mschart?
What is the easy way to find the least...
Thank you very much for the responses. I think my problem is somewhat solved. CSV file process was in a loop. I was using another C++ application with Shell to import data and create CSV. As it was in a loop(usually 40 to 50 times), I had to put "shell wait" to wait for the application...
Here is bit of my CSV file:-
06/25/2001 13:00:00,0.000000
06/25/2001 14:00:00,0.000000
06/25/2001 15:00:00,0.000000
06/25/2001 16:00:00,0.000000
06/25/2001 17:00:00,0.000000
06/25/2001 18:00:00,0.000000
After I put a filestructure, then also the type mismatch is coming. Please help me, urgent!
HrConnect 'connect Hr_Source and create a RecordSet for start & end date-time
If adoHrActRS.RecordCount <> 0 And Not adoHrActRS.BOF Then...
Hi Programmers,
There is module to read CSV file and update an access table. CSV file contains two fields (First is Date & Time and the second is Quantity)in each line, usually 24 0r more lines. The date field is inputing into a string variable and then converting it into date format. While...
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.