Looking for an example of someone using WF_NOTIFICATION()

I need a good example of how someone has used the special message function known as WF_NOTIFICATION() in order to embed an Oracle Framework Region in a Workflow HTML message body. I'm very familiar with the documentation on how to use the function, but would like to see a "real world" example.
Thank you,
Marilyn Montgomery

Hi Mike
You could save the workflow as an application and then write a simple script that tells the application to launch multiple times.
But you'll find it many times faster to do it the other way round, and run a looping AppleScript from a single Automator action.
(Your iPod must be set up in disk mode.)
set ipod_name to "Name of your iPod goes here" -- edit this line and put the name of your pod in inverted commas
tell application "Finder" to set ipod_ready to exists disk ipod_name
if ipod_ready then
set text_folder to (choose folder with prompt "Choose the folder containing notes for your iPod.")
set file_names to list folder text_folder without invisibles
repeat with file_name in file_names
set file_path to text_folder & file_name as string
if file type of (info for file_path) is "TEXT" then
tell application "Finder"
move file file_path to folder "Notes" of disk ipod_name
end tell
end if
else -- ipod not mounted
display dialog "Mount your iPod first!" buttons {"OK"} default button 1 with icon caution giving up after 5
end if
Copy and paste this into a Run AppleScript action, edit to supply the name of your own ipod, and see how it goes.
Hope this helps,
H

