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 TouchToneTommy 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: *

  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 actually could not figure out the problem. However after uninstalling and reinstalling the entire cognos 7.3 I was able to connect to the Upfront Admin without any problems. I guess something somewhere was "corrupted". Thanks. Regards,
  4. 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...
  5. Creeder

    SUBTOTAL Problem

    Dear focwizard, Thank you very much!!! That is exactly what I needed. Regards, YJ
  6. 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...
  7. 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...
  8. Creeder

    COLUMN TO ROW WITH TITLE

    Hi, Can you give a short sample of the actual data in the table and then the required output? Maybe from there we can help you. Regards
  9. 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...
  10. Creeder

    Problems Starting Services in Config Management

    Dear Stefan, Thanks for your response. I don't have that running. however i think it's not necessary to install the Sun Java System Directory Server right? Regards,
  11. 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...
  12. Creeder

    CRC32 Checksum

    Thank You!!!
  13. Creeder

    CRC32 Checksum

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

    Force Refresh of ASP Page. No Cache

    Paul and Derren, Thanks for your reply. Unfortunately this is reagarding the faq. I am using the second method as suggested by the faq. However it's still not working. Any suggestion thanks. YJ
  15. 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...
  16. 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...
  17. Creeder

    SQL TimeStamp

    Hi all, For people with the same problem in the future with displaying SQL timestamp in ASP here is a code from the internet. All work belong to the original writer. function bin2str(Value) dim Value16,ib,i Value16=&quot;0x&quot; for i=1 to LenB(Value) ib=hex(ascb(midb(value,i))) if...
  18. 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...
  19. 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.
  20. Creeder

    procedure across ASPs

    Hi, My Suggestion is to write that procedure into an file,eg procedures.asp and use <!--#Include File = &quot; &quot;--> tag in your asp page that needs the procedure.

Part and Inventory Search

Back
Top