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...
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...
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...
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...
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...
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...
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...
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...
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>...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.