Similar Messages

  • Looking for the example of Servlet using EJB

    Hi, I am a beginner of EJB, where can I get some examples using Servlets to communcate with EJB. Thank you.

    Pls. go to the following link
    http://www.onjava.com/pub/a/onjava/2002/09/18/resin.html?page=last

  • Looking for an example VI that shows how to trigger an event in a VI from a subvi based on a value.

    I am looking for an example VI that uses a typical event structure for the GUI, but also has an event that will trigger based on a boolean value changing in a subVI to that VI.
    Thank you.

    You need to Create User Event.  Any Event structure which is registered with the event, whether it be in a subVI or otherwise can trigger the user event by using Generate User Event.
    Right-click an event structure and select Show Dynamic Event Terminal.  This is what you use to register your user (dynamic) events.
    Search for "events" in NI examples within LabVIEW.

  • Looking for an example from app gallery that uses WAAD for identity

    I'm looking for an example from the app gallery (http://azure.microsoft.com/en-us/gallery/active-directory/) that uses WAAD for identity. I need one the show our business what the process would look like for an organization signing up for a SaaS offering
    via the App Gallery. I know all the Microsoft applications use WAAD but I was hoping to find a third-party example.  What I mean is an app where all tenant and user identity is done using WAAD as opposed to federated identity.

    I doubt that what you are looking for exists yet.
    Cheers,
    Markus
    Markus Vilcinskas, Knowledge Engineer, Microsoft Corporation

  • Looking for an example for using CreateViewObject()

    ADF 11g
    Hello
    In order to have a temporary vo for some internal processing
    I'm looking for an example for using CreateViewObject()
    If I understand things correctly it is used as follows :
    ViewObject vo = am.createViewObject("MyVO", "package1.DeptView");
    vo.executeQuery()
    // do my processing here
    vo.remove()Is this correct ?
    Regards
    Paul

    Hi Paul,
    Yes it is correct, you can find the sample code in [this post|http://radio.weblogs.com/0118231/stories/2003/01/17/usingViewObjectsInEntityObjectsForAnEfficientExistenceCheck.html] by steve muench(Search with createViewObject for quick referencing)
    Sireesha

  • Looking for a examples of a podcast from a law enforcement agency

    Hi, I am looking for podcast examples from a law enforcement agency. Any suggestions?

    I doubt you'll find any through iTunes U which is pretty much all educational institutions, though someone might have posted something from a sociology and criminology program. You might try browsing the iTunes Store podcasts section:
    Browse -> Podcasts -> Government & Organizations
    I didn't go through the entire list, but I did see a podcast from the Center on Law and Security and one from Cop Talk Radio, so there might be podcasts of interest.
    Regards.

  • I am looking for labview examples related to ECG

    Hi, everyone!
    I need your help.
    I am looking for labviews examples, which are related
    to ECG for my thesis .
    I wait for your answer.
    thanks in advance

    Burcu;
    I am not sure what type of examples are you looking, so this is a start:
    Searching at the LabVIEW Discussion forum I found:
    Example
    calculate heart rate from ECG
    how to design a suitable vi to acquire ECG waveform?
    Doing a search with Google:
    LabView Exercise to model and analysis ECG/EKG data
    EE 206 MINI-PROJECT I CARDIAC MONITOR VI
    Searching an NI.com:
    PC-Based ECG Monitoring and Analysis Using BioBench (LabVIEW VIs at bottom - not sure if link is dead)
    Regards;
    Enrique Vargas
    www.visecurity.com
    www.vartortech.com

  • Where to look for all value mappings being used in ID

    Hi All,
              Where to look for all value mappings being used in ID?
    XIer

    Hi,
    Let me re-frame it, Do u want to know where all the value mappings(created in ID) is used in Mapping Program of IR, isn't it?
    If yes, then it's not possible( as far as  I know).
    raj.

  • I'm looking for customer references who are using Oracle IFS or OCM

    Dear All,
    I'm looking for customer references who are using Oracle IFS or OCM or Oracle Files for their document management systems. So, if anyone can support me i appreciate.

    We have implemented a document management system using Oracle 9iFS 9.0.2
    I would be happy to let you know of our experiences to date.
    Niels Montanana
    Technology Director
    Practical Law Company
    London, England

  • I'm looking for an example of Session Time Warning dialog

    I'm looking for an example of a Session Timeout warning dialog to warn a user that their session is about to expire.  I'd really like it to have the option to extend the session or logout.
    I have a user submitted Webapp with several fields and an image upload.  The image upload is for a copy of a professional state license.  When the user gets to this field in the form, they realize that they have to scan their form first.  They leave the Webapp Input form open, get their image uploaded finally, submit the form, then they get a message that they are no longer logged in. Any help would be greatly appreciated :)

    If your doing work on the front end like this and you feel the form is to long or things like file upload takes too long then build a multi-step form process and have the image as one of the latter steps so you can start saving the data.

  • I am looking for an example ...

    I am looking for an example that would show me a jsp page that retrieves/displays say 20 records at a time from a query which produced say 1000 records as a result. I mean being able to go to next page as well as previous page and display 20 records at a time.
    Thanks for any help.

    It's a little bit long, be patient...
    <%@ page language="Java" import = "java.sql.*" %>
    <jsp:useBean id="myBean" scope ="session" class="bean.DataConnectionBean" />
    <html>
    <body bgcolor="#CCFFFF">
    <%
    String sql; //SQL string
    int rowPerPage=10; //Record size of one page
    int rowTotal; //Total records
    int pageTotal; //Total pages
    int pageIndex; //Pages waiting for display, from 1
    pageIndex = Integer.parseInt( request.getParameter("page") );
    rowTotal=Integer.parseInt( request.getParameter("rowTotal") );
    String sql_2=request.getParameter("sql_2");
    String sql_1= "select " +
    "vin, " +
    "ga_no, " +
    "ga_build_date, " +
    "deliver_date, " +
    "model, " +
    "year_code, " +
    "engine_no, " +
    "initial_mileage " +
    "from vehiclemaster " +
    "where ";
    sql=sql_1+sql_2;
    myBean.connect();
    ResultSet rs=myBean.executeQuery(sql);
    pageTotal = (rowTotal+rowPerPage-1) / rowPerPage; // Get total pages
    if(pageIndex>pageTotal) pageIndex = pageTotal;
    %>
    <table border="0" cellpadding="2" cellspacing="0">
    <tr>
    <td align="left">
    <div align="left">Total <%=rowTotal%> Records</div>
    </td>
    </tr>
    </table>
    <table border="0" width="844">
    <tr bgcolor="#669966">
    <th>VIN</th>
    <th>GA#</th>
    <th>build date</th>
    <th>deliver date</th>
    <th>model</th>
    <th>model year code</th>
    <th>engine#</th>
    <th>initial mileage</th>
    </tr>
    <%
    int absolute=(pageIndex-1) * rowPerPage;
    for(int k=0; k<absolute; k++) rs.next();
    int i = 0;
    String LineColor;
    while( rs.next() && i<rowPerPage && (absolute+i)<rowTotal ){
    String col1=( ( ( col1=rs.getString(1) ) == null || rs.wasNull() ) ? "" : col1 );
    String col2=( ( ( col2=rs.getString(2) ) == null || rs.wasNull() ) ? "" : col2 );
    String col3=( ( ( col3=rs.getString(3) ) == null || rs.wasNull() ) ? "" : col3 );
    String col4=( ( ( col4=rs.getString(4) ) == null || rs.wasNull() ) ? "" : col4 );
    String col5=( ( ( col5=rs.getString(5) ) == null || rs.wasNull() ) ? "" : col5 );
    String col6=( ( ( col6=rs.getString(6) ) == null || rs.wasNull() ) ? "" : col6 );
    String col7=( ( ( col7=rs.getString(7) ) == null || rs.wasNull() ) ? "" : col7 );
    String col8=( ( ( col8=rs.getString(8) ) == null || rs.wasNull() ) ? "" : col8 );
    if (i % 2 == 0) LineColor="#DBECFD";
    else LineColor="#C6E1FD";
    %>
    <TR bgcolor="<%= LineColor %>">
    <TD><%=col1%></TD>
    <TD><%=col2%></TD>
    <TD><%=col3%></TD>
    <TD><%=col4%></TD>
    <TD><%=col5%></TD>
    <TD><%=col6%></TD>
    <TD><%=col7%></TD>
    <TD><%=col8%></TD>
    </TR>
    <%i++;
    }%>
    </table>
    <div align="center">
    <table border="0" align="left">
    <tr>
    <td align="left">
    <div align="left">Page <%=pageIndex%> / <%=pageTotal%> 
    <%if(pageIndex<pageTotal){%>
    <a href="QueryVehicleResult.jsp?sql_2=<%=sql_2%>&rowTotal=<%=rowTotal%>&page=<%=pageIndex+1%>"><img src="images/next.gif" border="0">
    </a>
    <%}%>
    <%if(pageIndex>1){%>
    <a href="QueryVehicleResult.jsp?sql_2=<%=sql_2%>&rowTotal=<%=rowTotal%>&page=<%=pageIndex-1%>"><img src="images/prev.gif" border="0">
    </a>
    <%}%>
    </div>
    </td>
    </tr>
    </table>
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </body>
    </html>
    <%
    rs.close();
    myBean.close();
    %>

  • Looking for istructions/examples for using winsock in Labview

    I'm looking for instructions or examples of using winsock in Labview. Looking in the NI examples I found an example using winsock UDP with Labwindows but nothing for Labview. Is the same function named different in Labview?

    Thanks for the links. Unfortunately, I am specifically looking for the ways to use WinSock (I want to collect data from a number of remote locations and the WinSock would provide me with an effective way to
    a) control the telephone number to be dialed (different for different remote stations)
    b) provide me with TCP/IP, so I could use the full power of LabVIEW seeing a remote computer as an IP address (and being able to use shared variables, web server, data socket etc. instead of me having to program all that myself)
    The other acceptable way would be to utilise a driver for a virtual network card (so I can programmically access it as TCP/IP on one side, and as a flow of bytes on the other, "virtual network cable", side). Any suggestions in this direction? By the way, it would be the best if the National Instuments would do such a virtualisation themselves. It would allow to utilise a number of solutions painlessly.

  • Javacc and jjtree - looking for working example

    Hi all,
    I am doing a project that requires me to have an input of some java code. It is then run through a parser to tokenize it and it is then outputted into a grammar/syntax tree. My mentor has told me that I do not need to write this part (I will be doing work on tree once it is generated), and by the looks of it the parser can be 2-5k lines of code?
    Anyway, I have been looking at the examples that come with javacc and jjtree, and have those working etc. My problem is that i need to combine the two examples and i cant see anyway of doing that as the examples are vastly different. (one is a java parser the other is a 'stupid program language' tree generator, so they are using different grammars?)
    So my question is: is it possible to get a already made program that takes in java code and spits out a tree on the other end? If not what steps do i need to take to make this program :S
    Thanks!
    Scott.

    Here is a visual example
    http://www.bray.com/rollover.jpg
    The big picture would represent area "A"
    The smaller white outline box area "B"
    And area "C" would be down below
    Notice the thin white lines going from top to bottom and side
    to side represtent the crosshairs and will move around within the
    big picture as the mouse moves. Area "B" would remain centered on
    these crosshairs and would show a fullsize image of the area
    immediately around where the crosshairs are located. On a mouse
    click would change area "C" to pull up some detail text, photos,
    etc.
    The large picture will actually be a map as opposed to a pure
    photo as shown here, it was just easiest to grab a photo real quick
    for this visual example. I borrowed this photo from
    http://www.pezcyclingnews.com/
    I hope they don't mind to much.

  • Looking for Labview Examples for At-MIO-16DE-10 and AMUX-64T

    looking for examples to record:
    Load vs strain and temperature using these two.
    Also a quick guide to how to get started. I hav Labview 6i and the card and board. No experience yet.

    Greetings,
    There are a variety of documents on our website that contain information about using the AMUX-64T with an MIO device. There are also example programs that show how to acquire readings using an MIO device with the AMUX-64T. I have linked to some of better documents below as well as the AT-MIO-16DE-10 and AMUX-64T User Manuals.
    AT E Series User Manual
    http://digital.ni.com/manuals.nsf/webAdvsearch/6FB4341E8E3080F086256BD000550261?OpenDocument&vid=niwc&node=132100_US
    AMUX-64T User Manual
    http://digital.ni.com/manuals.nsf/webAdvsearch/AF2CEB4411E9D3DE862567130055EAAC?OpenDocument&vid=niwc&node=132100_US
    How do I Address an AMUX-64T with an MIO Board?
    http://digital.ni.com/public.nsf/websearch/C6D362737414AD6D862562A80070E694?OpenDocument
    Taki
    ng Thermocouple Measurements Using the AMUX-64T
    http://digital.ni.com/public.nsf/websearch/9D8232DFFE50108F86256DCD005A319B?OpenDocument
    I would start with making sure the AT-MIO-16DE-10 is installed and configured correctly. You can used Measurement and Automation Explorer (MAX), which is software that is installed with NI-DAQ, to configure and test the AT-MIO-16DE-10. The AT-MIO-16DE-10 user manual goes through the installation and configuration steps for the device. Then I would attach the AMUX-64T and try to acquire signals. You can use the AMUX-64T user manual and the other linked documents to help you determine how to acquire signals when the AMUX-64T is connected to the AT-MIO-16DE-10.
    I hope this helps.
    Regards,
    Todd D.
    NI Applications Engineer

  • Looking for great examples of iweb sites

    I am in the process of rebuilding my site with iweb '09 and want to see what others have done using iweb '09. I want to see what is possible. Any ideas where I should look ? Thanks - Thomas

    Macistotle wrote:
    I did my entire site in iWeb, using nearly zero template-based elements:
    http://www.503creative.com
    that's a pretty good looking iWeb site.
    I also think something he mentions is good advice for someone who wants to make a iWeb site look as pro as possible, which is to avoid the templates. While the templates look good on the Mac, they seem to be a cause of grief for IE, which most people use to surf the net. Also, they're canned. It's better, I think, to start with a blank slate and build from there. Stylistically, I think there's a trend towards simple elegance in professional websites rather than ginned up designs that are no longer as popular as they used to be.
    Here is a site I made in iWeb that exemplifies the "simple elegance" that I think is becoming popular these days and also coincides with iWeb's ability to work better on more systems when the design elements are kept simple. Basically, the iWeb site I came up with is a search engine. I know that sounds boring but I'm thinking it may be handy for people looking for a particular website but don't know where to find it yet. There are also some additional features I've been adding into it, and advertising here and there to generate some income, but basically it's a search engine. I've finally gotten it off MobileMe and onto a 3rd party host so the URL is now www.google.com. Let me know what you think!

