Dear All,
I need to generate the following link in an email body.Example as below
http://test.com/Production%20Code
I am using the following javascript code:
var val2 = 'Production Code';
window.location.href = "mailto:user.name@test.com?body=http://test.com/"+escape(val2);
However when...
Dear All,
I am really new to Cognos ReportNet.
How do I customized a Date Prompt Value to a value acceptable by the oracle SP?
For example the value in my Query Subject Definition argument is
#prompt('p1','characterLength16','01-FEB-2006')#
Basically the Oracle SP accepts a string value...
Dear All,
I am currently running Congnos 7.3. I am basically using the Gosecurity.lae as the authentication source.
I am able to run all the services in the Configuration Manager successfully.
However I am having problem with seting up the upfront portal. When ever I try to log on to the...
Dear All,
I will use the CAR table to illustrate my problem. Below is the code
TABLE FILE CAR
PRINT
COUNTRY
CAR
RETAIL_COST
DEALER_COST
BY COUNTRY NOPRINT
BY CAR NOPRINT SUBTOTAL DEALER_COST
END
-EXIT
However, when it is displayed on the webpage, the subtotal of the dealer cost is not in the...
Dear All,
I have really run out ideas on this problem. I am basically trying to save a graph to the gif file. I suspect that it is some configuration problem but i have no idea where to start.
When running the following:
http://webserver/ibi_apps/IBIGraphServlet
I am getting a HTTP 500...
Dear All,
I have installed Webfocus Server 7.1 and Client 7.1 on Windows Server 2003.
I can basically access the webconsole test it and everything seem to be running well.
However when i tried to run the following in the browser
http://localhost/ibi_apps/WFServlet?IBIF_ex=Test
It says that...
Dear All,
Just wondering if anyone can help me here. I am having some problems when starting some services using the Configuration Management.
Attached is the error taken from the log file:
Error: The directory server 'CARTWEB01:389' is not responding.
Warning: Could not complete Apply for...
Hi All,
I have tried the out the solution as suggested in the FAQ but the page is still cache (when press back button) the page still shows the old information.
I used the following method
*code take from faq
<%@ Language=VBScript %>
<% Option Explicit %>
<%
dim uUrl
uUrl = "uUrl="...
Hi all,
Just wondering if anyone having problem running 2 For Each loop node for a treeview one after another...
example of code:
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR...
Hi,
Basically all the data is Queried from a Sql database using stored procedure( retrieves ids,timestamp field,etc). Relevant information is then displayed on the form, ie textboxes and checkboxes. The user will make the changes and click submit which will call a SQL store procedure again...
Hi,
What would be the best way to pass a local variable from page1.asp to page2.asp? Should i create a session variable in page1, assign the value and the retrive the value in page2? or is there another method. I am using POST method by the way.
THanks.
Hi All,
Let's say the current value stored in a recordset for a field value is "D".
THen I have a dropdown box that has the following values
<%
Response.Write "<SELECT NAME=cmbTest>"
Response.Write "<OPTION> A </OPTION>"
Response.Write...
Hi,
A quick question about checkboxes. I have an ASP page that retrieve information into a recordset and certain fields have a value 1 or 0 which is for the checkboxes.
The only way to actually show the check box mark on the page is by
If value = 1 then
response.write "<INPUT type =...
Hi all,
I manage to create the routine to force the user to log on once the session has timeout. However the problem comes about when the user click the Back/Forward button on the browser, and is still able to access the page.
Any ideas regarding this?
Thanks.
Hi All,
I have the following problem with a few ASP pages. Upon loging on, a new session variable is created. Let's say the user access certain pages and then leave it idle for more than 20 minutes (or more than the session.timeout property).
The user than reaccess the web page and i would...
Hi all,
I am not sure if this has anything to do with the FoxPro forum, but members of this forum seem to be really helpful.
Well recently there is currently a worm virus that attacks IIS 5.0. This is actually also mention on the IIS forum.
Basically what the worm does is that it writes the...
Hi,
I am not sure if this is the best place to ask this question. Just wondering if anyone has ever converted data that is being used by Great Plains Software 9.0 DOS version into a text file. The data files are stored in with an extension *.dat. Is there a utility to read this files?
Thanks
Is there an operator In SQL that allow you search a value using case sensitive mode? By using the "=" sign the select statement will not differentiate between "Test" and "test"
Thanks.
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.