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...
Hi,
I have some frames where I have images. I want to by clicking image called "Home", go to the main page for example.
Now I have:
<frameset cols="100,100,*">
<frame id="btn1" name="btn1" src="btnhome.jpg">
...
</frameset>
I want the user to...
Hi,
The other day there was a storm where I live (it sounds like a story for children, I know) and my PC went off. I took it to the shop and they told me that only the processor, memory and floppy are "alive", the rest is broken.
However, I know that there are some companies that try...
Thanks Danvlas. I´ll try your code now.
Related to the 20 MB I have solved it; I have created a table, where I have three fields: ID, description and and OLE object, which is the image itself. You only have to copy and paste into the field once you open the table.
Then I have created a report...
The reason is that the 5 reports that I have, imply 20 MB, so I don´t want to load these unless it is necessary.
Most of the people will work with no so powerful notebooks, and most of the times (95% I would say), they won´t use these reports. But just in case, I want to have them available.
Imendi
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.