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 Wanet Telecoms Ltd 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: *

  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

    Andy, That worked like a champ - have a great weekend and thanks again. < I want to work in Theory - everything and everybody works in Theory !!>
  5. nospace52

    Updateing records in Access

    Andy - I replaced the SQL2$ statement with what you gave me and the records are not being updated. Not sure if it something to do with a Refresh. When I put a Data1.Refresh in the code that is when I get the Invalid Operation error. I have ran the code one line at a time and the loop is...
  6. nospace52

    Updateing records in Access

    AkutaSame, I tried to do a data1.refresh in the Command code but keep getting a Invalid Operation error. I have placed the refresh in several spots. Thanks < I want to work in Theory - everything and everybody works in Theory !!>
  7. 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...
  8. 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...
  9. nospace52

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

    BiggerBrother - The web pages are on Windows 2000 - I do have a Supervisor web page set up with a user and password - I'm looking for a way to put in a JavaScript or a (If Statement) in the Acess 2000 sql that would set the Remarks to &quot;Out&quot; , &quot;AM&quot; , &quot;PM&quot; ...
  10. nospace52

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

    ...a Remark = &quot;Meeting/AM&quot; it would show &quot;AM&quot; when the web page is open. Here is what I have so far for the Employees web page. **Out.asp** Option Explicit 'Define our variables. Dim cnnDB, strQuery, rsInfo ,cnndb1 ,authUser 'Create an instance of the Connection object...
  11. nospace52

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

    ...a Remark = &quot;Meeting/AM&quot; it would show &quot;AM&quot; when the web page is open. Here is what I have so far for the Employees web page. **Out.asp** Option Explicit 'Define our variables. Dim cnnDB, strQuery, rsInfo ,cnndb1 ,authUser 'Create an instance of the Connection object...
  12. nospace52

    Closing a window using window.close

    ...problem is that when the page2.asp loads I would like it to close so no one can see the URL. This is for a internal web site. Here is the code: **PW1.asp** <title>Input User and Password</title> </head> <body onload=&quot;window.close(&quot; http://brpcinfo/list/page2.asp&quot;)&quot...
  13. nospace52

    Save to Floppy Only

    In EXCEL - Open the EXCEL and on the main tool bar - select Tools - Options - Click on the General Tab - In the Default File Location put A:\ and press ok. Access 2000 - On the Main Tool Bar - Select Tools - Options. Click on the General Tab and in the Default Database Folder type A:\ and press...
  14. nospace52

    Save to Floppy Only

    In Word 2000 - open it and then go to Tools > Options. When the options open - select the tab File Locations. Select the Documents and press Modify. When the next window opens - in the Folder name type A:\ and press OK - This will force the users to save the files to the A: drive. < I want to...
  15. nospace52

    May be a simple solution to redirect

    Patrick Thanks - works great. Have a great day. < I want to work in Theory - everything and everybody works in Theory !!>
  16. 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 !!>
  17. nospace52

    Maling a link in on a ASP page

    More information - I'm using Front Page 2000 - I built the database then put in the ODBC for the database and then put the database on the webpage thru Insert > Database > Results which built the global.asa file. Thanks < I want to work in Theory - everything and everybody works in Theory !!>
  18. nospace52

    Maling a link in on a ASP page

    Maling should be e-mailing Thanks < I want to work in Theory - everything and everybody works in Theory !!>
  19. 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...
  20. nospace52

    Open files directly from a location

    When you want to open a file from the location ( web server ) and not save it to the persons PC. 1st the person must have the capability to view the file - Software installed - Example office 2000 to view word docs. Then on Front Page Example: Type in Test DOC and then select the text and Then...

Part and Inventory Search

Back
Top