How can I make a weekly 'to do' list?  I don't want the list associated with a particular date and time; just a list of things to get done!

How can I make a weekly 'to do' list? I don't want it associated with a particular day or or time, just the week, preferably with the ability to check off or remove when done.

Thank you for the excellent reference Peddi. I had played with the OAMessageChoiceBean component yesterday, but I was able to tell from your instructions that "Picklist Display Attribute" and "Picklist Value Attribute" really are not for binding to the database EO. That was the key piece of information that had me confused.
In addition to adding the messageChoice component to the page, I needed to write some code to synchronize the picklist value with the corresponding code value, which I placed in am OAFormValueBean (hidden form field) which I could then bind to my application's database EO in the controller, running in the processFormRequest procedure:
/** Synchronize the catalog code with the selected catalog name */
protected void syncCatalogValues(OAPageContext pageContext,
OAWebBean webBean, MyApplicationAMImpl am) {   
OAMessageChoiceBean mcb =
(OAMessageChoiceBean) webBean.findChildRecursive("CatalogName");
OAFormValueBean cc =
(OAFormValueBean) webBean.findChildRecursive("CatalogCode");
String catalogDescription = mcb.getText(pageContext);
if (catalogDescription != null) {
String catalogCode = am.getCatalogCode(catalogDescription);
cc.setValue(pageContext, catalogCode);
Along with a little code to get the catalogCode value from the LOVVO, that's all it took.
Thanks again. This was a great help.
Pete

Similar Messages

  • How can I sync my ipod to the i tunes library in my computer? and how can I make sure each Cd I play automatically is saved onto the Ipod?

    How can I sync my ipod to the i tunes library in my computer? and how can I make sure each Cd I play is automatically saved onto the Ipod?
    My problem is that if I open I tunes, the Sync ipod option in the menue is grayed out, and so not available.
    This is starting to irritate me, so any help would be much appreciated.
    Thanks!

    I have the same problem. The Sync ipod option in the menue is grayed out, and so not available. HELP!

  • How can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    how can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    Hey mims1212,
    Thanks for the question. You can configure what address you start new conversations from on both devices:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Please note that this will only work for new conversations, and will also be affected if another iMessage user starts a conversation with you (ex. if a friend sent you a message to your phone number, you will still receive that on your Mac, and you will be replying from your phone number).
    Thanks,
    Matt M.

  • How can I make mp3 versions of songs I have purchased? Under the 'Advance' in the menu for iTunes, that choice is dimmed.

    How can I make mp3 versions of songs I have purchased? Under the 'Advance' in the menu for iTunes, Creating mp3 version is dimmed.

    Have you quit and re-launched iTunes? Does the menu item become active then? Or are you trying to convert a protected file, which isn't possible. You can tell if the file is protected by doing a Get Info. If Kind says "protected AAC audio file" the file can not be converted in-place. It must first be burned to Audio CD which you can then import into iTunes as an MP3.

  • HT203433 How can I delete an iTunes account from my iPhone so it's no longer associated with my device?

    How can I delete an iTunes account from my iPhone so it's no longer associated with my device?

    If you mean that it has the 90 day association : http://support.apple.com/kb/HT4627
    then you can either wait for the 90 days to complete, or you can try contacting iTunes Support and see if they can remove the association : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • How to get the most current file based on date and time stamp using SSIS?

    Hello,
    Let us assume that files get copied in a specific directory. We need to pick up a file and load data. Can you guys let me know how to get the most current file based on date and time stamp using SSIS?
    Thanks
    thx regards dinesh vv

    hi simon
    i excuted this script it is giving error..
       Microsoft SQL Server Integration Services Script Task
       Write scripts using Microsoft Visual C# 2008.
       The ScriptMain is the entry point class of the script.
    using System;
    using System.Data;
    using Microsoft.SqlServer.Dts.Runtime;
    using System.Windows.Forms;
    namespace ST_9a6d985a04b249c2addd766b58fee890.csproj
        [System.AddIn.AddIn("ScriptMain", Version = "1.0", Publisher = "", Description = "")]
        public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
            #region VSTA generated code
            enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
                Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
            #endregion
            The execution engine calls this method when the task executes.
            To access the object model, use the Dts property. Connections, variables, events,
            and logging features are available as members of the Dts property as shown in the following examples.
            To reference a variable, call Dts.Variables["MyCaseSensitiveVariableName"].Value;
            To post a log entry, call Dts.Log("This is my log text", 999, null);
            To fire an event, call Dts.Events.FireInformation(99, "test", "hit the help message", "", 0, true);
            To use the connections collection use something like the following:
            ConnectionManager cm = Dts.Connections.Add("OLEDB");
            cm.ConnectionString = "Data Source=localhost;Initial Catalog=AdventureWorks;Provider=SQLNCLI10;Integrated Security=SSPI;Auto Translate=False;";
            Before returning from this method, set the value of Dts.TaskResult to indicate success or failure.
            To open Help, press F1.
            public void Main()
                string file = Dts.Variables["User::FolderName"].Value.ToString();
                string[] files = System.IO.Directory.GetFiles(Dts.Variables["User::FolderName"].Value.ToString());
                System.IO.FileInfo finf;
                DateTime currentDate = new DateTime();
                string lastFile = string.Empty;
                foreach (string f in files)
                    finf = new System.IO.FileInfo(f);
                    if (finf.CreationTime >= currentDate)
                        currentDate = finf.CreationTime;
                        lastFile = f;
                Dts.Variables["User::LastFile"].Value = lastFile;
                Dts.TaskResult = (int)ScriptResults.Success;
    thx regards dinesh vv

  • After a power outage Apple TV can't find date and time - just keeps spinning on that screen. Tried powering off Apple TV, the computer, and the router. Tried to restart Apple TV. Tried to restore Apple TV, but it got stuck again setting time/date.

    After a power outage Apple TV can't find date and time - just keeps spinning on that screen. Tried powering off Apple TV, the computer, and the router. Tried to restart Apple TV. Tried to restore Apple TV, but it got stuck again setting time/date.

    Welcome to the Apple Community.
    Along with the things you have tried, some have had success setting the location to the US.

  • How can I make my macbook pro go to sleep when I close the lid? Currently it doesn't sleep when on battery.

    How do I make my macbook pro go to sleep when I close the lid?

    For this and other power related issues the best first step to try is resetting the System Management Controller.
    Best of luck.

  • How can I download previous iTunes purchases from older apple id after my Mac is associated with my current one?

    I have 4 MacBooks running MtnLion, iPad3, iPhones 2,3gs,4,and 4s,Time Capsule, and Apple TV....
    I have 2 Apple IDs [email protected], and [email protected]
    Almost all of my media is associated with gmail Apple ID. I want to retrieve my previous purchases, but don't need this Apple id aside from that.
    All of my computers and devices are associated with [email protected] id (I've set automatic downloads on all devices for [email protected])
    Now itunes will not let me download purchases I made on [email protected] for 60 days.....
    I actually wiped my 15" Mac pro, installed MtnLion and set it up with the me@gmail Apple ID (both icloud and itunes) just to get my previous itunes purchases. I downloaded about half, and then got sidetracked. Now when I go into itunes on it and try to download the rest, it says this computer is associated wth another apple id and can't download for 60 days!!!
    I tried deauthorizing, but to no end.

    Multiple people can indeed use multiple Apple IDs on the same computer in multiple user accounts as long as they do not use iTunes Match, automatic downloads or re-download any past purchases. However, if you'll read the KB article I posted a link to you'll see that for the purposes of those services a computer can only be associated with one Apple ID every 90 days. If the OP associates their friend's computer with their Apple ID and downloads purchases from the purchase history the owner of the computer will be locked out from using iTunes Match, automatic downloads or re-downloading any past purchases.
    It's not that the friend will be unable to use iTunes at all, but what the OP wants to do will associate their friend's computer to thier Apple ID for 90 days which may cause the friend some inconvinence.

  • On my iPad Mini (2013), How can I make it so, only my downloaded music is shown in the Music app, and not old music I haven't downloaded/ don't want on my iPad?

    When I enter the music app, I just want to listen to the music that I've downloaded onto my device, not old music I don't want, but is still shown for streaming. Any help/ideas? I don't want to have to go offline just to listen to the music I want to listen to everytime

    teddyo123 wrote:
    When I enter the music app, I just want to listen to the music that I've downloaded onto my device, not old music I don't want, but is still shown for streaming. Any help/ideas? I don't want to have to go offline just to listen to the music I want to listen to everytime
    Why would you have to go offline to listen to music? Dosn't make sense.
    However, you can set the app up to just show you tracks that are actually on the device: Settings app > Music > Show All Muisc [turn OFF]

  • How can I make a complaint for an App that I bought thru the Mac App Store?

    Hello everybody, I just bought an app few minutes ago and I'm not satisfied with it.  How can I claim to receive my money back? Regards.

    Apple's policy is that all sales are final.
    Mac App Store Support -
    http://www.apple.com/support/mac/app-store/

  • How can I make a website I created in dreamweaver adjust according to the zoom?

    Ok so I made a website and its fine but at the top I put an image of my logo and the name of my company (combined into 1 picture). And in this picture, whenever I change the zoom in my web browser or look at it from a computer with a different resolution, it changes size in a way that is disproportional with the content of the site. The website is http://hes.us.com  On dreamweaver I made the picture size even with the content of the site but on the web browser it changes wierd. Any help I can get would be great. And if possible, give detail because i'm a beginner in web design. Like if you give me code, where would I put the code? Details like that. Thanks

    And in this picture, whenever I change the zoom in my web browser or look at it from a computer with a different resolution, it changes size
    Resolution or zoom changes have no effect at all on the rendering of your page or its contents.  A given image/page will look identical on any resolution as long as you keep the browser viewport width the same pixel size.
    Change this -
    .container {
        width: 79.2%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    to this -
    .container {
        width: 79.2%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 797px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    Change this -
    .header {
        background-color: #2D3186;
    to this -
    .header {
    text-align:center;
    Is that more like what you are looking for?

  • How can i split a library into two.. i no longer want to sync all of my wifes songs and apps.. i have a separate account, but want to take my music and apps from hers so i now have my own and she has her own.. so that syncing is easier

    how can i split a library.. my wife and i used to share it, but now we have our own id's.. i want my music and apps off of hers so that i can sync my phone and only my music and apps will "come over"

    how do i share then? can she upload music if we share it somehow?
    If so how??
    i am also having the same problems now with IPhoto, she has all of her/our pics in my IPhoto library.
    I have told her that now i have bought her the Ipad she would have to log into her user, the only thing is there is no music in her itunes account nor photos in her I Photo library, i have spent all day trying to find a way to "share" but no luck,
    Please help i`m going mad!
    Surely we could just share these...?
    I need step by step instructions please someone send me a link on "how to share pics and music!"

  • How can you close an email after reading without either deleting it or saving it somewhere?  I use AOL and it just goes to "old mail" after you have read the email.

    How can you close an email in Apple iPad after reading it without deleting it.  I use AOL and in their application it just goes to "old mail" after you have read it.  In Apple's email it stays open. Very annoying.

    You cannot actually close an email in the mail app on the iPad. You can tap on the drafts folder or any empty folder that you migh have when you are done reading the email and then the blank white window will appear in the mail app.
    The mail app will always show emails otherwise. That is just the way that it works currently on the iPad.

  • I got the new iPhone 5 how can I make a song from my music a ringtone, I got the new iPhone 5 how can I make a song from my music a ringtone

    I got new iPhone 5 can't figure out how to make one of the songs from my music playlist a ringtone

    There are many apps in the App Store, which you can download (many are free) that will let you take a song on your phone and turn it into a ringtone.  Virtually all of them will require that once you've made the clip, you do something like email it to yourself, then connect your phone to your computer, save it iTunes, then sync it to your ringtones library on your phone.  Go to the App Store and type in Ringtone.  Lot's of options will appear.

Maybe you are looking for

  • X64 Oracle 11g R2 Install On i7 3770 Windows 7 x64 Enterprise System Fails

    x64 Oracle 11gR2 installation on my new Windows 7 x64 Enterprise system fails after the "Desktop/Server Class" screen. I click Next, and then nothing happens. The install app closes and no installation logs are available. I checked the Windows logs a

  • Captivate 4 publishing for LMS

    Hello, First, sorry for my bad english : I'm french. Please  someone can help me : I do not can launch my captivate project on my  LMS : the message written is : The archive is not standard to SCORM 2004  (3rd or 4th ed) I've already check the folder

  • Getting error when trying to enable ssl over pop3

    We are using SunOne Messaging Server v5.2 on Solaris 9 We followed the below steps: 1. Create a trust database password for "Internal (Software) Token" 2. Obtain a certificate 3. Install the certificate along with CA certificate. 4. The certificate i

  • Oracle.jsp.logger.JspMessages warningAnnotationTagNotFound logging message

    Hi, I'm getting this message in my embedded OC4J log in JDeveloper 10.1.3.1.0 Nov 13, 2006 4:13:25 AM oracle.jsp.logger.JspMessages warningAnnotationTagNotFound INFO: Unable to load class oracle.jsp.webutil.personalization.tagext.RecordRatingTag whil

  • Error when posting Open AR Line Items

    hello iam posting Open AR Line Items for contract account using message type CTRACDOCUMENT_CREATE using lsmw idoc method .iam getting error as Document type not defined but actually when iam creating document manually item is created with out any err