Maybe you are looking for

  • Backing up an iPad/iPhone and Restoring from Backup

    To preface this post, I have always had Apple products and currently own an iPhone, iPad and MacBook Pro. I have also spent about 4 hours on the phone with Apple support staff and they recommended I make a post on the Apple Support Forums. Basically,

  • Slow startup since Java 6 update 18

    We have a web start app that has worked fine for quite some time. However, it is taking forever to startup on machines running Java 6 Update 18 or later. If I enable the Java console, it starts up rather quickly, and then nothing else happens for a g

  • SAPScript to PDF (using DATASET)

    Hi, I want to use OPEN DATASET pdf_file_name  for the pdf file coming out from SAPScript. Here is an overview ... OPEN_FORM CLOSE_FORM FM - CONVERT_OTFSPOOLJOB_2_PDF Now I want to use OPEN DATASET pdf_file_name FOR INPUT IN BINARY MODE. CLOSE DATASET

  • Safari & Flash Player 8

    When trying to install Flash Player 8. I receive this error message. Application Launch Failure: The application "Install Flash Player 8 OSX" could not be launched because of a shared library error: "=<BaseInstaller><Apple;Carbon;Multimedia><CFM Priv

  • Importance of precise colour temperature when creating dual-illuminant DNG profile

    I own an X-Rite ColorChecker Passport and would like to use it to create a dual-illuminant profile for my camera (and every lens combination) to use in LightRoom. After extensive research I have a few lingering questions: 1)      How important is it