Can Forms be customized to support Jalali Calendar in the Front-End?

One of our prospective customers want to use this Jalali (Persian) calendar.
I changed the NLS_CALENDAR for the session to Persian and this is the SYSDATE SQL output.
SELECT SYSDATE FROM dual;SYSDATE
15 Shahruoar 1389
So, it seems to work.
Now the issue is will our pop-up calendar shown here http://www.freeimagehosting.net/uploads/f257c3997e.jpg in our front also change the month, and dates accordingly. This is utility DATE_LOV developed by Mark Doran we use.
I am unable to change the DB NLS_CALENDAR to Persian to test due to admin problems.
Will the calendar then, show Shahruoar for the month label instead of September?

Yes, but the value set on the database has no effect for your client session. Take a look at the Globalisation Support Guide:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/ch3globenv.htm#i1005949
SQL> select * from nls_database_parameters where parameter = 'NLS_CALENDAR';
PARAMETER                     |VALUE
------------------------------|----------------------------------------
NLS_CALENDAR                  |GREGORIAN
SQL> select sysdate from dual;
SYSDATE
07.09.2010 08:18:59
SQL> alter session set nls_calendar=persian;
Session altered.
SQL> select sysdate from dual;
SYSDATE
16 Shahruoar  1389
SQL> select * from nls_database_parameters where parameter = 'NLS_CALENDAR';
PARAMETER                     |VALUE
------------------------------|----------------------------------------
NLS_CALENDAR                  |GREGORIAN
SQL> select * from v$nls_parameters where parameter = 'NLS_CALENDAR';
PARAMETER                                                       |VALUE
----------------------------------------------------------------|----------------------------
NLS_CALENDAR                                                    |Persian
SQL>as you can see the database parameter has nothing to do with the dateformat in my current session.
cheers

