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 bkrike 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: ahmun
  • Content: Threads
  • Order by date
  1. ahmun

    Different outbound Caller ID after FWD No Answer

    Hi All, In my previous post to this forum, I was able to figure out how to configure my out-bound Caller ID by entering the CONFIG section and modifying the OLI # value to display my direct dial number. (CONFIG > Terminals&Sets > (my extension #) > Line Access > OLI #) And many thanks to...
  2. ahmun

    Program a different Outgoing Caller ID

    Hi Tek-Tip Gurus! I'm trying to program my extension to broadcast my DID as its Outgoing CAller ID instead of the main line at our office. I have limited knowledge of our phone system, but maybe the following descriptors will help you figure out how to help me! I ask because our company won't...
  3. ahmun

    Validation, help me troubleshoot why it's broke...

    Hi all, I am diving in feet first for the first time in ASP.NET, and am having trouble with some validation. I am simply using the required field validation, but for some reason my server doesn't seem to run it. I'm currently working on a CMS in .NET and have it succesfully working on a...
  4. ahmun

    How to get a DIV to follow scroll

    Hi all... I'm sure this question has been answered before, but I'm not even sure what terminology to use for searching for it... how do you make a div follow the user's scroll? I've got long page, and as the user scrolls down, I'd like a table with links to anchors within the page to follow...
  5. ahmun

    Search Active Directory for Membership (LDAP?)

    I currently have a secure section oJohn Doef my intranet, protected by an Active Directory Security Group, that I only want a select few users to even know it exists (the members of that group). One way I've been keeping others out is a little bit of script at the beginning of the file that...
  6. ahmun

    create outlook appointment from asp? Revisited

    Hello All, I'm trying to send an outlook reminder via ASP, but am having some difficulty right from the get-go: I'm trying to find out what kind of software I need installed on my web server to enable it to be able to send a reminder. I'm starting this thread as a continuation from a previous...
  7. ahmun

    Trustworthy Acess Object Renaming tool

    Hello All, I recently inheritied a huge Access Database and it was developed by non-programmers using no naming convention at all! I did some google searches but would like a professional opinion on what is a good tool to use. I am willing to buy the tool if it is trustworthy. Some goals in...
  8. ahmun

    Efficient use of If Then

    Hi All... I've been wondering about how ASP works in regards to using If Then Else Statement Take the two code examples: ** only two lines of code... looks neat for a developer! strName = Request.Form("Name") If isNull(strName) Then strName = "" ** 5 lines of code... yuck! If...
  9. ahmun

    getElementID and innerHTML throwing an error

    Hi all.. can someone look at the following test code and explain why I get the error: Line: 9 Char: 2 Error: Object doesn't support this property or method Code: 0 . . <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title>...
  10. ahmun

    Displaying ASP search/results page in a clean borderless window

    I don't know if this is the place to ask this, but since the bulk of my programming is in ASP/VBscript, let's give it a try... I currently have a web-based phone directory for my company, complete with search engine, all developed in ASP/Vbscript. I'd like to now develop an app that can run...
  11. ahmun

    Embed HTML in flash?

    Hello all... I have a unique question... most of the time people want to embed flash inside their HTML pages... But I'm thinking of an idea of embedding HTML inside a flash... here's the details: My company runs a database-driven phone list of all employees, complete with search function...
  12. ahmun

    Disable field comes back undefined!!!! help?

    I am having trouble with some javascript in my ASP page... As per many posts in this forum, I have found very useful tips on how to disable a form field with the syntax: document.formname.field.disabled=true; But I ran a test and I can't seem to get this working for a listbox. here's the...
  13. ahmun

    Locking Records on ASP form during edit

    Hi all... I'm wondering if someone can give me some tips on how to go about locking a record on an ASP page before I jump in with both feet... With most ASP pages accessing database info with ADO, the common practice is to open a recordset, grab the values, and close the recordset; then set it...
  14. ahmun

    Fixed Width Display in a non-Fixed Width World!

    Hi all, I’m trying to display an excerpt of text truncated and followed by an ellipse like such: 2004-01-12 – Called the Client at 12:00pm with no… 2004-01-14 – Called the Client at 3:00pm with no res… So that I can give the users a summarized list of text from a database of log events. I'd...
  15. ahmun

    Refining a Paradigm

    Hello all. Sorry if the intro is long, but please read. I'd like to get some feedback from you all [smile] I've been developing web input forms lately, and one of the requests I got from a user is to make it "seem" like an access form, where once data is inputted into a field, the data is...
  16. ahmun

    recordset vs. SQL execution

    Hi all, I've heard a lot of advice from the gurus of this forum that executing SQL runs much quicker than opening a recordset, setting the field values, and updating. I was wondering if anybody follows a standard on how to access/manipulate database info. I'd like to find a way where I don't...
  17. ahmun

    Icon next to report name (2)

    Due to some code posted in the original thread making the whole thread not very readable... I post this. To see the threads that lead up to this topic, click here: thread333-959828 Ekta... let's continue the discussion using this thread. Earnie Eng
  18. ahmun

    Finding Autonumber Value after Addnew

    I would search for this answer, as I'm sure the question has been asked, but the search function on this website isn't working and Google hasn't been much help How do you find the autonumber value after running an "rs.addnew" on a recordset? I'm running: IIS 5.0 Access 2000 back end...
  19. ahmun

    Database Driven Forms: Functions or in-line code?

    Hi I have been writing a LOT of webforms driven by ASP and database back end... I'm at the point that I feel I'm repeating myself a lot in code and am wondering if I can get some tips on streamlining my programming both for efficiency of the web page, and efficiency of development. My...
  20. ahmun

    ASP vCard handling

    Does anybody know of a good resource for accessing Outlook Contact info via ASP? Is there a way to set up an ADO connection to MS Exchange or Active Directory? I have a web form that my client would like to be able to import/export Contact info to/from outolook and the database backend that my...

Part and Inventory Search

Back
Top