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!

Recent content by Frank123

  1. Frank123

    Possible to add field on the fly?

    Ideally I'd like to add a new field ( Yes/No ) to a table on the fly. Is there a way to do this in access. At the time I have a Insert query built to add new records but if I could just add a new field to an existing record it would greatly reduce the size of my database. Thanks
  2. Frank123

    Can you set focus to a certain record of a subform?

    This could be a beginner question since I'm still learning to use forms in access. What I'm trying to accomplish is to have a form open a subform that displays all the records in a datasheet view. I got that to work but now I'd like to have it set focus to the last record of the subform...
  3. Frank123

    How to call vbscript function with onsubmit.

    At the time I've got a login/password page that requires the user to tab down to the "login" button to submit. This login button calls the function btnLogin_onclick() which holds all the computing for the page. What I want to accomplish is when the user is done typing in the login...
  4. Frank123

    Passing parameters to Command object..

    Thanks JuanitaC, that did the trick. :)
  5. Frank123

    Passing parameters to Command object..

    Hi everyone, I can't seem to find any examples of how to pass parameters to a command object. This is what I have so far : cmDatabase.CommandText = "INSERT INTO Utilities(System_Site_ID, Utility_ID, Utilities) VALUES (var1, var2, 'Erase')" I want to pass the variables var1, and var2...
  6. Frank123

    DE command problems...

    Hi everyone, the last week my web server was giving me big problems so I reloaded iis 4.0 and NT 4.0 option pack on my NT box. It cleared the problems I was having but it brought about a new problem. Now my DE commands stopped working and I'm getting an error with my global.asa file on a line...
  7. Frank123

    How to submit form with enter key..

    Sorry about that, it was a typo. What I wanted to say is the following: Right now the user has to either tab down or click the "submit" button I created. I'd like to make this process easier by having the enter key act like the "submit" button. Any ideas? Thanks!
  8. Frank123

    How to submit form with enter key..

    Hi everyone, I can't figure out how to submit my form when a user hits the enter key. Right now I have it that when the user hits the enter key the form is submitted, but it would be much nicer if they could just hit the enter key to submit. Thanks!!
  9. Frank123

    Session variables in global.asa??

    Here's my problem. I'm trying to add different security levels to my website by using session variables. I've got an updatable grid on my pages that I want only read only for some users and full access for others. The only way I could think of to make this possible is to make 2 data source...
  10. Frank123

    FTP question..

    My question is regarding how my FTP site looks and adding more features to it. My site is on the Intranet so security is not a problem. What I want is for people to easily search and upload files to my FTP site. At the time, I have it so users can copy and paste (doesn't work for NT)...
  11. Frank123

    View Excel spreadsheet on web without Excel???

    Hi everyone, I've got a question regarding viewing Excel documents over Internet Explorer. On my website I have links to excel spreadsheets that are located on several other servers. Everything works great if the user has excel loaded on their pc, but that's not always the case. So is there a...
  12. Frank123

    Double clicking a .dbf file won't open VFP.

    Thanks Ian, that did the trick. :)
  13. Frank123

    Double clicking a .dbf file won't open VFP.

    Thanks Ian, your answer lets me view the tables now by double clicking but only works the second time you double click. But that's good enough for me. Thanks!
  14. Frank123

    Double clicking a .dbf file won't open VFP.

    Thanks RTorrance, your commands worked. I still don't understand why the table just doesn't open without any commands. I used to do it all the time and today it doesn't work. hmm.. Thanks
  15. Frank123

    Double clicking a .dbf file won't open VFP.

    Until today I could just double click a .dbf file in windows explorer and it would launch VFP and open the database. Now when I try double clicking a .dbf file I first have to associate it with VFP and then it gives me an error that a .fxp is not an object file. Does anyone have an idea of how...

Part and Inventory Search

Back
Top