I have put together a ACTIVEX and Packaged the .ocx - I have a ADODC1 - MSADODC.OCX and DataGrid control on the User Control. I also did a .lpk file ussing the LPK_TOOL.EXE in the same directory as my server for the web page. When the package was built it did a .HTML file...
I have a JavaScript that will disable the Right Click on a web page:
============================================================
<title>Out Today</title>
</head>
<SCRIPT LANGUAGE="JavaScript">
<!-- start hide
document.onmousedown = click;
if (document.layers)...
I have not used vb6 for quite a while. Is there a way to connect to a network drive and send the users and password ?
I'm putting together a Program where several users would access a database on a shared drive and update the 2000 Access database based on certain criteria. Instead of having the...
Using VB6 - I'm trying to update records - There is a data1 and MSFlexGrid on the Form.
When the form loads the code:
Private Sub Form_Load()
Dim D$, SQL$
D$ = "OUT"
SQL$ = "SELECT [Out].[Name], [Out].[Remarks] FROM Out WHERE ((([Out].[Remarks]) Is Not Null)) ORDER BY...
I'm putting together a database which has employee's Name and also a field called remarks.
In the Remarks field could be APPT/AM and I'm trying to use
the IIF statement to set the remarks to OUT if it matches.
This is the sql but when I run it nothing appears in the REMARKS field.
SELECT...
New to Javascript:
I'm putting together a web page for Supervisors and Employee's. The Superviors will be able to see the reason the person in out in the "Remarks" Field. The database would have a Remark like "Meeting/AM" or "Meeting/PM".
Instead of having 2...
I'm putting together a web page for Supervisors and Employee's. The Superviors will be able to see the reason the person in out in the "Remarks" Field. The database would have a Remark like "Meeting/AM" or "Meeting/PM".
Instead of having 2 databases the person would...
I'm putting together a database - one for employee's and on for supervisors - the database for the supervisors is to accessed thru a User and Password.
I have built the web pages and also built a users.mdb file.
Everything works fine.
The problem is that when the page2.asp loads I would like it...
I'm trying to remember how to redirect a user if the web site as moved to a different server.
The web page opens on one server and then in 5 seconds sends
the user to the new site.
Thanks < I want to work in Theory - everything and everybody works in Theory !!>
In a Access 2000 database I have a record called PIN with xxxxxxx@pagemart.net - My question is the database has 52 records in it with the PIN's to differnt peoples pagers. How can I turn the Hyperlink on to this record so a user clickes on it and pulls up a e-mail to send a page.
Thanks < I...
I'm deleoping a web page which pulls data from a Access data base. The data has a begin and end date. Example of SQL is Select * from table2 where Data() between Begin and End; - The begin and end dates are on a Tuesday of each week. When I pull data on the page on Tuesdays there are 2 Begin and...
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.