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

    Broken Hyperlink: Unable to generate %20 in email body

    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...
  2. Creeder

    Date Prompt Value to Oracle SP

    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...
  3. Creeder

    Server Admin. - Upfron Error

    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...
  4. Creeder

    SUBTOTAL Problem

    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...
  5. Creeder

    Saving Graph to GIF - GRAPHSERVURL and IBIGraphServlet

    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...
  6. Creeder

    Q:Server Installation

    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...
  7. Creeder

    Problems Starting Services in Config Management

    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...
  8. Creeder

    CRC32 Checksum

    Hi, Just wondering if there are any crc32 checksum utilities available for vfp7.0. Any help is appreciated. Thanks
  9. Creeder

    Force Refresh of ASP Page. No Cache

    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 = &quot;uUrl=&quot...
  10. Creeder

    Running 2 For Each In Form

    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...
  11. Creeder

    SQL TimeStamp

    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...
  12. Creeder

    Q: Passing local value from page1.asp to page2.asp

    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.
  13. Creeder

    Question: Dropdown box selected value

    Hi All, Let's say the current value stored in a recordset for a field value is &quot;D&quot;. THen I have a dropdown box that has the following values <% Response.Write &quot;<SELECT NAME=cmbTest>&quot; Response.Write &quot;<OPTION> A </OPTION>&quot; Response.Write...
  14. Creeder

    Question About CheckBox

    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 &quot;<INPUT type =...
  15. Creeder

    Session Expired. Force User to Log On. Part 2

    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.
  16. Creeder

    Session Expired. Force User to Log On again

    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...
  17. Creeder

    Advice: Tools for ASP development

    Just wondering what are the best tools for ASP development. I know Visual Interdev is a good tool. Any other tools out there? Thanks.
  18. Creeder

    URGENT : Need Advice From Pros

    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...
  19. Creeder

    Data Conversion

    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
  20. Creeder

    Case Sensitive Operator In SQL

    Is there an operator In SQL that allow you search a value using case sensitive mode? By using the &quot;=&quot; sign the select statement will not differentiate between &quot;Test&quot; and &quot;test&quot; Thanks.

Part and Inventory Search

Back
Top