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...
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...
Hi,
I have database db1 where I have my code and forms, and db2 where I have my reports.
From a form in db1 I would like to open a report in db2.
How could I do that?
Thanks,
imendi
Hi,
I have a form where I select some options and from there I open a report with the records that match those options.
But instead of opening the report as a separate window, I would like to open it into another form (similar to including Sub-forms into a form). Then I would be able to show...
Hello,
I have a form with the recordsource = table1
Now, I want to add a textbox that shows in what record the user is and the total number of records, something like "Record 4 of 34"
And I don´t want to use the default Navigation buttons that come with the form.
It should update...
Hi,
The question is shown in the title.
I tried with recordsets, but it gives an error when trying to open the access 97 database; something like "It cannot open the database *********. It might not be an access database or the file could be damaged"
Any ideas on how I can access...
Hi,
I have a Seagate hard disk on a PC that some months ago (2 I think) stopped working because of a problem with the power supply.
Before it was working without any problem.
Now I am trying to fix it, changed tha power supply and it switches on.
But from there, nothing happens.
The monitor...
Hi,
I want to open a file in access 2.0 from Visual Basic and I want to do it using getobject.
So I would have:
z=GetObject (MyFile,"XXXX.application)
where XXXX is the name of the class to use, eg: access.aplication would use access 97 to open the file.
My question is, what is the...
Hi,
Is there anything in W98, similar to net send in Windows NT, that allows a user to send a message to other users withing the network?
Thanks,
imendi
Hi,
I am looking for some code with which to get the network user id (used to log to the network), from an *.ldb file.
I would like to open a treeview control, select a file with extension ldb and display the users that are conected to it.
Thanks,
Ignacio
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.