Unable to set default Model

Hi,
When i tried to set default Model for Web Input/Report forms i am unable to change the previous. Exp when i go and set A as my default model in features>context defaults it shows as default model ....... when i open input form it still has the model B.(i have also re-logged in to see the changes not shown though)
Please help
Thanks,
PR

Thanks guys for showing interest in helping.
As you guys can see, there's no adobe reader when u expand. Also, I already browsed the reader just in case too. Thus expanding doesnt help. =(
Also, I cant seem to find the "file type" tab in folder options

Similar Messages

  • Outlook 2013 (Office 365 Install) unable to set Default Mail Client

    After installing Office 2013 via Office 365 for Business, the installation is unable to set Outlook as the default mail client.  Message appears after each system reboot:
    "Either there is no default mail client or the current mail client cannot fulfill the messaging request.  Please run Microsoft Outlook and set it as the default mail client."
    When going into Control Panel and manually set the Outlook client as the default, the setting does not take.  After a reboot, the warning message reappears.
    Anyone else having the same issue?

    MJ
    No but then again it is a Beta. Did you clean install or update?  9926 seems to be relatively stable.
    Wanikiya and Dyami--Team Zigzag

  • Unable to set default program for .pdf

    CURRENT PROBLEM:
    As show in print screen, when i attempt to set default program nth happens at all. The only way i can open any .pdf file now is by 1st opening adobe reader 9 and select the .pdf file manually
    INITIAL STAGE OF PROBLEM:
    Problem started after upgrading to windows 7 from vista. Windows 7 is able to recognise adobe reader 8 as a valid default program since it is in windows.old. Thus the default for .pdf is adobe reader 8 (it was installed in vista).
    Subsequently, installing adobe reader 9 isof  no use as it will be ignored and windows 7 will only continue to use adobe reader 8 as the default reader when i try to open a .pdf file, unless if i manually opened adobe reader 9 and selected a .pdf file manaually
    However, I am unable to uninstall adobe reader 8 as the "program and feature" can only identify adobe reader 9 and does not think that adobe reader 8 exists.
    ATTEMPTs TO SOLVE:
    Thus, I removed windows.old by using the disk cleanup. However, I am still unable to set adobe reader 9 as the default reader. Instead, .pdf are no longer accessible/"open-able" unless I 1st opened adobe reader 9 and then selected a .pdf manaually.
    I've attempted reinstalling and restarting comps etc, they dun seem to help. I suspect the OS is now only able to recognise adobe reader 8 from windows.old as a valid program directory due to some registry issues since it was initally set as the default when i 1st upgraded the OS. Now that adobe reader 8 is removed, there might be some corrupted registry somewhere that needs to be set right again?
    Really need help with this. Thanks a million.

    Thanks guys for showing interest in helping.
    As you guys can see, there's no adobe reader when u expand. Also, I already browsed the reader just in case too. Thus expanding doesnt help. =(
    Also, I cant seem to find the "file type" tab in folder options

  • Unable to set default develop setting to specific camera

    Hi Guys,
    I like to change the default develop settings for my camera. It's done in the Develop module in Camera Calibation. While holding the Option key the tight button changes to Set Default...
    After pressing the button nothing happens on one of my Mac's on the other it does work. Both settings in the Preference menu called "Make default specific to camera serial number" is cheked on both machines.
    Any idea why it is not working on one machine?
    Both are OSX 10.9 and Lightroom 5.4
    Thanks!
    Bart

    Thanks guys for showing interest in helping.
    As you guys can see, there's no adobe reader when u expand. Also, I already browsed the reader just in case too. Thus expanding doesnt help. =(
    Also, I cant seem to find the "file type" tab in folder options

  • Unable to set default fonts n style in Cisco Jabber

    Unlike CUPC or WebEx Connect, no option is currently available under File -> Options for both Cisco Jabber for Windows (On Prem or Cloud deployement) to configure and set default font/size/style for Jabber.

    Got an update on this. This feature is targeted in future release where we'll allow end users to change the Outgoing Font Size n Style!!

  • Unable to set default message memory to mass memor...

    Hi i bought n96 two weeks ago,yesterday i wanted to set mass merroy as default message memory. but it asking to copy all messages tonew memor...i said okthen it asked me to save original messages.. i pressed yes. then it says unable to move messages
    .....i have formatted my phone once

    Thanks guys for showing interest in helping.
    As you guys can see, there's no adobe reader when u expand. Also, I already browsed the reader just in case too. Thus expanding doesnt help. =(
    Also, I cant seem to find the "file type" tab in folder options

  • Unable to set default

    I am unable to open a document with adobe sent by email. I downloaded adobe for windows 7 and cannot set it as my default .

    adobe  opens and I get a window that says " open a recent file/ adobe online services. " . Since I have had this problem, I downloaded Foxit to open my documents, but I need  to use Adobe, as that is the program that is needed to interact with these  files
    I want to make Adobe my default, not foxit.
    I have tried to do so using the defalt programs settings but am unsuccessful

  • Unable to set default date for Date Picker item using Auto Row Processing

    Okay, I have searched through the forum for an answer, and have not found a thing to account for my problem.
    First, does anyone know if using Auto Row Processing has problems updating an item/field in a record where the Source is defined as Database Column if the 'Display As' is defined as 'Date Picker (MM/DD/YYYY)'?
    I ask this only because I found out the hard way that Auto Row Processing does NOT fetch the value for an item where the field is defined as TIMESTAMP in the database.
    My problem is as follows: I have a form that will CREATE a new record, allowing the user to select dates from Date Pickers, text from Select Lists, and entering in text into a Textarea item. The information is saved using a standard (created through the Auto Row Processing wizared) CREATE page level button. After the record is created the user is able to go into it and update the information. At that time, or later, they will click on one of two buttons, 'ACCEPT' or 'DECLINE'. These are Item level buttons, which set the REQUEST value to 'APPLY' (Accept) and 'UPDATE' (Decline). The Accept button executes a Process that changes the Status Code from 'Initiated' to 'Accepted', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record. The Declined button runs a Process that changes the Status Code from 'Initiated' to 'Declined', and sets the Declined_Accepted_Date to SYSDATE, then another Process SAVEs the record.
    However, even though the Status Code field is updated in the database record in both Accepted and Declined processing, the Declined_Accepted_Date field remains NULL in the database record (by looking at the records via SQL Developer). WHY??? I looked at the Session State values for both the Status Code and the Declined_Accepted_Date fields and saw that the fields (items) had the expected values after the process that SAVEs the record.
    The following is the code from the Accept button Page Process Source/Process:
    BEGIN
    :P205_STATUS_CD := 'A';
    :P205_REF_DECLINE_ACCEPT_DT := SYSDATE;
    END;
    As can be seen, the Status Code and Declined_Accepted_Date items are set one right after the other.
    As an aside, just what is the difference between Temporary Session State vs Permanent Session State? And what is the sequence of events to differentiate the two?

    Here's yet another thing that I just looked into, further information...
    One other difference between the date field I am having problems with (Accepted_Declined_Date), and other dates (with Date Pickers) in the record is that the Accepted_Declined_Date never gets displayed until after it is set with a default date when the Accept and Decline buttons are pressed.
    One of the other dates that works, the Received Date, is able to write a default date to the record that is never typed into the box or selected from the calendar. That date is placed into the box via a Post Calculation Computation in the Source, which I set up as: NVL(:P205_REF_RECEIVED_DT,TO_CHAR(SYSDATE,'MM/DD/YYYY'))
    However, I do remember actually trying this also with the Accepted_Declined_Date, and setting the Post Calculation Computation did not work for the Accept_Decline_Date. Could this be because the Accept_Decline_Date is never rendered until the Status Code is set to Declined (in other words, there is no need to display the date and allow the user to change it until the record is actually declined)???
    The control of the displaying (rendering) of the date is set via the Conditions / Condition Type: Value of Item in Expression 1 = Expression 2
    Expression 1 = P205_STATUS_CD and Expression 2 = L
    Does this shed any light???

  • Unable to set default table attributes in Keynote

    I've been trying to change the default table attributes in one of my themes, and as per the description in the Keynote manual (page 237-8), this should be a straightforward process:
    1) In the slide navigator, create a new slide.
    2) If you're setting up default attributes for a particular master slide (rather than all the masters in the current theme), click Masters in the toolbar and choose the master slide. [I want to change the table attributes in all master slides in the particular theme, I skip this step.)
    3) Place a table on the slide.
    4) Select the table and set its attributes.
    5) Do one of the following: To make the table the default for only the current master slide, choose Format>Advanced>Define Table for Current Master. To make the table the default for all masters slides in the current theme, choose Format>Advanced>Define Table for All Masters.
    6) If you don't want the table on the slide, delete the table.
    Step 1) through 4) is unproblematic, but the second I try to execute step 5), the new formatting is all mixed up, and I am left with a table that looks nothing like the one I have just created in step 4). (Choosing to make the new table layout valid only in the current master doesn't help.)
    Any thoughts on how to sort this out would be greatly appreciated!  I should mention that following a similar procedure for diagrams works like a dream.

    Hi!
              We have same problem!
             The layout can be selected in application, but it is not taken as default.
         We appreciate your feedback
    Best Regards.
    Angelica

  • Unable to set default mail account in iOS

    I'm unable to choose my default mail account. I have two IMAP mail accounts configured. One of the two accounts was imported using a configuration profile supplied by the mail service provider. This worked well, except that iOS doesn't seem to recognise it for the purpose of defining a default mail account. I added a third mail account and now the default account option is displayed in Settings, but the drop-down list only shows two accounts, not the one imported via the configuration profile. Is this a bug? 

    Resetting the phone does not delete anything from the phone.  Explain what you mean by "reset."  Are you asking or telling us you can't reinstall mail accounts.  What EXACTLY did you do?

  • Unable to set default compose mail font in Apple Mail

    So, I've gone through all the preferences and set them to the correct font (Folio STD-Light). When I compose a new message it uses Folio STD-Medium. "Medium" is not set in any of my font preferences in the Mail > Preferences pane. Where is it pulling this font from? Is it in a hidden plist file somewhere?
    The only way I can get the correct font, is to set it each time in the "fonts" button each time I write an email. That gets old quickly.
    Any help?

    If you are trying to determine the fonts seen by your recipients, there is no way to do that using Mail > Preferences. It must be done for each outgoing individually in the New Message pane. Or you can use custom stationery.
    Of course it only makes sense to select a special font for your emails when you know for sure that the recipient also has it on their machine.
    If the ability to set a default font to be seen by recipients is really important, I recommend switching to Entourage or Thunderbird.

  • Unable to set default boot as Windows XP after uninstalling Win 7

    Installed Win7 on a diff partition(not primary) to enable dual boot ...during reboot process of installation, got error as 0X0000005c . after uninstallation of win7 & formating the partition, machine is still trying to boot to windows 7 as default OS . Have to manually navigate to windows xp to boot .. Plse let me know as to how to set windows xp as default os to load..

    I think i need to remove default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
    but not sure, since nothing here says windows7...this the same as startup & recovery under system properties...
    You are right being not sure :).
    Do not touch the boot.ini file and do not play with Msconfig in XP!
    The problem arose because Win7 replaced the XP boot manager (ntldr)
    with its own (bootmgr). And uninstallation of Win7 and formatting Win7 partition
    has not restored the boot manager of XP. Or, rather, ntldr remains intact on XP
    partition, but the boot sector continues to launch bootmgr instead of ntldr
    during the boot.
    You have to choices now.
    1) The first one is to restore XP's bootsector, which will launch ntldr
    while booting (instead of bootmgr). This can be done by running the command
    bootsect.exe /NT52 C:
    (supposing that boot partition is C:. One can as well to use "ALL" instead of C:
    if You are not sure which of partitions is boot). The program bootsect.exe
    can be started from the folder "boot" of the Win7 installation DVD.
    2) You can as an alternative to download, install and start
    the program EasyBCD. Just press the button "Add/Remove entries",
    click on XP entry in the list of boot menu options and press the red button "Delete".
    This method will keep the boot manager of Win7 to boot XP, but will delete
    the non-existent for now Win7 menu entry.

  • 10g: unable to set default dashpoard (portalpath) for multiple groups

    Hi All,
    I am facing a problem while setting portal path for multiple groups.
    I have two RPD groups and each group need to have it's own default dashboard as a lending page.
    We are using RPD authentication and can't use database table to save portalpath for each user or group.
    What have I tried so far is as follows:
    We have two groups Group1 and Group2 which need to have default dashboard as *\shared\_portal\dashboard1* and *\shared\_portal\dashboard2* respectively.
    Approach 1: Create a Session INIT block with the following query:
    select case when 'Group1' = ':GROUP' then '\shared\_portal\dashboard1' else '\shared\_portal\dashboard2' end from dual
    Result: Failed - As all the users are directed to '\shared\_portal\dashboard2'. Somehow *':Group'* isn't getting the GROUP assigned.
    Even tried replacing ':GROUP' with 'VALUEOF(GROUP)' in SQL query, however it didn't help.
    Any help with achieving the same functionality will be appreciated.
    Regards,
    Kansal

    Kansal,
    Here you go...make use of below example and change as per you need.
    Create a SESSION - INIT BLOCK with this in query...Say PPIB
    SELECT CASE WHEN 'VALUEOF(NQ_SESSION.GROUP)' = 'DASH_usr' THEN '/shared/test' WHEN 'VALUEOF(NQ_SESSION.GROUP)' = 'DASH_ctr' THEN '/shared/test1' END FROM DUAL
    Assign a variable to it with name PORTALPATH and default to anything say '/abc/'
    This will work for sure...You can test this in RPD as well.
    Hope this helps

  • [Solved]Unable to set default browser

    Using XFCE I can set the default browser from settings/Preferred Applications to either google chrome or firefox both of which are installed. I set chrome as preferred and can get online no problem. The setting will stay for sometimes days or maybe a few minutes before the system 'forgets' what preference has been set and reverts to no preference set.
    Using thunderbird to open links in emails always opens Firefox despite the default browser being set to chrome. In fact firefox always stays set as default browser under preferences/general and I can have firefox and chrome open at the same time with both claiming they are the default browser. If I set the system preference to firefox then open chrome it detects it is not the default browser and allws me to set it as default, this always seems to set the system preferences to not set so it removes firefox but not not set chrome, if I then open firefox it does not give the message about not being the default but checking in preferences/general it is already set as default.
    I seem to be going around in circles for the last few weeks, can someone point me in the right direction?
    Last edited by weedfreak (2012-09-23 09:43:11)

    Well I had also tried using XFCE Preferred application to set it and that also did not work, there was also an anomaly with the menu entry for Web Browser, it always claimed there was no preference set and I needed to select the session browser from the list.
    The link provided was not really a lot of help directly, but it did point out that xdg-open is broken and gave me some directions to search in, eventually I found the ~/.local/applications/mimeapp.list contained a lot of references to firefox that stayed in place even if preferences were changed, they were listed before the chrome entries. I deleted every line with firefox in then when I tried a link from Thunderbird I was asked to choose a browser and the change stuck, the web browser menu link also works correctly.
    Not sure if this is really solved or if it is a workaround but I'll mark it solved.

  • [SOLVED] Unable to set default application to open files

    Hello,
    Whenever I try to set a default application for a file type (an avi for example) by right-clicking the file in Nautilus and choosing Open with Other Application, I can select the application (in this case VLC), check the Remember this Application checkbox  and click Open, I always get the below message:
    Could not set application as the default: Can't create user application configuration folder /root/.local/share/applications: Permission denied
    I'm not logged in as root (confirmed with "whoami") so I'm not sure why it's trying to access the root home folder.
    I'm thinking this is simply a misconfigured path statement (forgive the Windows terminology) but I'm not sure where to start looking.  Any help would be most appreciated.
    Thanks!
    Beta
    Last edited by betawind (2010-07-09 00:10:58)

    Thanks for the reply ngoonee! 
    The situation has already changed a bit.  Still being in Windows mode, I decided to try a reboot.  After rebooting I no longer get the error I was before (I wonder if it had something to do with logging in initially as root then su'ing to my user account) but the association with vlc just isn't sticking.
    I noticed though that now when I right-click on a video file I get the option to "Open with Movie Player" as well as "Open with VLC media player" (which does do what it's supposed to), which wasn't there before.  For grins I went and set the preferred multimedia app to VLC through System > Preferences > Preferred Applications, but that didn't help.
    Is there a place these preferences are stored that I might take a peek at?
    Last edited by betawind (2010-07-09 00:04:56)

Maybe you are looking for

  • Photo booth image size after lion upgrade

    While in Snow Leopard, whenever I take a photo using Photo Booth and drag and drop it onto an email message in a web browser, it pastes a smaller (approx 60-70kb) size of the image. With Lion, whenever I do this it pastes a bigger image (around 150-2

  • Problem with FCC

    Hi I have a FIXED file format like this a1a1a1a11000b1b1b1c1c1c1d1d1 x1x1x10010y1y1y1z1z1z1 a2a2a2a2a2a2a2a21000b2b2bc2c2c2d2d2 x2x2x20010y2y2y2z2z2z2 how to comfigure my adpter please help me regards Sowmya

  • Why isn't the switch tab group shortcut documented

    I had to search the web for quite a while to find the shortcut to switch between tab groups (ctrl+`). I found it on a non-mozilla web page. Why doesn't mozilla doesn't document this properly on this keyboard shortcuts page? http://support.mozilla.com

  • Encoding in Application Server

    Hi What is the significance of the parameter Encoding in the application servers? Is that parameter value actually telling the application server that it has to treat all the incoming request parameters as UTF-8 encoded values? I think within an appl

  • CD'S ONTO IPOD NOT WORKING

    ok, i have music on my ipod that i put on there with my home computer. and then with my new computer i have cds andf bought music on itunes in the library. but the music on my ipod isn't in the library with them. how do i get my current and future mu