Conditional display with several conditions of PL/SQL

Hi guys,.

I want my chart to conditionally display 2 points, 1. a selection list is not null (TO_CHAR(:P7_DB_LIST)! = TO_CHAR (666)) and 2. the maximum value in a query is above a certain amount such as 2000. The idea is that I currently have a graphical display in MB. 40 000 MB is not something big to see so after a certain point, I want to display a graph in GB instead. So I want 2 graph both depends on the LOV is not null, but who need the value of the query less than 2000 and the upper.

I don't know if its possible to have two parolees working together in one conditional display of the APEX (PL/SQL Expression)?

Mike

Damaged by: ATD on August 11, 2009 06:20

Mike,

Laughing out loud! Welcome to PL/SQL ;)

Packages are not very difficult to get, but perhaps we should start over with a stored function a package... Here's the gist:

CREATE OR REPLACE
FUNCTION size_is_valid (
   p_svc_app      IN VARCHAR2,
   p_svc_app_name IN VARCHAR2
) 

   RETURN BOOLEAN 

AS

   CURSOR max_size_cur
   IS
      SELECT max(size_mb) AS size_mb
      FROM [email protected]
      WHERE svc_app_name = size_is_valid.p_svc_app_name
         AND svc_name = size_is_valid.p_svc_app;

   l_max_size_rec MAX_SIZE_CUR%ROWTYPE;
   l_retval       BOOLEAN;

BEGIN 

   OPEN max_size_cur;
   FETCH max_size_cur INTO l_max_size_rec;
   CLOSE max_size_cur;  

   l_retval := l_max_size_rec.size_mb > 500;

   RETURN l_retval;

END size_is_valid;

Then your new validation of test should be:

BEGIN

   RETURN size_is_valid(:P7_DB_LIST, :P7_PROJ_LIST);

END;

Kind regards
Dan

http://danielmcghan.us
http://sourceforge.NET/projects/tapigen

You can reward this answer by marking as being useful or correct ;-)

Tags: Database

