How can I force a send this page if the user presses a tab?

This may be obvious buy I start everything just with the APEX then maybe someone can tell me...
How can I force a send this page if the user presses a tab and they go to another page before I run the backup of page variables?
Thank you!!!
C

Hello

If you use version 4.x Apex while you can create a dynamic action for this.

* If this answer is useful or appropriate then please mark and award points.

Tags: Database

Similar Questions

  • Displaying several curves on a graphical 2d in reports how can I force a curve to be at the forefront?

    Displaying several curves on a graphical 2d in reports how can I force a curve to be at the forefront? I have two signals, and I want to show a bunk on top of the other. This time Diadem will be only graphic it the other way around. I tried to delete the curves and add them in different orders, change the order that they are in the list of the curve, changing their order in the data, right-click on the curve portal and selecting "move to forground" (this only moves the complete 2D graphic object in the foreground). IM using the Diadem 12.0 base.

    Hello Joe,

    I found what causes your curves draw in the wrong "order".

    You are using two value axes and DIAdem still attracts before Y2 Y1 data, regardless of the order of the curves in the "Curve and definition of the axis" dialog box.

    I enclose your layout with a little modification, I changed the order Y1 and Y2 axis (I swapped whose data is displayed on the value axis) and I get the following result:

    Once I looked at your page layout, it appeared, why the order of curves does not reflect the order in which curves were drawn. I didn't - so I just learn something new here as well.

    I hope that this answer to your question, do not hesitate to ask if there is anything else I can help you.

    Otmar

  • Parallax scrolling - how can we achieve image background full page on the homepage?

    Hello

    I made the link between muse adobe much. I was wondering how can we achieve image background full page on the homepage.

    something like: http://www.theqcamera.com/

    I can scale 100% width and height, but it keep the size and weight (Act something like reagent), I think we should do something with scale to fill... but can't really understand how, there is no specific width and height of the box, I have to take to get this effect?

    Thank you in advance.

    Hello

    You can use rectangles on the page and apply fill scroll to items, maintain the dimension of identical objects or on the content. You can also insert other elements like the rectangle text between images.

    Something like in this video:

    https://www.YouTube.com/watch?v=8m2Lg241e3A

    Thank you

    Sanjit

  • I have photoshopCC, but some how I get pop ups saying that my path for cs6 is expires, and then I buy and get a licience no, well I have not because I have a year of photoshop and lightroom CC. How can I get rid of this message from the trial please my

    I have photoshopCC, but some how I get pop ups saying that my path for cs6 is expires, and then I buy and get a licience no, well I have not because I have a year of photoshop and lightroom CC. How can I get rid of this message from the Marie trial please

    Go to Photoshop forum

  • How can I copy and paste a page in the same DC Adobe .pdf?

    How can I copy and paste a page in the same DC Adobe .pdf?

    Open the Page thumbnails. You can select the pages and then drag the pages. When you hold down the CTRL key you can copy pages.

  • How can I activate Firefox prevented this page from automatically redirecting to another page? This unfortunate thing has now completely blocked me connect to a Web site.

    How can I disable this message blocking? "firefox prevented this page automatically redirecting to another page.
    It used to be boring, but now he has completely blocked me to connect to a Web site.

    Tools > options > advanced > general...
    then uncheck the...
    I myself have this option because I stand bad pages themselves help to redirect to who knows what. Why can't you just go sites where I click?

  • I removed Applian freecorder in my programs, but I find myself with a toolbar of community with a button for Freecorder help page. How can I get rid of this, preferably on the entire toolbar

    I installed and now have uninstalleda Applian program (freecorder I think) but find myself with a toolbar of community with a button leading to the theFreecorder help page. I don't want the additional toolbar or button. How can I get rid of him? I tried to remove and reinstall Firefox, but this has not done it.

    Hello

    Please try to go to Tools (or Alt + T) > modules, Extensions , click on the left and if it is listed on the right, delete it. Otherwise, you will need to go to Add/Remove Programs in the Control Panel of BONE and remove it from there.

  • How can I disable "Find on this page" search

    I can't stop the little "find on this page" box to fall every time I I browse a webpage or you want to write something on a Web page.  Please tell me how to turn it off, I don't want and I never needed this key.  I had to type this forum in full in the small box, and then cut and paste in the forum area.  How frustrating is that?

    Hello
     
    We recommend that you first to check if toolbars are installed on the computer. If you have installed one, then uninstall the toolbar and check the difference.
     
    If the problem persists, restore the settings of Internet Explorer.
    1. Click Start, type inetcpl.cpl and press to enter.
    2. click on the tab advanced and then click Reset.
    3. in the dialog box reset Internet Explorer settings, click Reset.
    4. when Internet Explorer terminated the application of the default settings, click Close, and then click OK.
    5. launch Internet Explorer and check the result.
     
    Important: Reset the Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.
     
    For more information, see this link: http://support.microsoft.com/kb/923737
     
    I hope this helps.
     
    Kind regards
    Syed
    Answers from Microsoft supports the engineer.
     
  • V33.0 how can I disable "firefox prevented this page automatically reloading"?

    Loading my home page I get the following message "firefox prevented this page automatically reload. Until I upgraded to V33.0 I was able to solve this problem. The response was to uncheck the "notify me when pages try to redirect", but I do not see this option in V33.0.

    This should be in the same place:

    "3-bar" menu button (or tools) > Options > advanced > general mini-onglet > uncheck the box "warn me when websites try to redirect or reload the page.

  • How can I open to a specific page or the destination of a PDF using Buddy API Xtra?

    Hello

    I work with a CD ROM catalog that uses the Buddy API Xtra to open PDF files when the user clicks on a link. The customer wants to be able to open to a specific page in a pdf file.

    I can open a pdf file using the baOpenfile() Buddy API function, but I'm unable to open to a specific page when I add #page = 4:

    baOpenfile("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf#page=4","normal")

    I also tried to work with the code below, which seems to me it should work... I did not know that the game "open..." "it was a function of Director.

    on mouseUp me
    
      pageNum = 4
    
      theApp = baShortFileName(baFindApp("pdf"))
      theDoc = baShortFileName("@\pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf") 
    
      theArgs = "/s /A page=" & string(pageNum)   & "&pagemode=bookmarks"
      -- (translates to "/A page=4" in this example)
    
      open theApp && theArgs && theDoc
    
    end
    

    Thoughts?

    Thank you in advance!

    The problem with _player.open is that you can not add any command switches.

    A possible solution would be to use Valentin Shell Xtra:

    http://Valentin.dasdeck.com/Xtras/shell_xtra/win/

    (You will need to copy the xtra in the directory Configuration\Xtras of the Director and together with your projector).

    Using this xtra, your code will become something like this:

    on mouseUp me

    pageNum = 4

    PAP = baFindApp ("pdf")

    theDoc = _movie.path & "pdfs\Powder Cores\Magnetics_Powder_Core_Catalog_2011.pdf".

    theArgs = "/A" & CITY & "page =" & string (pageNum) & "= OpenActions" & CITY.

    shell_exec (PAP, "open", theArgs & theDoc)

    end

    BaShell boyfriend may also work, but I have not tried.

  • The usual Firefox logo disappeared from my iMac dock and was replaced by what looks like two sheets of paper against which a pen, pencil, and rule form a capital A. How can I get rid of this and get the old logo there?

    All the details are in the question; It happened a week ago, and I am puzzled.

    Try the solution in this thread for the pencil icon on Mac:

    • Remove the Firefox icon from the dock.
    • Create a new icon by dragging the Firefox application to the dock.
  • How can I fix my account when he says 'the user profile service does not log. User profile cannot be loaded. » ? Help!

    I go to my account and it says that and I have no idea how to fix this, I have all the pics on my account and everything, which is a way I can fix it it and wont lose anything? Thank you!

    Hello elenaax34,

    Read the answer to the same problem as yours in this link.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-system/the-user-profile-service-service-failed-the-logon/61570922-c072-E011-8dfc-68b599b31bf5

  • How can I get rid of this line under the tabs: Firefox prevented this page from automatically redirecting to another page?

    8.01 Firefox. First of all, this message is displayed when you access my gmail account then disappears and opens my mailbox.

    Thanks a lot for the instructions clear and concise; stress buster-instant.

  • How can I force a paragraph style without losing the italics?

    This has been annoying me for ages. I work on documents in Word, using italics for book titles, etc. and then import them into indesign. I apply a paragraph style and three out of four times the bits in italics are preserved. However, the fourth time the paragraph style does not (probably due to the presence of italics) and I have to force him to do it using Alt-click. Invariably, the italics is replaced by Roman.

    It happens earlier with a bunch of notes and endnotes in a book, I'm working on and means I have to go back through each of them, manually applying italics to my books and reference titles. Is it possible to force a paragraph of note/reference style without losing the text in italics?

    Thanks for your suggestions,

    Tom.

    I'm not sure that long-term planning is needed here.

    If your only concern loses italics when importing from Word, create,.

    in InDesign, an italic character style. Then do a search and replace

    in the document, InDesign (once you have placed the Word file)

    looking for an italics, formatting and replacing with your italics

    character style.

    Who will save you from losing your italic formatting.

    Repeat for bold, bold italic, exponent, index and nothing else

    the author uses.

    There are scripts that help in this process (I think one of them is

    called "preptext", by Jongware).

    If you want a complete solution that can be found all types of

    override setting in shape and creates and applies the appropriate character

    style, check out my script "create character the Styles of overrides him."

    available on the script on freelancebookdesign.com tab.

    Ariel

  • I put "Tiles" for my new tabs. He used to come to my new pages as well, but now it is not. How can I be my new default page of the tiles?

    I don't see any instructions for the manufacture of tiles my default NEW PAGE. I see a lot of information on the creation of my failure to the NEW TAB PAGE. How to do it for my default NEW PAGE too?

    'Address' of the new tab page is on: newtab where you must type or paste in the Preferences dialog box (Start, homepage, tabs and download settings).

