any one has experienced this?
when i add a breakpoint and step line by line in the code, it sometimes ignore a line or two. the blue dots at the left side of the code are also very misplaced, and lots of them are placed at blank lines. And other lines with execution code doesn't have a dot at...
I see that TListView does not have a mouseover event. Is it possible to modify TListView and implement a mouseover event that knows when mouse is over each element in the listview?
how do I do this?
It seems that my 'Shell' or 'ShellExecute' methods don't
work when the file is on another machine.
PS.
I don't want to map a network drive
I searched the net for cab components and I found this:
Aravil CAB Components v.1.20
which is found here:
http://www.torry.net/compressstd.htm
Im planning to use this in my app, but the problem is... how?
*First, I downloaded the file and unzipped it
*There were four source files which I...
Im using option explicit.
It's a global and im using the dim statement.
changed it now to public.
The sub need to have a recordset parameter because it is called several times. I have three recordsets and the sub needs to know which to use every time it is called.
anyway, I've sort of figured...
it doesn't work!
i declare this as a global
dim Person as ADODB.RecordSet
Set Person = New ADODB.Recordset
Person.Open sql, myConnection
Fill_list Person
and the fill_list sub looks like this:
private sub fill_list(ByRef Person as ADODB.Recordset)
begin
end sub
The debugger stops when I...
how can i do this.
when i try, i only get the error subscript out of range.
i call the sub
Fill_List myRecordSet
the declaration looks like this
private sub Fill_List(ByVal r as Recordset) (i've tried byref too..)
begin
...bla.bbla...bla...
End Sub
I get an error when i try to do something...
my code is like 8 units so it's pretty big...
but when I just create a button which only will free my adoconnection after i have created and connected it, the program stalls.. this can't be right.
I think I'll try what you said and writing a test application.
tnks,
martin
every time I close my application, I get a run-time 217 error (Exception: unknown Exception). What is this all about? I've tried searching on the internet but with no luck.
I think it may have to do with my TADOConnection object. I can't free it. When I try to free it on formclose the app...
no, the order is not the answer. my querystring is much bigger and every value is in right order. I just shortened the string down when I posted it here.
The problem is the datetime value.
hi everyone.
there seems to be a problem when i try to execute this sentence:
'InsertSql = "insert into abolagre values('" + TXT1.Text + "'," + DateTime.Date$ + ")"
Now the sql sentence will be something like this:
InsertSql =
"insert into abolagre...
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.