Similar Questions

  • Combining a built-in condition and PL/SQL

    Research at the following post about error combining terms is absurd:

    Button nesting conditions

    I only want to show a region when there is no validation error AND combine this with another condition of PL/SQL. APEX knows that a validation error is present, as it is built in, but I can't combine the two. Can someone shed some light on what the API call is via PL/SQL to combine both please?

    Certainly, I could fill a hidden element and use it, but my goal is to reduce complexity when it is possible and this looks like something I could do to add in one shot by a validation of PL/SQL.

    BTW, this customer is on APEX v2.

    Phil

    Phil:

    You can use the package variable "wwv_flow.g_inline_validation_error_cnt" to get the number of line of validation errors.

    CITY

  • Search feature with several web languages production results in all languages

    I have a question where web search in my outings with several languages results in all languages. For example, if the user enters a word that can appear in all the outputs regardless of the language, the results will display all HTML pages for each language when it appears.

    Is it possible to set up the web output so that if the user displays the English content, only the HTML pages in English are displayed when you use the search function?

    Thank you

    Chris

    Hello

    Personally, I doubt that a patch would solve the problem. Maybe it will be, and it is certainly worth a try, but don't be too shocked if you find that you must apply the service release and nothing changes.

    My own experience (as my little finger) is whispering in my ear (or abdomen) that probably is simple settings, that you set up before and during the build.

    I didn't know any reference to the version of RoboHelp you use here, so I'll use version 11 because it is likely the most common version used at the moment. And if you have 10 or 9 or even 2015 release, the steps should be almost identical.

    When you examine the presentation of single Source settings, expand your content categories and select one. Note that for each of them, you have an opportunity to choose a conditional Expression to build.

    I say this because if a conditional build expression causes points to not appear in the output, the elements must also not appear in the search.

    My thought here, you need to configure some conditional tags to build carefully, then associate tags with subjects that do not apply to each category. Thus, for English subjects, create and associate a label named "English". Same thing for the other languages. When you prepare to generate, consider each of the categories, click on this button to set and exclude the languages that do not apply. So if you have four languages, English, Spanish, French and German, maybe, and your category is for English, you would create a create an Expression that looks like this:

    Give it a go and see how you rate.

    See you soon... Rick

  • Interfacing with several unknown USB devices; all producing NMEA strings

    Hi all

    Question about the peripheral USB interface and their associated drivers.

    I have the obligation to build an application that interacts with the USB devices that produce NMEA strings. I have the library to parse NMEA strings, but I fight with interfacing with several unknown USB devices. When deploying applications, I know not all possible USB devices to use.

    Is it possible to produce one driver who will accept any USB device strings?

    Or, more likely, is there a way to get the LV to recognize a connected USB device and automatically find / install the driver like windows does and is it possible to do in a deployed application?

    I had a trawl of the forums, but I've not found anything that specific.

    Thanks, I really appreciate the help.

    About the VI "set up the serial port", my problem is that the choice of COM port is in a separate menu (not directly related to the VI) and it allows all possible COM ports to be selected. That can be addressed.

    I am not expecting an all-in-one solution but asked the question in case it was possible.

    What I realized, is that for my specific condition to read strings from a USB device. It is likely to be sent over a serial connection. LV can handle this well and easily assuming the device has the installed driver / settings are available.

    LV (and indeed any other program) will not work without a device driver / settings. In this case, parameters set must be found (error) / a USB RAW driver would need to be developed. Devices requirng a RAW USB driver would need a serious review to continue due to the time and effort required. All this effort is work inherited from the AIDS to navigation

    I appreciate any help and I think I got the answer I was looking for! Thank you very much

  • Slide with several digital poster Down filter event Bug button?

    A key event filter on a slide with several digital screens down does not work as expected when not waived. If you for example tab of this slide with two digital screens digital display, the cursor remains on his position, rather than get KeyFocus to the next control. Same behavior at fault if you want to move the cursor on the left/right keyboard, nothing happens. Anyone an idea why?

    A simulation of that VI is attached. All other controls, a Slide with a digital display or a standard digital control, the key Down event filter behaves as expected... I tested in versions 8.5.1 LV (attachment), LV2012SP1 and LV2013.

    A teammate now found a solution or workaround. We do not know if this is the way it should be, if yes, then it's a bit hidden, but it works!

    It seems that the cursor needs to know on what digital display the FocusObj is when you use the event notifier KeyDown. Then, when to get the reference of the digital display active and the wiring of this reference to the terminal FocusObj filter event everything works as expected, numbers of tabs, typed, cursor etc and have to filter and notify events structure to the event.

    A vi and a printscreen are attached.

    The question is probably due to the specialty of slides and the class NumericWithScale in general, as its digital displays are a little under References and during the implementation of the features of event KeyDown for the class NumericWithScale filter, LV simply does not know on which side of the main action control part must be executed.

    Or someone has a better solution and explanation?

  • Problem with WSUS after upgrade of SQL and SCCM

    A few years ago, we implemented SCCM 2012 R2 on a virtual machine running Server 2008 R2 (Enterprise), using 2012 SQL for databases.  We use it for software deployment, updates/patches via WSUS and imagery of the network.  Everything is smooth enough for most, even if we hit a few snags Windows 10 points when that came out.  After you install the patches and updates to our Server 2008 box to make it compatible with Windows 10 content, everything was good again.  A few weeks ago, I decided to update our version of SCCM 1511 and SQL for 2014.  After the two updates, I tested imaging and software deployment, and everything seemed good.  I forgot WSUS, however... and later visited account it was not working properly for these updates.  Unfortunately, I realized after I deleted the VM snapshot, I got to thinking that everything was good (stupid, I know).  After researching and discovering some of the errors were permissions associated with - why would have changed the permissions on folders of SQL and SCCM upgrade I have no idea - those who have since been smoothed.  Now, my mistakes seem to be related SQL more and I hit a dead end with research.  When I opened WSUS and go look at the clocks, he tries to load the history of synchronization, and after a few minutes-error with the following information:

    The WSUS administration console failed to connect to the WSUS server database.

    Verify that SQL server is running on the WSUS server. If the problem persists, try restarting SQL.

    System.Data.SqlClient.SqlException - Timeout expired.  The delay before the end of the operation or the server is not responding.

    WARNING: The join order has been applied because a local join hint is used.
    Source .Net SqlClient data provider
    Stack trace:

    to Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow (SoapException-soapException)

    at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPGetSummariesPerUpdate (String computerTargetScopeXml, String preferredCulture, String updateScopeXml, ExtendedPublicationState publicationState)
    at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetSummariesPerUpdate (UpdateScope updatesToInclude, ComputerTargetScope computersToInclude)
    at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetUpdateSummaries (UpdateScope updateScope, ComputerTargetScope computerTargetScope)
    at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates (ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)

    at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows)

    I found a few forums that suggest to uninstall WSUS and delete the database, and then reinstall WSUS.  Unfortunately, when I try install fails... giving only an error code and no other explanation of why.  The error is 0 x 80070643, which is supposed to be due to the current user not having the "sysadmin" in SQL.  However, I have tried with several accounts I checked to make you have the sysadmin role in SQL (and are also part of the Administrators group on the server itself)-always get the same error message.

    I would really like to try to find that rather than wasting his time with the construction of a new server and redo our whole SCCM environment... get the client reinstalled on all our machines to synchronize with a new server appears as a huge headache.  Is there anyone else out there who know what would cause this?  Any help would be greatly appreciated!

    Hello

    This community is for users.

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    SQL Server TechNet forums.

    https://social.technet.Microsoft.com/forums/SQLServer/en-us/home?category=SQLServer

    See you soon.

  • Dynamic region with several task page fragment flow isn't refreshing VO

    JDeveloper version is 12.1.3 and Weblogic Server is 12.1.3.

    We have a dynamic region with several task page fragment flow.  We have created a menu that will open on the workflow task in the dynamic region. Before defining the workflow id in the bean, we execute query on the original Version after setting the bind variable. When we click on the menu is open the flow of relevant tasks in the region and showing the Original data table.

    But when we open the same request again to a different browser session, it shows all the data in the original Version when the user clicks on the relevant menu item...

    I have attached the code used to navigate to the different workflow tasks written in the bean from the back of the home page.

    We have no idea why anyone what happens, if it's a server problem or a code issue. Because unless and until we open the target application in a new browser it works fine.

    We tried and deployed on a remote server as well, but it gives the same question...

    Would be really grateful for the help...

    The user, the code you posted has some serious problems. Never, I repeat never store a reference to an application module in a static variable in a bean. That is why you see only data once. After that, the second session reuses the application module from the first to the configuration data, but to display data it uses a module different application.

    The way you try to configuration data is too bad. You must pass the parameters to the workflow and init data in the default action of the workflow instead of doing before installing the new workflow id. A workflow is a unit of work that is kind of a black box. You may not assume that the stuff you do outside of this black box can be seen inside the box. This is only true if the workflow share the same control of data as it's parent (share of data control).

    I suggest you read some documents on the workflow and how they work. A good start is to look at this video https://www.youtube.com/watch?v=A3CmDhWHaG0

    or work through this tutorial 12 c (12.1.3) Oracle JDeveloper tutorials - working with bounded task flows, regions and routers

    Timo

  • Creating a DVD with several file format of files/best project for export (PE13)

    Hello! I first 13 (just improved 10) elements and trying to figure out the best way to save my movie on DVD. There are at least two different project files (the film, shock and eventually a video "making of") that I want to put on the same DVD with a menu. A couple of years, trying to do this with first Elements 10, I could not get it to work and had to use a separate DVD menu software. I can do that again, if I need to, but the software I used was lost, so I thought I would check to see if it can be done first before going to buy it again.

    If I can't do it in first, I need advice on the best format to save project files to burn to DVD later. I'm a novice, and most of these sizes looks like gibberish to me! I had problems in the past (a few years ago) with a black border appears around the film, after he was saved, reducing the size of the movie, and I'm hoping to avoid that...

    The film is about 1 1/2 hrs long

    The blooper reel is about 17 minutes

    If there is more info to help answer my questions I'll be happy to find it!

    alsyarn

    Thank you for the important information for troubleshooting your Premiere Elements burn on DVD-VIDEO to DVD disc so that it presents throughout without black borders.

    Open the first elements 13/13.1 to his Expert workspace, go to file Menu/New/Project and set the project preset manually to

    NTSC

    DV widescreen

    Do follow the following order

    • Open the project in the workspace Expert and go to file menu/new project and change the settings.
    • In the settings, set the project preset to NTSC/DV widescreen. OK to get out of there.
    • In the dialog box new project opens, rename the project and make sure you have a checkmark next to the "Force selected setting on this project." OK to get out of there.
    • In the Expert workspace, import your media source by using Add Media / choice.

    Import your Source 3 (720 x 480 widescreen display 16:9) - which should occupy all the space area monitor Edit which is a space of DV widescreen size.

    Import your Source 1 (1920 x 1080 16:9)-that must fill the space of the monitor Edit once the scale is automatically just to fill the space of the Edit monitor.

    Import your Source 2 (720 x 480 which is what is because it has a format of 1.0 pixels)-that does not fit properly. Balance this video in Edit area monitor to enter space monitor without black borders.

    It is unclear why the project 720 p settings have been set for this instead of NTSC DV widescreen. But please implement your project as described above, then export as suggested.

    I have suggested above based on destination DVD VIDEO to DVD disc. When you have a montage with several formats, you set an adjustment everything with scaling in the monitor area space Edit put in place by the predefined project and major. General guideline - the project preset should correspond to the properties of the media source... and with more than one type of format, you define major and if adapt everything with scaling if you don't want black borders.

    Another tip... When you want to scale width and height separately in edit box monitor, first go to applied effects tab/Applied effects Palette/panel of the selected clip expanded Motion and remove the box keep the Proportions.

    Please consider. And then we'll try to condense all that into a workflow that will work for you.

    Thank you.

    RTA

  • View a common report on top a dashboard with several pages

    Hello

    Is there a way to display a joint report on top a dashboard with several pages? I don't want it to be displayed in each page but it is rather a report on top and then having multiple pages/tabs under and the report should be common to all pages. Basically, a section in a dashboard that is on the top and a child Dashboard itself as another section below. Incorporation of a dashboard within a dashboard displays just the file and not pages.

    Any thoughts?

    Thank you
    Vikram

    Hi Vikram,

    Can you please try with content embedded in the dashboard page where you want embedded tabs on the dashboard.

    Please let me know if it solves your problem.

    Thank you
    Yacoub

  • Good way to eliminate a display with the children & listeners object

    It is my function that creates a display object with several children, one is an event listener.

    function makeIt (): void {}

    var spriteA:Sprite = new Sprite();

    var spriteB:Sprite = new Sprite();

    spriteB.addEventListener (MouseEvent.CLICK, myCallback);

    var spriteC:Sprite = new Sprite();

    spriteA.addChild (spriteB);

    spriteB.addChild (spriteC);

    stage.addChild (spriteA);

    }

    Let's say that I'm done with it. What is the right way to dispose of it so that it uses more memory? I do all this?

    spriteB.removeChild (spriteC);

    spriteB.removeEventListener (MouseEvent.CLICK, myCallback);

    spriteA.removeChild (spriteB);

    stage.removeChild (spriteA);

    I read that some people say that you must also assign things to null, then maybe like this? :

    spriteB.removeChild (spriteC);

    spriteC = null;

    spriteB.removeEventListener (MouseEvent.CLICK, myCallback);

    spriteA.removeChild (spriteB);

    spriteB = null;

    stage.removeChild (spriteA);

    spriteA = null;

    And I have a few questions:

    1. what happens if I just removeChild (spriteA) when I'm done with him and call makeIt() later when I need it? Are the same variables being reassigned, so there is no need to clean up after them?

    2. If this display object will be frequently used and removed, would it be better to simply turn spriteA.visible?

    Also, I am familiar with the weak event listeners, but I prefer not to use them.

    removeChild is not deleting anything, whether it is simply detached from the display list... it could very well known as setting the visible property of the object to be both Visual false... the object is still there and can be targeted with the code in both cases.  If you want things get out and be ready for garbage collection, you must remove all references to them and objects Dummies.  If you know that an object is often reused so you probably want to go the road visible from true/false, although using addChild/removeChild can work as well.

  • have a multi-record with several unrelated elements blocking, filled by simply calling

    Forms of oracle, I have a form with a block of several recording, with several unrelated elements.
    One of these non-is a basic formula element.
    The formula for this article fills the others not consolidated items.
    A procedure with several out parameters is called.

    For example
    : cmr.id (now the unique id of a database record)
    : cmr.unbound_dummy, with the formula f_fill_blk_unbound_items(:blk.id)
    : cmr.unbound_adres
    : cmr.unbound_contactperson

    function f_fill_blk_unbound_items (p_id in customers.id%type)
    Return number
    is
    number of l_rc;
    Start
    customer_pck.get_adres_and_contactperson
    (p_id = > p_id - IN)
    , p_adres = >: cmr.unbound_adres - OUT
    , p_contactperson = >: cmr.unbound_contactperson - OUT
    );
    Return (0);
    end;

    QUESTION: How can I do something similar in the APEX; have a blocking of multi-record with several elements not related, filled by calling a procedure with several out parameters?

    The suggestion refers to functions in pipeline
    http://www.Oracle-Developer.NET/display.php?ID=207

    This will allow you to select your information you need in a query like

    SELECT * FROM TABLE(table_function)
    

    It should also more powerful than the example of forms.

    Scott

  • How to create a subform with several rows initialized?

    I have a repeating subform on my form that should start with several lines initialized.

    I can create several blank lines by setting the binding "repeat subform for each data element" and set the number of 'min', but I would like to have values in one of the columns so that doesn't happen.

    I can create multiple instances of my subform named and initialize the value of the column in question, but then if I have the "repeat subform for each data item" checked I get additional dups, but the first row and the button Delete (right-click action "this.parent.instanceManager.removeInstance (this.parent.index);" ')»» and Add button (click an action "_rates.addInstance (1)" "") erratic behavior.  I mean here the button Add adds sometimes lines with values that have been deleted previously, and the delete button sometimes a warning saying something like "topmostSubform [0]: Page1 [0]: rates [10]: delete_button [0] .click on Index value is out of range.

    There is no connection to a data source where I could get the values for the column, I want to initialize.  In my opinion, I'm close, if only I could find the correct settings for the links palette.

    Thanks for your suggestions!

    If you have columns and rows, why not use a table instead of subform...

    Check the setting of binding to "repeat the line for each data item.

    Add the button 'Delete Row' to each line in the last column.

    Add the button 'Add Row' under the Table.

    Add text fields to the columns that you want the data displayed / modified by the user.

    I hope this helps.

    If not, let me know...

    Thank you

    Srini

  • How can I control the spacing on a page with several media files?

    I'm trying to display a page with several Shockway files, and I can't have their space on the page - they all end up in a field, crushing the titles.

    I tried to put them in a table, tried several ways of spacing (forcing of blank lines, etc.), but nothing seems to make a difference. Here's what it looks like:

    space-error.jpg

    Here is the code I use:

    <!-beginning of the list of audio files->

    < table width = "370" border = "1" cellspacing = "2" cellpadding = "2" >
    < b >
    < td > < h6 > The incarnate Orientation of way
    < / h6 > < table >
    < /tr >
    < b >
    < td > < div id = "html0" style = "left: 120;" top: 600; Width: 503; height: 132, position: absolute; z index: 4082; "margin: 1px" >

    < p >
    < script type = "text/javascript" >
    AC_FL_RunContent ('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0, 0', 'widt h' ', ' 230 ', ' height', ' 130', 'align', 'medium', 'src', 'mp3ss126d', 'quality', 'best', 'wmode', 'trans parent', 'bgcolor', ' #000000 ', 'loop', 'true', "pluginspage",'http://www.macromedia.com/shockwa ve/download/index.cgi? ") P1_Prod_Version = ShockwaveFlash film ',' mp3ss126d ',''); End AC code
    < /script > < noscript > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0,0" width = "230" height = "130" align = "middle" >
    < param name = "movie" value = "mp3ss126d.swf" / > "
    < param name = "quality" value = "best" / >
    < param name = 'wmode' value = 'transparent' / >
    < param name = "bgcolor" value = "#000000" / >
    < param name = "loop" value = "true" / >
    < embed src = "mp3ss126d.swf" quality = "best" wmode = "transparent" bgcolor = "#000000" loop = "true" width = "230" height = "130" type = "application/x-shockwave-flash" pluginspage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align = "middle" > < / embed > ""
    < / object > < / noscript >
    < /p >
    < / div > < table >
    < /tr > < / table >

    < table width = "370" border = "1" cellspacing = "2" cellpadding = "2" >
    < b >
    < td > < h6 > The Way embodied - workshop n ° 2 < / h6 > < table >
    < /tr >
    < b >
    < td > < div id = "html2" style = "left: 120;" top: 750; width: 510; height: 132, position: absolute; z index: 4083; "margin: 1px" >

    < p >
    < script type = "text/javascript" >
    AC_FL_RunContent ('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0, 0', 'widt h' ', ' 230 ', ' height', ' 130', 'align', 'medium', 'src', 'mp3ss127d', 'quality', 'best', 'wmode', 'trans parent', 'bgcolor', ' #000000 ', 'loop', 'true', "pluginspage",'http://www.macromedia.com/shockwa ve/download/index.cgi? ") P1_Prod_Version = ShockwaveFlash film ',' mp3ss127d ',''); End AC code
    < /script > < noscript > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0,0" width = "230" height = "130" align = "middle" >
    < param name = "movie" value = "mp3ss127d.swf" / > "
    < param name = "quality" value = "best" / >
    < param name = 'wmode' value = 'transparent' / >
    < param name = "bgcolor" value = "#000000" / >
    < param name = "loop" value = "true" / >
    < embed src = "mp3ss127d.swf" quality = "best" wmode = "transparent" bgcolor = "#000000" loop = "true" width = "230" height = "130" type = "application/x-shockwave-flash" pluginspage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align = "absmiddle" > < / embed > ""
    < / object > < / noscript >
    < /p >
    < / div > < table >
    < /tr > < / table >

    < table width = "370" border = "1" cellspacing = "2" cellpadding = "2" >
    < b >
    < td > < h6 > The Way embodied - workshop n ° 3 < / h6 > < table >
    < /tr >
    < b >
    < td > < div id = "html3" style = "left: 120;" top: 900; width: 515; height: 132, position: absolute; z index: 4084; "margin: 1px" >
    < p >
    < script type = "text/javascript" >
    AC_FL_RunContent ('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0, 0', 'widt h' ', ' 230 ', ' height', ' 130', 'align', 'medium', 'src', 'mp3ss128d', 'quality', 'best', 'wmode', 'trans parent', 'bgcolor', ' #000000 ', 'loop', 'true', "pluginspage",'http://www.macromedia.com/shockwa ve/download/index.cgi? ") P1_Prod_Version = ShockwaveFlash film ',' mp3ss128d ',''); End AC code
    < /script > < noscript > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0,0" width = "230" height = "130" align = "middle" >
    < param name = "movie" value = "mp3ss128d.swf" / > "
    < param name = "quality" value = "best" / >
    < param name = 'wmode' value = 'transparent' / >
    < param name = "bgcolor" value = "#000000" / >
    < param name = "loop" value = "true" / >
    < embed src = "mp3ss128d.swf" quality = "best" wmode = "transparent" bgcolor = "#000000" loop = "true" width = "230" height = "130" type = "application/x-shockwave-flash" pluginspage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align = "absmiddle" > ""
    < / embed >
    < / object > < / noscript >
    < /p >
    < / div >
    < table >
    < /tr > < / table >

    < table width = "370" border = "1" cellspacing = "2" cellpadding = "2" >
    < b >
    < td > < h6 > The Way embodied - workshop n ° 4 < / h6 > < table >
    < /tr >
    < b >
    < td > < div id = 'html4' style = "left: 120;" top: 1050; width: 509; height: 132, position: absolute; z index: 4085; "margin: 1px" >
    < p >
    < script type = "text/javascript" >
    AC_FL_RunContent ('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0, 0', 'widt h' ', ' 230 ', ' height', ' 130', 'align', 'medium', 'src', 'mp3ss129d', 'quality', 'best', 'wmode', 'trans parent', 'bgcolor', ' #000000 ', 'loop', 'true', "pluginspage",'http://www.macromedia.com/shockwa ve/download/index.cgi? ") P1_Prod_Version = ShockwaveFlash film ',' mp3ss129d ',''); End AC code
    < /script > < noscript > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4, 0,0,0" width = "230" height = "130" align = "middle" >
    < param name = "movie" value = "mp3ss129d.swf" / > "
    < param name = "quality" value = "best" / >
    < param name = 'wmode' value = 'transparent' / >
    < param name = "bgcolor" value = "#000000" / >
    < param name = "loop" value = "true" / >
    < embed src = "mp3ss129d.swf" quality = "best" wmode = "transparent" bgcolor = "#000000" loop = "true" width = "230" height = "130" type = "application/x-shockwave-flash" pluginspage = "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align = "absmiddle" > ""
    < / embed >
    < / object > < / noscript >

    < /p > < / div >
    < table >
    < /tr >

    < /table >

    Ugh,.

    the file:/// access path points to the files on your local hard drive that no one can see it but you!

    Hans-Günter

  • Pop-up window with several point

    Hello

    I want to create a pop with several point window when I click on the button.
    I want to insert the value into the table using this pop up window.


    How can I do that.




    Thank you

    Ed

    Hello

    1. create a normal page with multiple elements and process page to insert the value in the table. (Assume that it comes from page 10)
    Edit this page
    Switch to the attribute to display tab.
    Under page template, select popup

    2. now, suppose you have a button on the Page 9 and when you click on this button, page 10 show popup in a pop-up window.
    Edit this button
    Go to the tab URL redirection
    Under target, select URL
    in the target URL text box enter
    JavaScript:popUp2('f?p=&App_ID.:10:&session.',_width_value,height_value);

    Kind regards
    Shijesh

  • Shortcut for the new window with several tabs

    Is it possible to have a shortcut on the desktop to launch a new window with several tabs? For example - home page is set to "www.google.com", but the shortcut opens new window with tabs "www.cnn.com" and "www.youtube.com".

    Then far,.../firefox.exe-nouveau-fenetre followed by the two URL in quotes will open two new windows. Entry - new-window "www.cnn.com" - new-tab 'www.youtube.com' will open two new windows if no instance of firefox is open, but if another window is already open, youtube will add a tab to the already open window, rather than the new window with cnn.com

    In reply to myself... withdrawal-order new window (and-new-tab), now it works.

    Looks like I'm too complicated it.

    shortened final was "C:\Program Files (x 86) \Mozilla ' 'url1'"url2.

Maybe you are looking for