Visibility of Objects Upon Re-Opening

I have a form that allows users to show or hide subforms via checkboxes. However, when the user saves the form and then re-opens it to make changes all of the original visibility settings are maintained. So then the user has to go through and re-selecet/deselect all of the check boxes to get the subforms to go back to showing/hiding. How do i get it to open with the last saved settings?

It's simple!
Goto File Menu -> Form properties. Change the "Preserve Scripting" option to automatically. That's all.
See the attached screenshot.
Nith

Similar Messages

  • No place to Double Click visible on pdf file-after opening a password-protected pdf

    No place to Double Click visible on pdf file-after opening a password-protected pdf

    Thanks Pat for your interest.
    Actually I am using Windows 8 (Not 8.1) and Adobe Reader Version XI (11.0.06)
    Now, the exact problem I am facing is that there are certain types of pdf files I am being sent which are Password pritected (it may not be a necessary condition, i don;t know) and after I have keyed-in the correct password, it flashes the message- "Double-click here to open your file". Now while using the earlier versions of Adobe (or maybe Windows) I used to see a peculiar Pin-shaped object on the screen, double-clicking which used to open the file. That object is somehow missing this time, so I have no place to double-click. Therefore I am not able to open the file.I may add that I have recently moved to Windows 8 from XP, so my knowledge of Windows 8 is not up to mark. Can you please help?

  • Load Balancing, User Visible Service objects, Runningman

    1. Load Balancing
    Load Balancing a partition has nothing to do with single or multi-threaded
    behaviour of that partition. If you load balance a partition it means that
    you can start 1 or more copies of that partition. How many to start can be
    specified. If the partition is load balanced there will be router partition
    that routes calls to any of the services in that partition.
    Now let us look at a special kind of partition (load balanced partition
    that has an Env visible SO and a user visible DbSession). This is one of
    the design patterns to acccess the database efficiently. Each of these
    partitions are single threaded because DbSession is inherently single
    threaded. This partition is single threaded because Dbsession is single
    threaded and not because the partition is replicated.
    Another case is when you make a partition load balanced and it has only
    SO(s) made out of tool classes and does not have Dbsessions then each of
    these partitions can run multi-threaded beacuse there are no
    single-threaded objects to make the partition single threaded
    2. User Visibility
    Case A - If you have only User visible SO(s) in a partition then each
    behaves like a global named object. Whoever accesses it will get a copy of
    their own.
    Case B - If you have a user visible SO and an Env Visible SO in the same
    partition then the user visible SO will be private to the partition and
    cannot be accessed from outside that partition.
    3. Running Man
    When you run an application by clicking on the running man Forte uses its
    default partitioning scheme and runs the application. The partition scheme
    that you made will be used only when you run the application distributed or
    from the partition workshop. This is the time you might encounter errors if
    your partitioning is not right.
    Hope this helps.
    Nirmal

    Don,
    You are right. I should have said - Forte uses its own partitioning scheme
    not the default scheme you see when you open partition workshop.
    Nirmal
    From: Don Nelson <[email protected]>
    To: Nirmal P Uppalapati <[email protected]>
    Cc: [email protected]
    Subject: Re: Load Balancing, User Visible Service objects, Running man
    Date: Wednesday, October 22, 1997 10:45 PM
    Nirmal,
    One note on the "running man"...
    At 08:12 PM 10/22/97 -0500, Nirmal P Uppalapati wrote:
    3. Running Man
    When you run an application by clicking on the running man Forte uses
    its
    default partitioning scheme and runs the application. The partitionscheme
    that you made will be used only when you run the application distributedor
    from the partition workshop. This is the time you might encounter errorsif
    your partitioning is not right.
    Actually, clicking on the "running man" from the repository or project
    workshop will cause the application to be run VERY differently thanrunning
    it distributed.
    It's not technically correct to say that the default partitioning schemeis
    used with the running man.
    Forte consulting offers a deployment workshop that covers the finerpoints
    of this and other distributed issues.
    Don
    ============================================
    Don Nelson
    Regional Consulting Manager - Rocky Mountain Region
    Forte Software, Inc.
    Denver, CO
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ============================================
    "If you ask me, though, any game without push-ups, hits, burns or noogies
    is a sissy game." - Calvin

  • RE: (forte-users) User-visible service object

    This solution will cause network traffic for all method calls on the
    environment visible SO. This overhead is not incurred when calling methods
    on a user visible SO in the same partition. Depending on the frequency of
    calls and the volume of data being passed in and out, this could be
    significant overhead.
    We have successfully implemented the following.
    Create a second User Visible SO based on the same class. Then you will be
    able to partition the one SO into the client partition and the second into
    the server partition.
    For example, assume the underlying class is named MessageService then define
    your SO's as
    ClientMessageService -> MessageService
    ServerMessageService -> MessageService
    Andy
    -----Original Message-----
    From: Amin, Kamran [mailto:kamran.aminlendware.com]
    Sent: Wednesday, August 23, 2000 10:17 PM
    To: 'Duncan Kinnear'; kamranaminyahoo.com
    Subject: RE: (forte-users) User-visible service
    object
    Duncan,
    Make the user visible service object to an
    environment visible
    service object. This way the client and any service object
    on the server
    can access it.
    ka
    -----Original Message-----
    From: Duncan Kinnear [mailto:duncanmccarthy.co.nz]
    Sent: Wednesday, August 23, 2000 7:47 PM
    To: kamranaminyahoo.com
    Subject: (forte-users) User-visible service object
    Hi folks!
    We've got a user-visible service object that handles
    initialisation of and
    access to the message catalog.
    This works well on the client, but we would like to use the
    same
    mechanism (and even the same service object) on the server
    so that
    service objects on the server have access to their message
    catalog on
    the
    server.
    I was hoping that if we referenced this user-visible service
    object in
    both the client and the server code, that it would partition
    a copy in
    each of the client and server partitions. However, we
    cannot get this
    user-visible service object duplicated on the server. If we
    drag and drop
    it onto the server partition in the partition workshop, it
    disappears from
    the client partition!
    Anybody got any idea how we could do this?
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email:
    duncanMcCarthy.co.nz
    PO Box 764, McLean Towers, Phone: +64
    6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64
    6 834 3369
    Providing Integrated Software to the Meat Processing
    Industry for over 10
    years
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe,
    send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe,
    send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com

    I would try going to the "lowest common denominator" between WindowsNT and
    Windows95 - DOS. Both windowing OS's sort of have their roots in DOS, or at
    least both are capable of opening a DOS session.
    Therefore, from a DOS prompt type "set" to view the environment variables for
    both OS types. Look for a common variable between the two that stores the
    userID. If you can find one of these your application will be that much more
    portable between these two Windows mutations.
    I used "set" on my NT and found my userID assigned to a few variables. I haven't
    done this on a Windows95 machine in quite some time, but if the machine is on
    the network it should have at least one environment variable with the userID.
    I'm just guessing that DOS has a variable to store the userID that will be
    common to both machines.
    Good luck....
    Kelsey PetrychynSaskTel Technical Analyst
    ITM - Technology Solutions - Distributed Computing
    Tel (306) 777 - 4906, Fax (306) 359 - 0857
    Internet:kelsey.petrychynSasktel.sk.ca
    Quality is not job 1. It is the only job!
    "Olivier Andrieux" <oandrieuxaxialog.fr> on 07/19/2000 09:12:41 AM
    To: forte-userslists.xpedior.com
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: (forte-users) user name
    Hi
    I use this command to catch the username:
    task.part.operatingsystem.getenv('username')
    with NT, there is no problem
    but with windows95 or 98 the command doesn't find the username.
    Thanks in advance.
    Olivier Andrieux
    Axialog
    Lille
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • "Object Picker cannot open because no locations from which to choose objects can be found"

    Hi,
    When I try in AD management console in the domain controller to add a new group for a user I get the following error:
    "Object Picker cannot open because no locations from which to choose objects can be found" error message when you try to select objects from an Active Directory domain in Windows 2000
    Our domain controller is a W2000 cluster (two W2000 advanced server machines) and this happens in one of the nodes of the controller while in the other node it Works well (the difference between them is where it fails, has the resources: print,
    file sharing and quorum services). Both nodes of the controller have the remote registry service disabled and in the node where it fails when you start this service it works well but I don`t think this is the reason because in the other node with remote registry
    service disabled it works. Solutions from the following support articles don`t work:
    kb 263231
    kb 284914
    I have checked that the situation is independent of the domain administrator who tries to add the group to the user.
    Can anybody help me? Which is the reason of this different behaviour from one cluster node to another ?
    Thanks.

    Hi Milos,
    Thanks for your answer but I think this is not the case because the problem is not with NTFS and we don' have these problems:
    Users or groups that have Full Control access cannot delegate permissions.
    Users who have Full Control access cannot make permission changes on a DFS share.
    If you give the non-privileged user the right to log on locally and you log on locally to the file server where the error message occurs, you can successfully edit the ACL.
    It only happens with the AD management console. Now, for us it is not posible to upgrade the system.

  • Why is the text not the visible in the protected PDF opened on Mac?

    Long story short:
    I've created a document in Microsoft Word 2010 and saved it as PDF. With the .pdf open now in Acrobat Reader 9.4.1 I have enabled the protection over the .pdf file by only allowing Printing and saved the protected .pdf. All of these actions are made on Windows 7 machine. Now when trying to open the protected .pdf on Mac (with Snow Leopard 10.6.6 and Preview) the .pdf opened only shows the lines and bullets but not the text.
    Why is the text not visible in the protected PDF opened on Mac?
    (is this bug or a "feature"?)
    Note: the protected .pdf looks good on Windows 7 and it works on Mac if the .pdf has no protection.
    Thanks!

    A. What application are you using to add the protection? Reader cannot add any file security and I don't think the PDF feature of Word will either.
    B. Mac Preview has issues with PDF standards so there may be some features that you will experience issues with that have no workarounds.
    C. Have you checked the file after adding security to see if all fonts are embedded?

  • My iWeb just crashed and has vanished from my computer. The icon is visible but it will not open. Can anyone help? I desperately need it fixed as its my business website and i was in the process of updating it

    My iWeb just crashed and has vanished from my computer. The icon is visible but it will not open. Can anyone help? I desperately need it fixed as its my business website and i was in the process of updating it

    Where was this site hosted?
    Apple eliminated iWeb in July!!!
    http://en.wikipedia.org/wiki/IWeb#Discontinuation_of_iWeb_in_iCloud_Transition
    http://www.macworld.com/article/1160728/apple_mobile_me_transition_faq.html

  • Why am I getting "Associated object cannot be opened"?

    I have created a task that utilizes method CRMSALESPROCESSEDIT of standard BOR object BUS2000115 on our CRM sandbox.  As a test, I launched the Webclient UI from transaction BSP_WD_CMPWB by clicking on the Test pushbutton for component CRM_UI_FRAME.  I can see my task in the CRM Task List.  However, when I try to execute the task I receive the message, "Associated object cannot be opened; contact your system administrator".
    According to the second edition of the text "Practical Workflow for SAP", I "can use every standard BOR object type that is enabled for dynamic navigation for your own workflow without further customizing and implementation effort".  Accordingly, I checked in table BSP_DLC_OBJ_TYPE and found object BUS2000115.  So why am I getting the error message?
    I tried maintaining Object Specific Navigation for this method in the IMG but it did not make a difference.  But I might not have maintained it properly.
    When I execute this task in the Business Workplace of the SAPGui it takes me to the "Search for Business Transactions" screen.
    I am on version 'SAP CRM ABAP 6.0', with SAP_ABA and SAP_BASIS = 700.  SAP_AP = 700.  PI_BASIS = 2006_1_700.  ST-PI = 2008_1_700.  BBPCRM = 600.
    Thanks for your help.

    Hi Lars,
    I will do what I can to help but I am going from memory.  Our sandbox has been rebuilt several times in the the last few years.  Plus we only use our SAP CRM system for channel managment now.
    I think that I instantiated an instance of the business object BUS2000115 in a previous step of the workflow with a custom task that utilized method 'GENERICINSTANTIATE' of object 'SYSTEM'.  I bound that instance to a workflow container object (probably called BUS2000115).
    In a subsequent step I think that I failed to explicitly bind BUS2000115 to &_WI_OBJECT_ID&.  This was in the definition of the step.  In other words, from the workflow builder (transaction PFTC_CHG) I clicked on the "Workflow Builder" pushbutton.  Then I double clicked on the step where I wanted to change the sales transaction.  I entered the appropriate task and step name for changing the sales transaction.  Then I clicked on the Binding pushbutton just below the "Step Name".  In the top table control on the popup I entered &BUS2000115& on the left and &_WI_OBJECT_ID& on the right.
    Once I did that then the error message was resolved.  Hope that helps.
    Cheers,
    Paul

  • I accidently click for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen?

    I accidently clicked for a full screen view on Firefox and now I can't undo it. My bar with tools, bookmarks, etc. is not visible. As the browser opens, the bar appears but then jumps up where it can't be reached. How do I turn off the full screen without access to view options?

    Co-el, This wasn't possible as there wasn't a navigation bar available. The F11 did the trick though. Thanks for adding to the discussion.

  • Object Libraries not opening at startup

    Hi,
    Some of the developers in the project I
    am involved in are having trouble with
    Forms 6.0
    The Object Livraries they open in a session
    are not re-open the next time they start
    Forms.
    Does anyone I an idea of what might cause
    this ?
    Thanks in advance.
    Regards,
    Klas Malmstrom
    null

    AFAICT, that info's stored in your com.apple.loginitems.plist file.

  • Data Object cannot be opened / accessed error - help required

    I am running a CR 2008 and have a report set against a SQL view linked via a ODBC link. The view however has been updated and now includes an extra field, which I need to add into my report.
    When I use the Set Database Location to update the link I get an error message advising "Data Object cannot be opened/accessed". I click OK to this and then get a further error "Unknown Database Connector Error".
    Also, when I go to refresh the report I get this error "The database table "..." cannot be found. Proceed to remove this table from the report?" - if I click no the report refreshes correctly anyway, so it must be able to connect.
    I have also tried refreshing the fields in field explorer too, but the extra field doesnt appear.
    Any help would be gratefully received.

    I can connect to the view via a new blank report and the missing field appears. However when I go to verify database it says the database cannot be found. It asks me if I want to remove it from the report, I select No then it tells me the database is uptodate.
    Via the set database location it gives me the error in the initial post.
    I think I have a workaround in that if I add a new database table to the same sql view the extra field is in there - so I will manually have to go though the report and change each formula, running total, group, and record selection from the original to the new table, then remove the old table.
    Frustrating but it does appear to work.

  • I am getting an warning:0x3ff62006 CanWarnAlreadyOpen;the Object is already open,......

    i am using NI-CAN 8461,and  get an warning: 0x3ff62006 CanWarnAlreadyOpen;the Object is already open,......
    but in my project,i open the object only once,why it show this warning ? what should i do?
    thanks!!!

    Hi
    Check your program that you are closing the can object reference before stopping the program.if not close the canobject reference using close api functions.
    Restart and check it .I hope this helps you.If you have question pls post here.

  • Hidden Objects made visible, hidden again upon saving?

    Hello,
    I've created a form where I have a master drop down list which causes other "hidden" drop downs to become visible depending upon the selection from the master.
    I have the master drop down, and four "hidden" drop downs. Depending on which selection is made in the first drop down list, one of the secondary drop downs then becomes visible. This all works just fine in the pdf form, until I try to save. As soon as I fill out the form, and save, everything that had become visible is now hidden again!
    I have been trying to play with the action builder and figure out why, but with no success. Does anyone have any idea what the problem is?
    Thanks!

    1) Add another action to your master drop down. Add two conditions: 'is initialized' and 'text selected' with the value you want selected. Then add the same result as you did with your first action.
    2) Stop using action builder
    Kyle

  • Availability reports expand object list when opened via web not console after upgrading to UR5

    recently upgraded to UR5 from UR3 of SCOM 2012 SP1.
    This worked fine before the upgrade and now it does the following odd behavior with the "+ object(s)" link.
    I created an availability report (MS Generic Report Library) for one or more servers through the console.  It looks OK through the console, but when I open the report through the web interface to the report server, the "+ object(s)" section
    is already expanded.  It even shows a plus "+" sign when it IS expanded and changes to a minus "-" sign when it is collapsed.  This is backwards.
    This worked OK prior to UR5.
    Ideas?
    Ted

    Hi,
    This issue should be related with the report definition in the SSRS, it seems like that the object's visibility value  is show, but the sign is "-" when defined in the SSRS.
    Please post in the SQL forum for further assistance.
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    Regards,
    Yan Li
    Regards, Yan Li

  • Error "424 Object Required" when opening journal report using HFM 11.1.2.1

    Hi experts,
    I've installed EPM 11.1.2.1 along with Hyperion Financial Management and Financial Reporting on an virtual machine (OS is windows server 2008),
    when I logon to workspace and tried to open an journal report in HFM-Format, appears error message as follows:
    An error has occurred. Please contact your administrator
    Error Number:424
    Error Description: Object required
    Error Source: Microsoft VBScript runtime error
    Page On which Error Occurred:../reports/CheckStatus.asp
    I've checked oracle support and found article ID 967025.1 describing almost the same issue of mine,
    but the suggested solution was to add workspace and HFM web server to trusted site. (I'm using IE9)
    I did so as well as other recommended browser settings but still the error remains.
    The article said the solution was applied to Version 9.2.0.0 to 11.1.1.3, so I'm not sure if version 11.1.2.1 has other causes or solutions.
    Could experts provide any ideas?

    I believe you might have already done with the below steps, but please reconfirm:
    1) Ensure, that both the Hyperion Workspace URL AND the HFM webservername i.e(Http://<hfmwebservername>/hfm) is added in the sites button in the Trusted sites option. under Security tab.
    2) Here is a list of Internet Explorer settings which are recommended to be set on the client machine:
    1. Configure browser to check for new version every time user visits a page
    * Open Internet Explorer
    * Go to Tools > Internet options > General
    In 'Browsing history' section select 'Every time I visit the webpage'
    * Click Ok, then Apply.
    2. Disable default pop-up blocking
    * Open Internet Explorer
    * Go to Tools > Internet options > Privacy tab
    Uncheck 'Turn on Pop-up Blocker'
    3. Add workspace URL to trusted sites
    * Open Internet Explorer
    * Go to Tools > Internet options > Security tab
    * Select Trusted sites from Select a zone to view or change security settings.
    * Type your workspace URL in form http://workspaceserver:portnumber in 'Add this website to the zone'
    * Uncheck 'Require server verification (https:) for all sites in this zone'
    * Click Add, then Close.
    * Click Ok and Apply.
    4. Minimize security setting for trusted sites
    * Open Internet Explorer
    * Go to Tools > Internet options > Security tab
    * Select Trusted Sites from select a zone to view or change security settings
    * Select custom level
    * From Reset to list select Low
    * Click Ok
    * Click Apply, then Ok
    5. Customize security settings
    * Open Internet Explorer
    * Go to Tools > Internet options > Security Tab > Custom Level
    * In 'Miscellaneous' section enable the option "Allow script-initiated windows without size or position constraints"
    * In 'ActiveX controls and plug-ins' section enable “Run ActiveX controls and plug-ins” and “Script ActiveX controls marked safe for scripting.”
    6. Enable option "Always allow session cookies".
    * Open Internet Explorer
    * Go to Tools > Internet options > Privacy Tab > Advanced > Check the "Override automatic cookie handling" and accept the first and third party cookies and check the "Always allow session cookies" option.
    7. Disable option "Enable Native XMLHTTP".
    * Open Internet Explorer
    * Go to Tools > Internet options > Advanced Tab > Uncheck the option "Enable Native XMLHTTP"
    If still facing the same issue, perform the below action plan:
    1) Give full permission to Filetransferfolder and try generating the reports.
    2) Add the Everyone user and dcom user to BIPubSystemReports.
    DCOM Config-> BIPubSystemReports-> Security tab-> add the users in Launch and Activation Permission, Access permissions and Configuration Permissions.
    Best regards.

Maybe you are looking for

  • SUBMIT an ABAP report after creating the WI but before completion of WI.

    Dear All, I am having an activity which sends the approval work item. Now my requirement is to SUBMIT an ABAP report after creating the WI but before completion of WI. I can not call this report before approval activity because i need to pass this WI

  • Boot Camp not recognizing disc

    Alright, so it seems as though I have had problem after problem trying to setup my Windows 7 boot camp. Normally I don't actually create new posts but with this issue I have not been able to find any solid answer yet. I have tried multiple times to b

  • How to change an iCloud account on my laptop

    How to change my iCloud account on my mac book pro to my husbands iCloud account

  • HELP!! Very much in need of GarageBand and podcasting reference resources..

    ...as simple as Apple has made podcasting with GarageBand 3, I've still no real reference material (i.e. BOOKS or MANUALS) that would allow me to take advantage of so many of the finer points of GB 3 which I read of here but which go right over my he

  • Synch iphone to macbook pro

    ive had my iphone for about 10 months and ive been using a pc for everything, I just got a macbook pro and I was wondering how I could keep all my contacts and songs from my PC and transfer them to my macbook pro. I dont even know if this is possible