Hi,
I know how to set the mousePointer of the screen to vbHourglass.
But somewhere I have seen that this pointer (vbHourglass) can also move 180 degrees !
Any ideas on how to do that ?
Thanks,
Imendi
Hello,
I have a SQL that I want to send from VB6 to an SQL Server Database.
Before I was using an Access ddbb, and I had something like:
IIf(InStr([Name],"/")<>0 And InStr(InStr([Name],"/")+1,[Name],"/")<>0 ...
Hi,
This is a complicated.
I have two Tables:
Client (fields: ClientCode, ClientAddress...)
Vendor (fields: VendorCode, VendorName...)
Then, doing
-------------------------------
select VendorCode, ClientCode where Client.VendorCode = Vendor.VendorCode
-------------------------------
I may...
Just for the records, I think everything come from the point that in the real situation there is a form with a subform on it. I tried to delete a record of the main form in table1 but there is still a relationship of that record in table2, which is shown in the subform.
By closing the form...
Well, it is something funny, because I tried your code and it does work either.
As like with my code, it doesn´t give any error message, but it does not delete the row either !
strange...
I keep finding out the reasons.
Regards and thanks for your reply.
im
Hello,
I have the following code behind a delete button in a Form:
MySQL = "select * from Mytable where (MyTable.Cod = " & Me!txtCod & ")"
Set Myrs = MyDB.OpenRecordset(MySQL , DB_OPEN_DYNASET)
If Myrs.recordcount > 0 Then
Myrs.Delete
MsgBox "Register deleted...
hi,
I have an asp page where I have some code to read the conents of a text file. That is in asp, using
<%
...
strFileName = Server.MapPath("/muestras/avisos/actual.txt")
Set FSysObj = Server.CreateObject("Scripting.FileSystemObject")
Set TS =...
Hello,
I am trying to change the bgcolor of a TD when the user moves the mouse over it.
So I have:
<TD onMouseOver="TDColor(this,'#808080');">
and the function
function TDColor(a,b) {
this=a;
a.bgcolor=b;
}
and it doesn´t work, what is wrong?
Thanks,
im
Hi,
I have a combobox with some records extracted from a table in Access.
Then, in the same table there is another field that I want to display in an INPUT BOX after the value in the combo box has been changed.
For the combo box I actually extract both fields, the one that is displayed on the...
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.