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 Shaun E 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
  • Content: Threads
  • 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??

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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?
  9. 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...
  10. carmo

    Viewing Privilages with SQL Plus

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

    Empty Subreports HELP!

    I have a report with several subreports. Within each subreports there are labels and fields. When running the report, if one of the subreports is empty (with no records), the subreport is not displayed at all....not even the labels within it. How do I get the report to show the labels even if...
  12. carmo

    Recursive Queries Manager/Employee HELP!!

    Wow, I need help with this! I have a table structure similar to the one below where an employee has a manager and a employee can also be a manager. I need to create a query that displays all employees directly and indirectly that report to a specified manager: EmployeeID | ManagerID...
  13. carmo

    Memo Data Type on Oracle?

    Does anyone know what the is the Oracle equilavent data type for MS-Access's "memo" data type? Thanks.
  14. carmo

    Flash Movies on Netscape 4.78 - HELP

    Hi, I am creating a flash page for an intranet with users who use Netscape 4.78. There is a javascript drop down menu that is hidden from the flash movie. I know that you could set the window mode as "Transparent Windowless", but this doesn't seem to work with Netscape, only IE. Is...
  15. carmo

    LIST OF TRUSTEES - HOW TO I GET THIS???

    Hi, I would like to know how I could generate a list of all trustees that have access to the folders on a certain volume. Could someone please help me with this. Basically, a list of each folder, and who has access to that folder (groups and users). Thanks.
  16. carmo

    HTML Forms - Limitations & Possibilities ?? PLEASE HELP

    Hi, I am currently limited to two things on my server...HTML and JavaScript. I have a need to conduct online surveys, where I would like users to fill in a HTML form, click the submit button and receive the responses via e-mail (or other means if possible). I currently use the enctype...
  17. carmo

    Multiple List Boxes for Report Criteria HELP!!

    OK! I have a form that allows the user to select their criteria from a list box for a certain report. I have a function that loops through the values selected. These values are then in the WHERE clause of the openReport method. Now I want to add more list boxes to selection criteria BUT HOW CAN...
  18. carmo

    Converting duration to hours and minutes. HELP?

    I currently store a duration field in the form ex) 1.64 hours. In my report I would like to display it in hrs. and minutes. What is the best approach to do this. Thanks.
  19. carmo

    How do I set Acrobat Reader to be default to open pdf

    I have created a pdf document in Adobe Acrobat 4.0. But when I open the document (by double-clicking) I want it to always open in Adobe Reader by default. Is it possible to set the default program that opens the file? Thanks.
  20. carmo

    Legal - Size Reports

    I would like to know of a way to set a report to legal size without going to each users computer and changing the page setup for them. Thanks.

Part and Inventory Search

Back
Top