Similar Messages

  • I need to set up an expense form so that our consultant can "filter" by customer type, program type, and finally the purpose of the trip. For instance: the customer types are churches, schools, organizations. The program type would be fund raising, gift p

    I need to set up an expense form so that our consultant can "filter" by customer type, program type, and finally the purpose of the trip. For instance: the customer types are churches, schools, organizations. The program type would be dependent on the customer type selection from the first list. Some examples would be: fund raising, gift planning, surveys, and others. The purpose of the trip would be dependent on the program type selected from the second list. Some examples of trip purposes would be: presentation, design, prospecting. Further, the purpose of trip selection from the third drop-down box would then have to determine the values of other fields by expense type: such as commission, airfare, hotel. etc. I've tried pop-up menu but can't figure out how to "select" from the final popup list and have it populate a field for the purpose of the trip. I've tried to look at the JavaScript examples for dependent drop-down boxes, but can't find any that quite fit what I'm trying to accomplish. I am very new to all of this. No training in writing Javascripts - just trying to wing it. The form has to be very simple for our consultants to use, but also give our office the detail we need to process through the correct account numbers. I would appreciate any detailed step-by-step instructions - kind of a javascript for dummies type of info. HELP!

    An AcroForm is the name given to the type of PDF form that you create in Acrobat. An XFA form is the type of form that you create in LiveCycle Designer. Although they are both PDF files, they are very different structurally and have significant;y different scripting models. So pay attention to the information on AcroForms and ignore anything about XFA. Be sure to get the sample PDF forms so you can look at how it works and where the scripts are placed.
    What you want to do will require scripting, and if you don't have the experience and are unable to use the information in the tutorials to create what you want, you might consider getting someone who has experience do this for you. I'll often suggest code if I can do so quickly, but what you want requires more than a few minutes.

  • What is the best way to zero a 'custom voltage with excitation' sensor from the front panel?

    What is the best way to zero a 'custom voltage with excitation' sensor from the front panel?
    Thanks for any help

    Hi Donavan,
    There are two options for zeroing with the NI-9237.  You can perform offset nulling and shunt calibration with a strain task, or if you use custom excitation you can use software compensation.
    See the Bridge Balancing, Offset Nulling section in  the Load, Force, and Torque Measurements tutorial. Take a measurement before the strain is applied and subtract this from all subsequent measurements.  See the above tutorial to consider the tradeoff in accuracy between these two options.
    Hope this helps,
    Jennifer O.
    Applications Engineer
    National Instruments

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • Can we hide the tables and columns from subject areas in the front end

    Hi,
    Is there any way to hide the tables and columns from the subject area in front end.I need to create a report with some tables which the user does not want to see.So after creating the reprot can I hide those tables and columns in the front end

    Hi,
    Your question is not that clear to me...do you want to hide the entire table/column that dont want to show up in the front end then you could do in Presneation Layer in the RPD by going Permissions in the property of that object.
    But if you want to hide the column in the report that can be visible in the subject Area: go to column properties -> Column fomat...thereis Hide option.
    Can you please elaborate your question...what exactly you are looking for...
    --SK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How can we get an image of selected area of the front panel

    i am plotting some graphs and want a group photo of all those in one shot is it possible????
    n i want to get the graph coordinates on the mouse click.....
    i.e when i click on the graph at any place the values corresponding to it must be retrieved. how do we do that,,...
    i have tried with the labview help but didnt get any help
    help please????????

    Here's a start.  This will get the front panel image and display it as a picture indicator.
    You could use an event structure to capture the mouse clicks on the picture control to set the image area.  Then using the mouse coordinates (referenced from the image coordinates), you can get the image subset "Get Image Subset.vi".
    Message Edited by vt92 on 04-20-2010 08:30 AM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal

  • How can I simultaneously acquire and display an image on the front panel using a PCI-1424

    Dear friends;
    I want to use PCI-1424  , and labview 5.1 to capture the image,  But I can not find some functions in labview to capture, display and save the image.Can you be kind to share some examples or provide some information.
    Another question is how I CAN display the image in the front panel.
    thanks so much

    Hello yangshang,
    Thank you for contacting National Instruments!  To acquire images from the 1424 you will need NI IMAQ 2.5.1 or later.  This can be found HERE on our drivers download page.  One thing to note is that in LabVIEW 5 we only had the ability to view an IMAQ image as a pop up window.  This VI is called "IMAQ Windraw".  This will pop up a separate window that will display your picture.  If you need to view the picture on the front panel you can try saving the image as a file (BMP, JPG, etc) then use the LabVIEW Graphics and Sound VI's to Read a picture file in and then wire the picture to a picture control on the front panel.  Let me know if you have anymore questions.  Good Luck.
    Regards,
    Mark T
    Applications Engineer | National Instruments

  • How can I simultaneously acquire and display an image on the front panel using a PCI-1408

    I have to acquire and display an image directely in the front panel of a *.vi using a PCI-1408. i have to know all informmations about this image because I want to create a calibration system.

    Hi Paola,
    if you own IMAQ Vision you can just have a look at the examples that comes with your board or you can look at: http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/2abaefe05789961686256866007c0d22?OpenDocument.
    Without IMAQ Vision look at:
    http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/22474456534202b086256aff005fc4f3
    (or search at ni.com for "IMAQ Display without IMAQ Vison)
    Please mail me if you need further help,
    Michael

  • Can't Find Customer Service Support through Phone

    We have a HP Officejet 7210 All in One printer and yesterday we found a problem with the electrical connector from the printer to the ink Cartridge and from the HP website and error message, we found that the X-Bias Spring was dislodged and it can't detect the cartridge.
    This morning, I call the customer support and trying to find a solution to fix the problem. Due to the fact that the printer was out of warranty, thus, we are willing to pay HP to find a service center to service it according to the HP website self help link 
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01423559&lc=en&dlc=en&cc=us&product=391153&rule​=33757&lang=en
    However, the customer service representative that I spoke to is trying to ask me to upgrade and buy a new printer instead of trying to find a solution to fix the printer problem, if I want a new printer, i would look for new printer, but all we need is to service that printer. 
    I am trying to ask her to help me find a authorized HP service center that I can bring it in or ship to fix the problem and pay for the service, however, she asked me to search for itself, and if I can find it, I won't spent half an hour on the phone with the customer service. 
    Guess what, she put on on hold and never get back to me after she said that she will try to find the information on where I can find the service center. I tried to get her name or customer service ID so that I will have a record on what was happening and she refused to give it to me. 
    ALL i need is a place that I can bring the printer for HP to service. Otherwise, I can just bring it to any other local printer shop. 

    HP doesnt repair the printers, but instead replace them with working ones. If the printer is under warranty, they replace it for free, and if it's OOW, then it'll be a paid replacement. Since you printer is not being sold or manufactured anymore, the printer can only be traded in for another printer of a higher series, and this trade-in will be charged also. In HP's terms, this is known as an OOW upgrade, which the customer service rep. told you about. The broken X-bias spring most likely cannot be fixed at any service center. And even if they can replace teh carriage slot that holds the cartridges and the X-bias spring, it may not be very cost effective. So the better option would be to go for the upgrade that the Customer Service told you about. It'll be less time-consuming and less-troublesome. Besides, you'll get a full 1-yr. limited hardware warranty on the upgrade printer, so it's as good as buying a new printer.
    If you still want to visit a service center, then visit THIS link, fill in the details, and you should get a list of service centers in your location(this link is for the US only).
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • My iPhone 5s was just updated recently to 7.1.1. Now my calendar information got deleted and I can't add any events to my calendar. The   button in the top right corner should be orange but it's grey and it won't let me add events when I try to click onit

    I'm trying to add events to my calendar after they got deleted and it won't let me because the + is grey when it should be orange. Does anyone know what to do?

    You are on Windows 2000, you do not have a "Firefox" button, and should consider yourself to be fortunate in that you still have menus and don't have to do anything to get the menus back instead of the "Firefox" button. (The same applies to Windows XP users).
    Use the "File" menu to get to Import. You are not on Windows 7 or Vista, and don't have to put up with the nonsense added for Aero.
    If you want the "Firefox" button you can get it with View -> toolbars -> (uncheck) Menu Bar. The menu bar and the "Firefox" button were supposed to be mutually exclusive (which is impossible in some cases without being incompatible).
    Once you are using the "Firefox" button ...
    Use the "Alt" key to view the menu bar (temporarily) containing File, Edit, View, History, Bookmarks, Tools, and Help. On Windows 7 and Vista, the menu bar was hidden by default in Firefox 4 and above. These menu items are more or less available under the "Firefox" button which has the most used of the built-in Firefox menu items available in a different format.
    To get back to having menus again. "Firefox" button -> Options (second column) -> (check) Menu Bar
    You can make '''Firefox 7.0.1''' look like Firefox 3.6.*, see numbered '''items 1-10''' in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 thru 8.0, look like 3.6)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface

  • Can you run a non supported Video card on the boot camp side ?

    My dilemma: I'm using a mac Pro for work plus a PC for gaming, and I'd like to get rid of the extra PC. The stock card on my Mac pro (7300?) is not good enough for gaming, but fine for everyday stuff... I'd like to know if I could install my better card (from the PC, 512MB pci express Nvidia) in the Mac pro...
    Of course it is not supported on the mac, so I was wondering if it could be installed a a second card and "ignored" on the mac side, but if could be used on the PC side of my Mac (boot camp), with existing drivers, for better gaming performance. And make that card the primary on the PC side... Sound hard to do though... Has anyone done this before?

    itll be a 50/50 shot as its an issue between efi vs bios. and unsure if you have both cards in there it will guarantee that windows will pick up the second card when booted.
    but there have been users who have swapped in PCI-E Windows cards for use when specifically for using Bootcamp. so its a possibility thatit will work.
    im just not 100% sure if it will be recognized right off the bat when booting it if you still have the stock mac video card in.
    but if it does work just goto the Manufactures site for drivers to install for Windows.
    let me know how that works, asid like to know personally myself.

  • TS3999 Why can I only access my Apple ICloud Calendar (on the computer) during the last 6-7 days of each month ??

    I never alter any of the IPhone settings nor any of the computers settings - yet every month it only works from about the 25th and stops again on the 1st.  Anyone any ideas or solutions ??

    Anyone ?

  • Where can i get a 45 Degree angle adapter for the laptop end of the G6 power supply.

    I am annoyed by the power cord sticking out at 90 Deg from the right side of my G6 Notebook . the plug obstructs the usb mouse and i am looking for a 45 Degree adapter to solve this problem.
    If HP make one of these then where / what site can i get it from .
    If HP do not make this type of adapter than can anyone let me know if they have seen a website so i can buy one.

    What is the exact model of the notebook?
    I am not certain about a 45 degree adapater, but most adapters are either straight or 90 degrees.
    Here is a list of various adapters.  
    Even though the adapter you have may be at a 90 degree angle, it should be able to rotate to where the cord is not blocking any necessary ports.  
    Let me know the exact model and product number so I can give something that is a little more specific.  
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Regarding the front end uix forms customization

    Hi,
    I am trying to customise the uix pages for the b2b reports.May I know where the servlets paths are mapped which are mentioned in the uix files.The instace classes used by the uix file is given below.
    <event name="search">
    <instance class="oracle.tip.tools.integration.buslogic.reports.RptBusinessMessageSearchHandler" />
    </event>
    but the mentioned path does not exist.Where the actual mapping is done?

    Hi Soumyoshis
    There is a post called B2B InstanceMessage Sample
    B2B InstanceMessage Sample
    You can use the InstanceMessage and InstanceMessageUtil classes to generate your own reports. There is a sample code snippet also given in that post which could be a helpful start for you.
    Hope this helps.
    --Arun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Trying to create Invoice using the API,however i am not able to create the customer accounts in the front end

    when creating invoice using the API AR_INVOICE_AP_PUB.Create_Single_invoice Am Getting the below Error:
    Transaction type is invalid with current transaction date
    invalid transaction type
    either an inventory item description must be provided
    Kindly help me here

    Hi Team,
    I  tried creating the invoice and I got the above errors, however, when updated the batch source ID I am now getting this following error only, i am just left with the following Error only
    Either an inventory item or description must be provided.
    Please help me on this.

Maybe you are looking for