Problem in CKEDITOR url fetching

Hi Gurues,
I am using the ckeditor in my project in which i insert the image using that insert image button when i select the image i found the following image url
http://MyDomain:81/pls/apex/apex_util.get_blob_file?a=162&s=1394272106476846&p=44&d=4888523467505748&i=4888220930505746&p_pk1=7&p_pk2=&p_ck=474FDDF2B587C814CF7ADCA31C0153E1
when i save this in the clob data type column. up to this i dont have problem.
My problem is the url current contain the session value. So whenever i fetch the data in ckeditor , the url in the data it shows the problem because of the session value.
so am not able to fetch the image.
so any one has idea how to do solve this problem please reply.
thanks in advance.
Regards
Dipen

It's not clear what your question is, exactly.
You can use java.net.URLEncoder (I believe; check the API docs to confirm that's the right name) to URL-encode a string of text.
I'd also suggest creating a script that hits the target web server with a collection of known good URLs. It should probably also hit it with a collection of known bad URLs, to confirm that it doesn't let bad stuff through and that it degrades gracefully.
This will help decouple the two servers, so you can develop and maintain each part independently. This is especially useful if you haven't quite got the system working right yet. Maybe you've misidentified the problem.

Similar Messages

  • Problem while creating URL iview (in EP7.0)

    Hi,
    I encountered a problem while creating URL iview (in EP7.0) as when I selected the iview template for creating the URL iview, the content area got displayed as
    "No templates to display. You are not assigned to any existing templates."
    please assist me in this regard.
    Thanks,
    Suri

    Hi Manoj,
    Thank you for your reply.
    I am still getting the same messages even after creating the iview template in EP7.0
    Created through:
    content Admin --> portal content --> <folder>new --> iview  --> seleting "Portal component - create an iView from a portal component contained in a deployed portal archive (PAR file)" <next> --> seleting "com.sap.portal.appintegrator.sap" <next> --> webdynpro <next> --> finish.
    Open object for editing...--> Object is a Template to Yes.
    Result :
    content Admin --> portal content --> <folder>new --> iview --> seleting "iview template- create an iView from an existing iView template" <next> which displays the same message.
    "No templates to display. You are not assigned to any existing templates."
    Rgrds,
    Suri.

  • Problem with image url

    Hello,
    today I have a problem with image url. I wanted Image to change when mouse dragged over it. But nothing happened. Any ideas?
    def maxIco: ImageView = ImageView{
    image: Image{
    url: "{__DIR__}ikony/max.png"
    onMouseDragged: function(event: MouseEvent){
    maxIco.image = Image{
    url: "{__DIR__}ikony/max2.png"
    }

    This is working for me:
    src/main/Main.fx
    src/main/icon/image1.bmp
    src/main/icon/image2.bmp
    //Main.fx
    package main;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    import javafx.scene.input.MouseEvent;
    var changed = false;
    def imgView: ImageView = ImageView {
        image: Image {
            url: "{__DIR__}icon/image1.bmp"
        onMouseDragged: function (e: MouseEvent): Void {
            if (not changed) {
                imgView.image = Image {
                    url: "{__DIR__}icon/image2.bmp"
                changed = true;
                println(imgView.image.url);
        onMouseReleased: function (e: MouseEvent): Void {
            imgView.image = Image {
                url: "{__DIR__}icon/image1.bmp"
            changed = false;
            println(imgView.image.url);
    Stage {
        title: "ImageTest"
        scene: Scene {
            width: 700
            height: 600
            content: [
                imgView
    }I've changed few things to switch image only one time on mouseDragged event.
    It print the image URL.

  • Problem with entering URL

    Ever since the last update or two I seem to have an irritating problem with entering URLs. If I'm navigating a site and modify the URL manually in the address field and hit enter, the URL reverts back automatically to the previous one instead of accepting the new modified entry.
    For example if I'm on www.site.com/path/path and go to the URL bar and remove the last '/path' and hit enter, the browser seems to 'remember' and take me to the previous URL path, i.e. www.site.com/path/path. It doesn't matter whether the deleted text forms part of the URL path or whether its parameters after the path, or even if I modify the URL to something like www.site.com/path/anotherpath.
    Once it starts 'remembering' there seems to be no way of getting around this except to close the browser down and start again. I've noticed this behavior on FF20.0.1 and also on FF21. It happens on all 3 of the PCs I use (2 at home, one at work). I'n not sure if its being caused directly by FF or the NoScript plugin (the latter seems unlikely).
    Is there a setting somewhere to modify this behavior, or is it a bug?

    i couldn't find any documentation for it either, however after testing it, it appears that when browser.urlbar.autoFill.typed is set to '''true''' it means that only addresses you've once typed into the url-bar manually get autofilled, when browser.urlbar.autoFill.typed is set to '''false''' then all addresses that are stored in your history no matter if you have typed them in once manually or visited them through a link on a website.
    browser.urlbar.autoFill will generally switch the autocomplete feature in the address bar on or off.

  • Problem with opendoc url.

    hi experts,
    i am having a problem with opendoc url in my dashboard.my url is to open a webi report depends on two prompts given by the user.
    i am using the following url and it is working fine.
    http://sysname:port/OpenDocument/opendoc/openDocument.jsp?sType=wid&sRefresh=Y&iDocID=123456&mode=full&nbPrompts=2&lsSEnter Year=Prompt1&lsSEnter Dealer=prompt2.
    when i am entering a value for prompt2 like "krishna distributors" its working fine.but the problem here is whenever i am entering a value for the second prompt with a value like (ex:) "ravi & ravi distributors" its giving an message "NO DATA TO RETRIEVE"  because it is considering the & symbol in my prompt2 as another parameter as shown below.
    http://sysname:port/OpenDocument/opendoc/openDocument.jsp?sType=wid&sRefresh=Y&iDocID=123456&mode=full&nbPrompts=2&lsSEnter Year=Prompt1&lsSEnter Dealer=ravi & ravi distributor
    can anyone help me on this.
    thanks in advance,
    ravi kishore yarramsetti.

    Hi Ravi,
    In Excel , & considers as "Concatenation. So it will not work properly. To make this work, use Dealer Number instead of Dealer name in ur example.
    Eg:
    Dealer Name                           Dealer Number
    ravi & ravi distributors            D10001
    krishna distributors                 D10002
    If you use Dealer Number "D10001" you can get "ravi & ravi distributors " Information. In ur Dashboard Design, if the user clicks "ravi & ravi distributors" then pass "D10001" to the Opendoc and generate the report.
    Try to not use which has special characters as the prompt in Xcelsius.
    Thanks,
    Muthukumar A.S.

  • Problem with an Url

    Hello, I have a problem with the Url in the HTTP Service
    <mx:HTTPService id="userRequest" url="http://ispedd.redios.it/iSchoolPDFManagerPortlet/imagepdf.do?idPdf=1&i dPage=0" useProxy="false" method="GET"/>
    The service should open a PNG image and the error bring back is:  The reference to entity "idPage" must end with the ';' delimiter. 
    Can you help me? Thank you.

    Hi,
    The url is OK, the problem is that properties for MXML cannot have included some characters. So you need to escape entities in your url and it will be ok, for example:
    url="http://ispedd.redios.it/iSchoolPDFManagerPortlet/imagepdf.do?idPdf=1&idPage=0"
    But it would be better if you do not hardcode params in URL. If you need you could hardcode them in Mxml itself like below:
    <mx:HTTPService
         url="http://ispedd.redios.it/iSchoolPDFManagerPortlet/imagepdf.do"
         method="GET"
         id="userRequest">
         <mx:request>
              <idPdf>1</idPdf>
              <idPage>0</idPage>
         </mx:request>
    </mx:HTTPService>
    or (which is more flexible) use parameters as argument when invoking service:
    userRequest.send({idPdf:1, idPage:0});
    You could read more on that in section about data integration in Flex in online or offline documentation:
    http://livedocs.adobe.com/flex/3/html/help.html?content=Part4_data_access_1.html
    hth,
    regards,
    Peter

  • SES web crawler not able to connect to a particular URL, fetching fails

    Using Linux64Bit SES 11.1.2.0
    With Crawling depth - 5
    Web crawler has been created on "http://www.advancedinnovationsinc.com"
    Document fetching is getting failed at the depth 2.
    I have enabled the DEBUG logging from which I got to know that all the URL which is on depth 2 or more are getting *"HTTP/1.1 400 Bad Request"* error.
    So is this the SES product issue or the usage problem
    Below is the snap shot of generated log.
    01:43:16:054 INFO filter_0 urlString:http://www.advancedinnovationsinc.com/../index.html
    01:43:16:054 INFO filter_0 hostname :www.advancedinnovationsinc.com
    01:43:16:054 INFO filter_0 filepath :/../index.html
    01:43:16:054 INFO filter_0 Port :-1
    01:43:16:054 INFO filter_0 useSSL :false
    01:43:16:054 INFO filter_0 useProxy :true
    01:43:16:054 INFO filter_0 ==== DEBUG==== ------ New readWebURL ENDS ----------
    01:43:16:304 INFO filter_0 ==== DEBUG==== m_header:[Ljava.lang.String;@122b7db1
    01:43:16:304 INFO filter_0 ==== DEBUG==== statusLine:HTTP/1.1 400 Bad Request
    01:43:16:304 INFO filter_0 ==== DEBUG==== start:9
    01:43:16:304 INFO filter_0 ==== DEBUG==== statuscode:400
    01:43:16:304 INFO filter_0 ==== DEBUG==== URLAcess.java:2232
    01:43:16:321 INFO filter_0 EQG-30009: http://www.advancedinnovationsinc.com/../index.html: Bad request
    01:43:16:321 INFO filter_0 Documents to process = 7
    01:43:16:329 INFO filter_0 ==== DEBUG==== m_currentURL:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 ==== DEBUG==== m_urlString:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 DEBUG filter_0 Processing http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 ==== DEBUG==== ------ New readWebURL STARTS ----------
    01:43:16:329 INFO filter_0 urlString:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 hostname :www.advancedinnovationsinc.com
    01:43:16:330 INFO filter_0 filepath :/../create.html
    01:43:16:330 INFO filter_0 Port :-1
    01:43:16:330 INFO filter_0 useSSL :false
    01:43:16:330 INFO filter_0 useProxy :true
    01:43:16:330 INFO filter_0 ==== DEBUG==== ------ New readWebURL ENDS ----------
    01:43:16:736 INFO filter_0 ==== DEBUG==== m_header:[Ljava.lang.String;@122b7db1
    01:43:16:736 INFO filter_0 ==== DEBUG==== statusLine:HTTP/1.1 400 Bad Request
    01:43:16:736 INFO filter_0 ==== DEBUG==== start:9
    01:43:16:736 INFO filter_0 ==== DEBUG==== statuscode:400
    01:43:16:736 INFO filter_0 ==== DEBUG==== URLAcess.java:2232
    01:43:16:738 INFO filter_0 EQG-30009: http://www.advancedinnovationsinc.com/../create.html: Bad request

    Using Linux64Bit SES 11.1.2.0
    With Crawling depth - 5
    Web crawler has been created on "http://www.advancedinnovationsinc.com"
    Document fetching is getting failed at the depth 2.
    I have enabled the DEBUG logging from which I got to know that all the URL which is on depth 2 or more are getting *"HTTP/1.1 400 Bad Request"* error.
    So is this the SES product issue or the usage problem
    Below is the snap shot of generated log.
    01:43:16:054 INFO filter_0 urlString:http://www.advancedinnovationsinc.com/../index.html
    01:43:16:054 INFO filter_0 hostname :www.advancedinnovationsinc.com
    01:43:16:054 INFO filter_0 filepath :/../index.html
    01:43:16:054 INFO filter_0 Port :-1
    01:43:16:054 INFO filter_0 useSSL :false
    01:43:16:054 INFO filter_0 useProxy :true
    01:43:16:054 INFO filter_0 ==== DEBUG==== ------ New readWebURL ENDS ----------
    01:43:16:304 INFO filter_0 ==== DEBUG==== m_header:[Ljava.lang.String;@122b7db1
    01:43:16:304 INFO filter_0 ==== DEBUG==== statusLine:HTTP/1.1 400 Bad Request
    01:43:16:304 INFO filter_0 ==== DEBUG==== start:9
    01:43:16:304 INFO filter_0 ==== DEBUG==== statuscode:400
    01:43:16:304 INFO filter_0 ==== DEBUG==== URLAcess.java:2232
    01:43:16:321 INFO filter_0 EQG-30009: http://www.advancedinnovationsinc.com/../index.html: Bad request
    01:43:16:321 INFO filter_0 Documents to process = 7
    01:43:16:329 INFO filter_0 ==== DEBUG==== m_currentURL:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 ==== DEBUG==== m_urlString:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 DEBUG filter_0 Processing http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 ==== DEBUG==== ------ New readWebURL STARTS ----------
    01:43:16:329 INFO filter_0 urlString:http://www.advancedinnovationsinc.com/../create.html
    01:43:16:329 INFO filter_0 hostname :www.advancedinnovationsinc.com
    01:43:16:330 INFO filter_0 filepath :/../create.html
    01:43:16:330 INFO filter_0 Port :-1
    01:43:16:330 INFO filter_0 useSSL :false
    01:43:16:330 INFO filter_0 useProxy :true
    01:43:16:330 INFO filter_0 ==== DEBUG==== ------ New readWebURL ENDS ----------
    01:43:16:736 INFO filter_0 ==== DEBUG==== m_header:[Ljava.lang.String;@122b7db1
    01:43:16:736 INFO filter_0 ==== DEBUG==== statusLine:HTTP/1.1 400 Bad Request
    01:43:16:736 INFO filter_0 ==== DEBUG==== start:9
    01:43:16:736 INFO filter_0 ==== DEBUG==== statuscode:400
    01:43:16:736 INFO filter_0 ==== DEBUG==== URLAcess.java:2232
    01:43:16:738 INFO filter_0 EQG-30009: http://www.advancedinnovationsinc.com/../create.html: Bad request

  • PROBLEM while using URL in order to open a file from a servlet

    Hi,
    I am having a problem while trying to open a file from my servlet by using URL connection. Following is my code sample. what happens is when I first run my project it opens the file but after that when I rerun it again and again it sometimes opens it and sometimes not. if it can't open it it gives an error saying "the file is damaged and couldn't be repaired". I don't get any exceptions. if you guys can help me I will appreciate it so much... thanks.
    here is my code :
    URL url = new URL("http://demobcs.ibm.com:81/test.pdf");
    resp.setContentType(getContentType("http://demobcs.ibm.com:81/test.pdf"));
              ServletOutputStream sos = null;
              BufferedInputStream bis = null;
              try {
                   sos = resp.getOutputStream();
              } catch (Exception e) {
                   System.out.println("exception !!!!");
                   e.printStackTrace();
              System.out.println("burada2");
              try {
                   byte[] bytes = new byte[4096];
                   //bis = new BufferedInputStream(conn.getInputStream());
                   DataInputStream in = new DataInputStream(url.openStream());
                   //DataInputStream in = new DataInputStream(conn.getInputStream());
                   bis = new BufferedInputStream(in);
                   int j;
                   while ((j = bis.read(bytes, 0, 4096)) != -1) {
                        try {
                             sos.write(bytes, 0, 4096);
                             System.out.println("file is being read ...:");
                        } catch (Exception e) {
                             e.printStackTrace();
                   in.close();
                   bis.close();          
                   //sos.close();
              } catch (Exception e) {
                   System.out.println("exception :"+e.toString());
                   e.printStackTrace();
              }

    You are writing (<filesize> mod 4096) bytes of crap at the end of the file. Use your variable j instead for the number of bytes to write in your loop.

  • Problem to open URL link within hx:outputLinkEx

    Hello,
    I have a problem to open a URL with the following code, I can see that url output string is "www.lalalala.com" , but after I click it, the new opened browser window is point to "http://localhost:9081/.../www.lalalala.com" ??
    Can someone help me why?
    Thanks a lot!
    <odc:bfPanel
                        name="URL" showFinishCancelButton="false">
              <hx:panelBox>
                  <hx:outputLinkEx styleClass="outputLinkEx"
                        value="#{pc_UrlWebsite.url}" target="_blank">
                        <h:outputText   value="#{pc_UrlWebsite.url}"></h:outputText>
                  </hx:outputLinkEx>                                                            
              </hx:panelBox>
           </odc:bfPanel>

    External links are links which goes outside your web container root.
    Imagine you're sitting in http://example.com/webapp/page.jsf, then the webroot is http://example.com/webapp.
    If you specify a link without a protocol (http, https, ftp, file, etc), then the client will always assume that you're linking to a resource in your web container. So when page.jsf links to a resource called "www.google.com", without the protocol, then the client will assume that you're referring to http://example.com/webapp/www.google.com. If you prefix it with a valid protocol, e.g. "http://www.google.com", then the client will assume that you're referring to http://www.google.com.
    After all .. In your case this is not applicable. You're using commandlinks instead of outputlinks. Why are you asking this? Which problems are you occurring? Do you want to submit to an external URL or so?

  • I have a problem when i use fetch LAZY

    Hi All
    i have faced a problem when i have tried FETCH LAZY instead of FETCH EAGER
    The problem is the table generator return null instead of valid primary key value
    I dont get what is the problem every thing is ok With the FETCH EAGER
    please help me in this problem either by give me a directions to solve this problem or give me an example about FETCH LAZY
    Hassan Kbbewar.

    i need a complete example of ejb with fetch lazy relationship ...

  • Strange problem with JDBC URL

    Hi All,
    I don't know whether this is a known issue which has a workaround or I am doing something wrong. But this is the problem.
    I have a nice GUI application which takes the JDBC URL, Driver, User name and password and then takes the input and tries to establish a connection with the Database. I was trying it on MySQL and I encountered a problem.
    The general format of the JDBC URL for MySQL is "jdbc:mysql://<ip_address>:<port>/<db_name> and if I have MySQL running on 3306 and if I give the URL as:
    "jdbc:mysql://localhost:9001" (where my HSQL is running), then, it never gets the connection and the application stays there forever (the call never returns after the DriverManager.getConnection() statement). And if I give the port as something else (say 9898) where nothing is running, then the getConnection() doesn't send me a SQLException.
    What could be the problem?

    Are you saying that you're connecting using the
    MySQL driver to an HSQL database, and
    that this results in a hang (rather than a timeout)?
    Just to clarify that I've understood the problem.
    If so, it should be fairly easy to get a simple test
    scenario up and running independent from your "real"
    application. Have you tried this, and could you post
    the code if so?
    Dave.Hi Dave,
    Thank you very much trying,
    Sorry if my English was poor. I am not trying to connect to HSQLDB using the MySQL Driver.
    Actually, I am trying to connect to MySQL db using the MySQL driver, but the DriverManager.getConnection() method hangs when I...
    1. Give a wrong URL e.g(jdbc:mysql://localhost:9001/")
    2. Run my MySQL on default port (3306)
    3. And If I have HSQL or any other program that is listening at port 9001.
    The problem seems to be very strange. here's the code below, you can try out yourself...
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class Demo {
         public static void main(String[] args) {
              try {
                   Class.forName("com.mysql.jdbc.Driver");
                   DriverManager.getConnection("jdbc:mysql://localhost:9001/", "user", "password"); // <-- The call hangs here
              } catch (SQLException e) {
                   e.printStackTrace();
              } catch (ClassNotFoundException e) {
                   e.printStackTrace();
    }Remember to have your mysql*.jar file in your classpath while running. :)
    Thank you....

  • Problem while passing url's for URLRequest() class as parameter in Flash

    Hi all,
         I am calling java servlets from flash using the following code[below is a sample Flash code for calling a java servlet in Flash which I am using]:
    ...bla ...bla
    String url_String="http://localhost:8080/servlet/getViews";
    var req:URLRequest = new URLRequest(url_String);
    ...bla ...bla
    In this case, the servlet is called/working fine only in my system where the flash application is deployed & not working when I execute the application in different system using the "IPAddress" of my system.
    So, What changes I need to make in above Flash code in order to call the same servlet successfully from my system and as well as from other systems?
    (OR)
    Is there any need to pass the servlet-url's relative instead of absolute?
    If so,
    How can we pass relative-path of url's in Flash? &&
    Can anyone explain me with an example?
    Atlast, Can anyone tell me how to change my above code to pass the url 'relative' rather than 'absolute'?
    If I pass the url relatively, does my issue gets resolved?
    If, Please, can anyone help me by giving solution to my problem... [Or] else, to either of my queries or both...
    Thanks in advance...
    I am waiting for your replies...
    Srihari.Ch

    Did you read the ActionScript 3.0 documentation I linked to in my last post?
    var request:URLRequest = new URLRequest("XMLFile.xml");
    Example of using absolute URL:
    var request:URLRequest = new URLRequest("http://localhost:8080/servlet/getViews");
    Example of using relative URL:
    var request:URLRequest = new URLRequest("servlet/getViews");
    If the server port (8080) needs to be specified, you could declare a variable for the server URL and use it as a parameter.
    var serverURL:String = "http://localhost:8080/";
    var request:URLRequest = new URLRequest(serverURL + "servlet/getView");

  • Problems with IS-URL

    Hello,
    I have the following problem:
    During the configuration I configured a wrong IS-URL in the SLD. I changed these now again (in the SLD/Business System). Then I restarted the J2EE engine.
    But in the transaction SLDCHECK, it always still shows me the old IS - URL.
    How can I solve this problem?

    Change this in transaction SLDAPICUST in ABAP Stack
    also there is an entry in exchangeProfile to amend:
    http://server.fqdn:5<sysno>00/exchangeProfile
    Under Connections:
    Enter correct URL for com.sap.aii.connect.landscape.name
    This should ressolve the error.
    To check, run SLDCHECK in ABAP (and also click new link!)

  • Problem whit openDocument URL command

    Hi all
    I have a problem when I try access for a url to report, I use this url http://(server):(port)/OpenDocument/opendoc/openDocument.jsp?iDocID=(doc number)&apsuser=(user name)&apspassword=(password)&apsauthtype=secEntrerprise and not work the user is bad charge and the password is empty.
    Any idea?
    Thanks & saludos
    Diego Trettel

    Hi Diego,
    OpenDocument doesn't recognize any enterprise logon credentials passed in the URL. It recognizes only the logon token. The parameters you are using for logon is for viewrpt.cwr. For OpenDocument, you need to generate logontoken(you need to use sdk), then use the parameter "token" to pass it in URL. 
    There are two SAP notes about how to do that dependent on which platform you are using. You can seach by numbers in SAP support portal.
    1206939 - How to create a logon token for the openDocument method and URL reporting using the Java SDK
    1198684 - How do you create a logon token for the OpenDocument method and URL reporting in BOE XI using the COM SDK (ASP)? 
    Hitomi

  • Problem with Embedded URL

    I have recently upgraded from Adobe reader 8 to Adobe 10. I generate a pdf report that contains a url link. When I place the mouse over the link the address that it displays when clicked concatenates the text following into the link. So when the browser launches it gives me a page not found error.
    eg.
    On my report I have a  space for comments.
    Comment 1#: :http://www.google.ca/
    Comment 2#: ZT2462
    Comment 3#: 3-JAN-2011 1-4 ZX545 Flight from Los Angeles to Miami
    When I click the link it tries to go to http://www.google.ca/ZT24623-JAN-2011 as opposed to just http://www.google.ca/
    Has anyone else seen this problem before? I tried opening my pdf with PDF-XChange Viewer and the link works fine. So it seems to be a bug with how Adobe handles embedded URLs.

    Hi,
    Would it be possible for you to share the PDF, cause I wasnt able to get the gist of the issue.
    I didnt quite understand, what you mean by Reader was concatenating the comments to create an incorrect URL.
    Thanks
    Ankit

Maybe you are looking for

  • How to install WIn Xp 32 bit on a D20

    Greetings all, We have just received our first 3 D20 devices ( 4158-32G) and we want to install XP 32bit on them instead of using the preinstall vista business.And without using the already installed raid 5,simply using the 3 sata drives. Problem is

  • Incorrect Display of Time by Portal Report

    Any assistance would be much appreciated: Portal report display of a date field using MM-DD- YYYY:HH24:SS:MI is off by 12 hours. Select of same field and mask via SQL*Plus looks okay. Thanks in advance, - LTG

  • Prompt Creation in WAD

    Hi Experts - I have a Bex Query which has user prompt to enter the values like fiscal year and posting period. I want to show the selection - which user has done on the top of WAD How can i do this ? Thanks R

  • Customizing error message of duplicate record

    HI All, I need to customize an error message of duplicate record inserting in a field of unique-constraint. I want to show the message in an alert. How can i do this? Arif

  • [SOLVED] swiftweasel. don't switch to new tab

    i've been using swiftweasel and kazehakase for a long time, and in kazehakase, when i click a link, it opens a new tab at the background, and i can continue reading the page of the link, but in swiftweasel, i uncheck the option "when i open a link in