Maybe you are looking for

  • I don't get SSL certificate warnings now, someday, even when visiting sites that don't provide valid ID.

    When you visit a Web site that has some kind of issue of Certificate SSL, as missing certificate untrusted or invalid etc, the browser is supposed to display a warning message, which should warn us of the potential dangers of visiting the website. I

  • Pavilion a1560N

    Can someone tell me what is on the CD I made the recovery. I did not have an original game CD for Windows XP, but need to restore the config sys file. Could not get a C safe mode prompt. I have run "Recovery Console" safe mode and hope for a Windows

  • 8 flow accidentally uninstalled HP pilot broadband!

    Hello friends and HP! I have a problem. I fished around with my mobile broadband in the Device Manager and accidentally uninstalled the driver! Now, all that I have left is an adapter to wide band generic Mobile that won't turn on (error code 10 this

  • Convert the appearance of the table of clusters to multicolumn listbox or vice versa

    Hi all. Attached you can see two different controls. On the left side, there is an array of clusters. On the right side, you can find a multicolumn listbox. Is it possible to change the appearance of each of them to be like others? I mean, is - can I

  • Issue of persistent Reverb in Windows 7

    Earlier today, my computer suddenly (and I mean all of a sudden, in the middle of listening to a song) started to play all the sounds with a terrible, metallic reverberation that nothing seems to get rid of. I was using the Realtek HD Audio driver, w