We have an extension on our Norstar system where an 800 number directly rings into it.
We need to move the 800 number to ring on a different extension.
How can I accomplish this?
The version of our software is MICS 2.0
I am using the DHTML viewer in Crystal Reports XI.
I have a customer report with 2 different hyperlinks.
The first hyperlink changes a currently open window to display the detail information of the customer if clicked.
The 2nd hyperlink will open a new window to display the customer's contact...
I am working on filling a dataset with an SQL table from our SQL 2000 Server.
When I go to do the .Fill with the dataset I receive a System.Data.SqlClient.SqlException error "Invalid object name"
my code follows:
Dim strSQL As String
Dim strConn As String
Dim objSQLDA As...
Hello,
I just started working with the DotNetBar components.
I have a navigation pane which I dock on the left side of my main form.
Look at the control's main properties to see if the property "dock" exists. Click on it and change it to "fill".
I had already turned on the classic ASP pages.
What I had inadvertently done was to select open this document with iexplore.exe instead of typing in the url of the site.
So, in effect, I was editing the document instead of browsing it.
This post can now be closed
I have just migrated my asp pages with server-side vbscript and client-side jscript over to our new Windows 2003 server.
When I try to run these pages, the web browser displays the source of the page if it includes any scripts. If it is just a page with an image the page displays fine.
What...
Thank you.
On the switch/case statment:
I want to have case #1 with multiple items.
I.E.
switch (myval) {
case "M","P","K":
statement;
break;
case "C","D","L":
statement;
break;
default:
break;
}
is this possible?
I have a conditional statement that I would like to break into separate lines because it is too long for 1 line.
I know in vbscript that to continue a line you would use the "_" character.
How do you accomplish this in javascript?
If (Condition1) ||
(Condition2) ||
(Condition3) ||
{...
I have a window A that calls Modal window B which contains an I-Frame that contains window C.
When window C is submitted I want window A to submit itself.
How can I accomplish this from window C?
Thank you
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.