Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nospace52
  • Content: Threads
  • Order by date
  1. nospace52

    Help with ACTIVEX - VB6

    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...
  2. nospace52

    Disable Right Click on Web Page:

    I have a JavaScript that will disable the Right Click on a web page: ============================================================ <title>Out Today</title> </head> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- start hide document.onmousedown = click; if (document.layers)...
  3. nospace52

    Connect to network drive in VB6

    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...
  4. nospace52

    Updateing records in Access

    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$ = &quot;OUT&quot; SQL$ = &quot;SELECT [Out].[Name], [Out].[Remarks] FROM Out WHERE ((([Out].[Remarks]) Is Not Null)) ORDER BY...
  5. nospace52

    IIF statement in Access 2000

    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...
  6. nospace52

    Javascript - not sure what to do or where to palce it

    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 &quot;Remarks&quot; Field. The database would have a Remark like &quot;Meeting/AM&quot; or &quot;Meeting/PM&quot;. Instead of having 2...
  7. nospace52

    Not sure where to put JavaScript and how it should look:

    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 &quot;Remarks&quot; Field. The database would have a Remark like &quot;Meeting/AM&quot; or &quot;Meeting/PM&quot;. Instead of having 2 databases the person would...
  8. nospace52

    Closing a window using window.close

    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...
  9. nospace52

    May be a simple solution to redirect

    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 !!>
  10. nospace52

    Maling a link in on a ASP page

    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...
  11. nospace52

    Getting records based on system time

    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...

Part and Inventory Search

Back
Top