Cursor Style, Forms Web Implementation 6.0

I am using the Forms server 6.0 with static HTML to display
forms over Intranet. The cursor styles through SET APPLICATION
PROPERTY builtin does not seem to change the cursor in the
browser. (Works fine when I test the form in Client/Server
environment.) Tried it with both IE 4.0 and NetScape 4.5. I did
not see in Developer 6.0 documentation that Cursor Style is not
available in Web implementation.
Has anyone used cursor styles successfully with Developer 6.0 in
static Web Implementation?
Thanks,
Amir
null

Cherif,
please ask Oracle customer support for this.
thanks
Frank

Similar Messages

  • Cursor style doesn't work on web forms

    Hi All,
    I have a FORM (6i) from which I run the report by clicking a button .
    I used to set_application_property to set cursor style to BUSY untill I get report output . It works in client/server but doesn't work in Web .
    Can I set this in any other way or is there any way we can show a progress bar in web FORMS without using ActiveX ? .
    Thanks in Advance,
    Sampath

    Hi Duncan,
    Thank you for your update . I didn't get "try a call to synchronize "
    in your note did you want me to run the report in Synchronous mode ?
    Thanks,
    Sampath
    Cursor Style does work on the Web (at least in 6i, there was an old bug in 4.5) - you shouldn't have to but try a call to synchronize after the set_application_property call.

  • Cursor style to hand  in  forms 6

    I am using windows NT
    In forms 6.0 i can change the cursor styles to
    a)busy
    b)crosshair
    c)default
    d)insertion
    e)and help
    using set_application_property.
    How can i have cursor style change to internet hand symbol for selection.
    Should i use forms6i ?
    Would welcome all solutions.

    set_application_property(cursor_style,'hand');
    does not give the link select style.
    How can i get the link select style ?

  • DISPLAY variable in R12 Forms/Web tier

    Hello everyone,
    Just wanted to clarify something about the DISPLAY variable in R12 Forms/Web Tiers.  Is it necessary to have DISPLAY variable set to an active X session(Vnc) server session on Forms/Web Tiers? I understand that we need to do it for CM/Report/Admin tiers. Please confirm.
    Thanks

    968420 wrote:
    How about Forms/Web tiers?
    It's required is some cases (like the following), and I would recommend having it set on all application tier nodes to the same value.
    s_display -- Required only if you need to access graphs/charts, OLM implementation, ..etc (any page that requires DISPLAY to be set)
    Cannot Play The Course From The Class Details Page (Doc ID 391815.1)
    Receive Error When Attempting To Open A Work Plan Gantt Chart View (Doc ID 306413.1)
    s_forms-c4ws_display -- Required if you have SOA Gateway integrated
    Oracle EBS R12 Context Variables (Doc ID 458282.1)
    Thanks,
    Hussein

  • Code in HTML Form Web Part

    Hello,
    I have no coding background whatsoever but I've recently found 2 pieces of coding that:
    1). changes the default calendar overlay colors to colors I have picked out
    2). collapsing Tasks with Subtasks by default
    Both actually worked great when I added the code to the HTML Form Web part but here is the problem:
    We use two different Project communication tools - SharePoint and PWA. 
    In PWA I only used the code to collapse the tasks with subtasks - worked like a charm.
    In SharePoint, I have the project calendar which has the code for color change (works great) and a task list that I would like it to show collapsed as default (did not work).
    Question: can I not have two "pieces" of code doing two different things on one page in SharePoint?  Am I just putting the code in wrong?
    Thanks for your help.

    Thanks for your response.  For whatever reason, I cannot post a screenshot.  Support could not provide a solution as well... in any case.  I basically added a web part in SharePoint: HTML Form Web Part, selected 'edit web part', clicked on
    'Source Editor' in the Form Content and inserted this code to change the calendar overlay colors:
    <style type="text/css">
    .ms-acal-color6{
     BACKGROUND-COLOR: #F77F00
    .ms-acal-selcolor6{
     BACKGROUND-COLOR: #F77F00
    .ms-acal-apanel-color6{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #F77F00;
    .ms-acal-color4{
     BACKGROUND-COLOR: #7FBA00
    .ms-acal-selcolor4{
     BACKGROUND-COLOR: #7FBA00
    .ms-acal-apanel-color4{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #7FBA00;
    .ms-acal-color7{
     BACKGROUND-COLOR: #3D8E33
    .ms-acal-selcolor7{
     BACKGROUND-COLOR: #3D8E33
    .ms-acal-apanel-color7{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #3D8E33;
    .ms-acal-color1{
     BACKGROUND-COLOR: #00A3DD
    .ms-acal-selcolor1{
     BACKGROUND-COLOR: #00A3DD
    .ms-acal-apanel-color1{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #00A3DD
    .ms-acal-color5{
     BACKGROUND-COLOR: #0072C6
    .ms-acal-selcolor1{
     BACKGROUND-COLOR: #0072C6
    .ms-acal-apanel-color1{
     BORDER-COLOR: #C3B7AC; BACKGROUND-COLOR: #0072C6
    </style>

  • Way of control style in web page composer

    Hi, I want to know what is the way to control the style in web page composer.
    Directly on the layout? I have heard something about "sdn_general.css", is that stylesheet? Where is?
    Thanks in advanced.
    Regards.

    HI @ all,
    I'd be really really pleased if somebody could help me because it's been now several day I tried to find out and I can't get the solution: 
    Me too, I want to customize the css layout of the output web composer makes on the external facing site. Where do I implement / change / access the css?
    It seems that normally the output is dependent (e.g. the colors) from the theme which is configured in the portal. So, how can I "overwrite" it?
    Thanks in advance & best regards!

  • Show all items in data form web part when no filter value

    I have connected a XSLT list view web part with a data form web part.
    The list view web part sends the connection parameter and the data form web part filters the corresponding content.
    I need the data form web part to show all the data in the list when the connection parameter is empty.
    Please let me know how i can implement this.

    Any ideas !!

  • Set cursor style

    Hi,
    Using Oracle9iDS Form, How to set the cursor style when mouse on the button?
    I want to set cursor style = HAND when mouse on the button and set cursor style = DEFAULT when mouse leave the button.
    I'm tried to used trigger WHEN-MOUSE-MOVE and WHEN-MOUSE-LEAVE but not work.
    Regards,
    Ken

    those trigger aren't allowed since forms 9i / 10g. You have to use PJC's for this case.
    Have a look in the code-examples on OTN for forms. There are several examples for new items with new features. Maybe you only have to create a item and deploy it at PJC in your application.
    Try it
    Gerd

  • Need help on Dynamic SQL Cursor in Forms

    Hi All,
    I am trying to execute Dynamic SQL Cursor in forms using EXEC_SQL built in.
    I have a cursor for example:
    'select * from supplier where supplier = '||p_supplier||' and processing_order = '||p_order
    My code is
    cur_num := Exec_SQL.Open_cursor;
    sql_order := 'select * from supplier where supplier = '||p_supplier||' and processing_order = '||p_order;
    EXEC_SQL.PARSE(cursor_number, sql_order);
      EXEC_SQL.DEFINE_COLUMN(cur_num ,1,ln_Supp_Id);
      EXEC_SQL.DEFINE_COLUMN(cur_num ,2,ls_Suppl_Name,30);
    EXEC_SQL.DEFINE_COLUMN(cur_num ,24,ls_exchange,20);
      sql_count := EXEC_SQL.EXECUTE(cur_num );
      While EXEC_SQL.FETCH_ROWS(cur_num ) > 0 Loop
            EXEC_SQL.COLUMN_VALUE(cur_num ,1,ln_Supp_Id);
            EXEC_SQL.COLUMN_VALUE(cur_num ,2,ls_Suppl_Name);
            EXEC_SQL.COLUMN_VALUE(cur_num ,24,ls_exchange);
    End Loop;
    EXEC_SQL.CLOSE_CURSOR(cur_num );
    In this case I have to write 24 Define Columns and 24 Column value. Is there any way to assign them to %rowtype at one time as I need all coulmn of the table.
    I had similar case on multiple tables.
    Please help me
    Thanks,
    Maddy

    I need this dynamic sql because p_supplier and p_order values changes at run time
    I do not understand. Is this a simplified sample or the real thing? You do know that you can pass variables to cursors:
    cursor test is
    select * from supplier where supplier = p_supplier and processing_order = p_order;
    or does e.g. p_supplier hold other parts of the query?
    cheers

  • ABAP style FORM..ENDFORM in BSP ...?

    Hi, guys!
    I'm rather new to BSP world. Could someone help me with the following question:
    Is it possible to use ABAP style
    =====================
    FORM abc
         USING abc1
         CHANGING abc2.
    ENDFORM.
    =====================
    in BSP and accordingly to call it via PERFORM let's say in Layout of BSP?
    Or maybe there is something instead of this?
    Thanks in advance,
    --- Kaspars
    P.S. In particular case I'm not using MVC format (just htmlb, abap and javascript in layout; and abap in OnInitialization event handler).

    look at the link reg using subroutine in BSP:
    Re: Subroutines in BSP ??????
    <i>Is it "suggested" or is it mandatory to use class/methods</i>
    Its not mandatory to use class/method. But BSP is developed based on class/methods, so you cant avoid using class & methods..
    Raja T

  • Cursor style setting... Urgent please help...

    Hi,
    I'll have to set the cursor style to a wait_cursor on click on a toolbar button which would open a dialog. The dialog takes sometime to open as it has to fetch data from the database and display. Here is the code snippet which I have..
    // get the main frame and set the cursor style to waitcursor.
    getApplicationFrame().setCursor(new Cursor(Cursor.WAIT_CURSOR));
    // Fetch datafrom the database.
    // display information in the dialog and show dialog..
    // reset the cursor style to Default.
    getApplicationFrame().setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
    The above code doesn't seem to work. Can anyone let me know the reason why..
    Thanks in advance..
    Venky

    Here's the methods I use to do that:
    public static void setWaitCursor() {
    owner.setCursor(new Cursor(Cursor.WAIT_CURSOR));
    public static void setNoWaitCursor() {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    owner.setCursor(new Cursor(Cursor.DEFAULT_CURSOR));

  • REF Cursor in Forms 4.5

    I am using forms 4.5. I have a function whcih returns cursor. I would like to store the return values in Forms cursor variable and iterate thru the result set. When I declare TYPE cname IS REF CUROSOR I get compilation error. Is it possible to declare REF CURSOR in forms 4.5 . Help is greatly appreciated

    Thanks. Is there any way I can capture the ref curosr (or resultset) passed from server from the oracle forms. The purpose is to call the function from the forms with a table id which will return a resultset which is the items in the list , which is used to populate list in forms. To have a centralised location for list elements.
    Is there any package on forms which can be used to capture the returned resultset, pl. let me know

  • How to simply add custom property to a HTML Form Web Part?

    Hello.
    Is it possible to add a custom property (like a date-field) to a HTML Form Web Part with help of JavaScript? I do not want to use Visual Studio / Nappa etc. Is this possible in an easy way?
    Thanks for your help.

    Hi,
    Based on your description, my understanding is that you want to count the date between today and the latest event date.
    You can create a calendar in a page firstly, then add a content editor web part rather than the html form web part, as html form web part can't place the Jquery element.
    Then you can firstly read the date field value of the calendar list using JavaScript Client Object Model and then calculate the difference between two date values using Jquery. You can add the code directly in the content editor web part.
    Here are some detailed code demos for your reference:
    Get SharePoint calendar list field value using JavaScript Client Object Model:
    <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
    <script>
    $(document).ready(function(){
    SP.SOD.executeFunc("sp.js", "SP.ClientContext", retrieveListItemsCal);
    function retrieveListItemsCal() {
    var clientContextCal = new SP.ClientContext.get_current();
    var oListCal = clientContextCal.get_web().get_lists().getByTitle('Calendar');
    var camlQueryCal = new SP.CamlQuery.createAllItemsQuery();
    AllItemsCal = oListCal.getItems(camlQueryCal);
    clientContextCal.load(AllItemsCal);
    clientContextCal.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceededCal), Function.createDelegate(this, this.onQueryFailedCal));
    function onQuerySucceededCal(sender, args) {
    var listItemInfo = '';
    var listItemEnumeratorCal = AllItemsCal.getEnumerator();
    var htmlCal = '';
    while(listItemEnumeratorCal.moveNext()) {
    var oListItemCal = listItemEnumeratorCal.get_current();
    htmlcal= oListItemCal.get_item("Start Time").format("MMMM d, yyyy"));
    break;
    function onQueryFailedCal(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>
    Calculate the difference between two dates:
    http://stackoverflow.com/questions/2609513/jquery-calculate-day-difference-in-2-date-textboxes
    Thanks
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Jerry Guo
    TechNet Community Support

  • Error when initially calling Travel Trip Form Web Dynpro application

    Hello all,
    we are facing a problem when calling for the first time the Travel Trip Form Web Dynpro application.
    In the trace file we get the following error message:
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong Web Dynpro URL: "../WebDynpro/Servlet/<deployableObject>/<application>/xx?..". xx is not allowed without exchange key. Retrieved URI path: /sap.com/esstratri/TripForm/~wd_key890_1246626831816/background.gif.
    Exception id: [001E680CB1CE0078000002A600007B4A00046DCCEE3F358A]
    This appears when a trip has been initially created and if the user wants to display a travel trip form.
    However, this does not appear anymore, if you click on the travel trip form again.
    Best Regards
    Philipp

    Hello Philipp,
    We are having same problem. Please let me know solution....
    Som

  • Infopath Form Web Part not showing form

    Hello,
    I recently edited a list form in a InfoPath 2010 and published it to my site.  When clicking on "Add new item" it works fine.  The new form shows up and all is well.  The idea though was to enable the form from a separate page by using
    the InfoPath Form Web Part.  We have other forms setup this way on our site that work fine, but for some reason, when I added the web part to the page, pointed it at the list and set the custom content types (only single option anyways as the list is
    built on a custom content type) nothing is displayed within the web part.
    I can't find any difference between my form and the already created forms, but as I didn't create the ones that are working I may have missed some setting.  There is no error, no message, just a blank web part... Actually, that's not true.  When I
    check in the page I see nothing.  But when I publish it, I see only a close link and a bit of a header div. 
    If anyone would happen to have seen this before, know what it is or know how to fix it I would be greatly appreciative.
    Thank you.

    Hi David,
    From your description, you published an InfoPath form to SharePoint list, and it worked well in the list. However, when you added an InfoPath form web part to another page, it displayed as image.
    I could not reproduce the issue, I just selected list and content type, left all other settings as default, it displayed as expected. Did I miss anything during reproducing your issue? Did you make any customization to web part or InfoPath form?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for