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 SkipVought 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: carmo
  • Order by date
  1. carmo

    Using IIS with Active Directory (General Question)

    This a general question...so here it goes. I have an IIS web server that I use for a corporate intranet. On another server I have Active Directory for all employees in the company. I would like to secure certain sections of the intranet (running on IIS) using basic or client authentication. How...
  2. carmo

    What does Mailto: return??

    Thank you for the response.....at least it I have an answer now.
  3. carmo

    What does Mailto: return??

    When using a mailto form, a standard security message pops up indicating if you would like to proceed or cancel. I would like to perform different actions if the user clicks on "OK" or "Cancel". Is there anyway with JavaScript to determine what is returned when "OK&quot...
  4. carmo

    Changing content type for mailto forms in IE

    Hello, When creating a mailto form in Microsoft Internet Explorer, with a Netscape Messenger e-mail client, it uses my netscape preferences when sending the e-mail. My preferences are set so that all outgoing messages are encrypted. When running the same mailto form in Netscape Navigator, the...
  5. carmo

    MAILTO without Encryption

    I Have Netscape messenger as my e-mail client. If I use the netscape navigator to submit my e-mail form, it will send a basic message. If I use internet explorer, it sends the message using my Netscape preferences. In my preferences, I specify to encrypt and sign all my messages. So, when...
  6. carmo

    MAILTO without Encryption

    I have an online form that sends the results to a recipient use the "MAILTO" as the action. The mail client of the people submitting the forms in Netscape Messenger, while the browser is Internet Explorer. For someone who has their Netscape Messenger preferences setup so that all...
  7. carmo

    Javascript to handle mailto: forms

    I would really appreciate help on this one. I have created a HTML form that has a mailto: as the action so that the form results are e-mailed to someone. I used the enctype="text/plain", but I would like to use JavaScript (if possible) to make the output of the e-mail message like...
  8. carmo

    Please Help: "Record is Deleted" Error

    Hi, I have an append query that selects data from multiple tables, then appends it to one other table. Whenever I try to run the query, I get the error message "Record is Deleted". I cannot figure out what the problem is. Could someone please help. Additional Info: My ms-access app...
  9. carmo

    One Report....different queries??

    Actually...I figured it out. In order to change the record source, the following steps must be taken in VBA: - open report in design view - change recordsource for report - save report - close report - open report Here is my code: Dim rpt As Report Dim rptName As String rptName =...
  10. carmo

    One Report....different queries??

    Hi There, I have a report that is used in different situations. Each situation uses a different query as its recordsource. Right now, I have 3 copies of the same reports since each version is based on a different recordsource query. How can I create one report and dynamically change the...
  11. carmo

    Opening links with IE using Netscape Messenger

    My default internet browser is Internet Explorer, but my e-mail client is Netscape messenger. When I put a hyperlink in a Nescape e-mail, clicking the hyperlink will open the URL in Netscape Navigator instead of Internet Explorer. Is there anyway to open the link with IE?
  12. carmo

    Transaction Processing through different SubProcedures

    A have a form that contains 3 command button. Each command buttons performs a certain action in a table. I would like to create a transaction (Commit/Rollback), although I am not sure how this would work since I would like to BeginTrans to be in one subprocedure and the Rollback to be in an...
  13. carmo

    Need help designing/programming form

    The hardware & recipient table should contain the primary key of the hardware table and the primary key from the recipient table. Are you writting the data to the Associative table (hardware & recipient) ? In other words are you writting the primary key values of both tables to the Associative...
  14. carmo

    Viewing Privilages with SQL Plus

    Using SQL plus, how can I see what privilages I have for a certain table in a database?
  15. carmo

    Recursive Queries Manager/Employee HELP!!

    This is pretty fustrating....I don't know how I am going to get this to work. What I eventually want to do is create a form with a drop down list of managers IDs. The user selects a manager ID, and it will pass all the children records to a query that is used as a source to a report. Thanks for...
  16. carmo

    Recursive Queries Manager/Employee HELP!!

    Golom, I tried it....it seems to work, but I could see that this is a quick and dirty approach. I would like to do this in VBA using the same logic. I think I would need to use a recursive function....I am just not sure how to get started. Could you provide me with a hand. Thanks Golom....you...
  17. carmo

    Recursive Queries Manager/Employee HELP!!

    Golom, Thanks a million. I appreciate all the help. I will try it out and let you know how it goes. I know there are other ways of doing this using VBA (or PL/SQL, Prolog)...but I was sure that there was a creative way to do it with plain SQL. Thanks Again.
  18. carmo

    Recursive Queries Manager/Employee HELP!!

    With the query I created, it seems like I have to supply the manager's ID at each level. I would like to supply only one ID (ex: 301), and the query will give me all the levels. Thanks.
  19. carmo

    Mysterious empty Query appears?

    In the MS-Access options, go into the "View" tab and uncheck "Hidden Objects" and "System Objects". That might solve your problem.
  20. carmo

    Recursive Queries Manager/Employee HELP!!

    I understand that....I will be doing it through code. But here is my sample table: empID empName manID manName 99 Joe 100 Sammy 100 Sammy 201 Carla 101 Peter 201 Carla 102 Natalie 201 Carla 103 Smith 201 Carla 201 Carla 301 Luc 202 Denis 301 Luc 203 Norman 301...

Part and Inventory Search

Back
Top