Can you create an item validation that's an "Alert" to the user?

I have a report of Personal Facts that includes a birth date and anniversary date. These dates display on the report as DD-MON-YYYY. I would like to 'alert' the user with a message (e.g. Today is this Customer's birthday) when today's date equals the birth date (montha and day or anniversary date. Is the only way to create this 'alert' to create a Page Validation for the column (item) BIRTH_DATE like this:
to_char(trunc(P4_BIRTH_DATE),'MMDD') = to_char(trunc(sysdate),'MMDD')
I've tried this but it doesn't work.

Doing it this way, how about creating a HTML region to hold your Alert message?
The html region is based on a condition that: to_char(trunc( :P4_BIRTH_DATE),'MMDD') = to_char(trunc(sysdate),'MMDD').
Probably the reason you are not seeing the value in debug is because you are using a report region. You cannot see the values of indivdual rows/columns for report regions in the debug.
Actually, having said that, that is were your problem is at. For a report, your item is not :P4_BIRTH_DATE, but instead something like f05 (the number changes depending on where it's at, column-wise).
The only way to reference it is with htmldb_application.g_f05 (or whatever the number is). But, with this referencing, your best bet would probably be to manually create your report with the htmldb_item syntax. And, if your going to that level of effort, you maight as well attach a javascript call to the BIRTH_DATE field that displays an alert box, though if you are unfamilar with javascript, the conditional HTML region approach should almost work as well, though I'd add another field for the person's identifier (name?), so when it appeared, you would know which user had a birthday, since report regions are usually used to retreive multiple records.
Or, another approach would be to create a psudo-column through a view that populates the alert field if the condition matches, otherwise it contains a null, then base your report on the view.
Hope this helps some.
Bill Ferguson

Similar Messages

  • How can you create a contact sheet that you can email?

    I see that you can print a contact sheet but how can you make a contact sheet that you can email where receiver can open the thumbnails and view?

    Hi,
    You can either use Bridge and the Output workspace, or grab optional plug-ins for CS5 and run Ps on OSX in the 32 bit mode. (Or grab the excellent 3rd party script, Contact Sheet X, and run that in Ps. http://ps-scripts.sourceforge.net/ContactSheetX/csx.html).
    Here's a post with links to further info:
    http://blogs.adobe.com/jkost/2011/09/the-contact-sheet-feature.html
    regards,
    steve

  • Can you create a form in which its never possible for the same person te sign the form more than once.

    Hi, I've been looking into this for awhile and believe the answer is 'no' but was just wondering if anyone here would know of a solution.
    The company I work for has a formulier on which a number of Excel files are placed. This form is then sent to a five (often different) people who are then required to open the Excel files and if accord to place their digital signature. We would like to make sure that no one is able to sign the form more than once and also if possible to make sure they have opened the Excel files. It would be great if anyone had any tips...
    All the very best,
    Martin Angell

    I am not an Excel or Excel-to-PDF conversion expert, so I do not know how Excel forms are converted to PDF form fields. With this caveat here's what I do know.
    In Acrobat It is possible to create a PDF form in which there are JavaScripts associated with fields (any fields, including signature fields). These JavaSripts can do a lot of things, including checking the signer's certificates on the already signed signature fields. Then you can make all unsigned signature fields read-only, in which case the user will not be able to actually sign them. After that you can overlay a button field on top of each unsigned signature field with exactly the same dimensions and associate a JavaAcript with this button field. This JavaScript would put up an UI asking the user for the signing certificate and its password, check this certificate's CN against the list of already signed signature fields and initiate the signing of the unsigned signature field behind this button if your condition is satisfied.
    I never tried that myself but it could work. This looks complicated and it is but if you really want it you can try.

  • How can you create a paragraph style that removes all spaces and forces everything to lower case?

    Hi,
    Is there anyway of using GREP (or some other magical wizardry) to create a paragraph style that automatically removes all spaces and forces words into lower case?
    Strange request i know....I'm wanting to use it for datamerged email addresses.
    Thanks

    so doing it through InDesign is a work around I'm exploring.
    Excel has the 'LOWER' function and the ability to record macros for a quick find/replace on the spaces - so that's definitely a good option if it can't be solved purely in InDesign.
    You can change case via scripting in InDesign. This AppleScript (OSX only) will set the case of the selected paragraph style to lower. It would be possible to add some code that would strip spaces as well:
    tell application "Adobe InDesign CS6"
        activate
            set StyleList to name of every paragraph style of active document
        set myDialog to make dialog with properties {name:"Document Paragraph Styles"}
        tell myDialog
            tell (make dialog column)
                tell (make border panel)
                    tell (make dialog column)
                        make static text with properties {static label:"Choose a Style", min width:150}
                    end tell
                    tell (make dialog column)
                        set myPresetsDropdown to make dropdown with properties {string list:StyleList, selected index:0, min width:150}
                    end tell
                end tell
            end tell
        end tell
        set myResult to show myDialog
        if myResult = true then
            --+1 gets the correct name because list starts at 0
            set myStyle to item ((selected index of myPresetsDropdown) + 1) of StyleList
        else
            return
        end if
        destroy myDialog
        tell active document
            set myStyle to paragraph style myStyle
            repeat with j from 1 to (count stories)
                repeat with i from 1 to (count paragraphs in story j)
                    if applied paragraph style of paragraph i of story j is myStyle then
                        --defines a variable to replace the generic this_text parameter in the handler
                        set SCText to the contents of paragraph i of story j
                        set contents of paragraph i of story j to my change_case_of(SCText)
                    end if
                end repeat
            end repeat
        end tell
    end tell
    on change_case_of(this_text)
        set the_comparison_string to "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
        set the_source_string to "abcdefghijklmnopqrstuvwxyz"
        set the_new_text to ""
        repeat with thisChar in this_text
            set x to the offset of thisChar in the_comparison_string
            if x is not 0 then
                set the_new_text to (the_new_text & character x of the_source_string) as string
            else
                set the_new_text to (the_new_text & thisChar) as string
            end if
        end repeat
        return the_new_text
    end change_case_of

  • Can you create a fillable form that can be saved by the client?

    I created a very lengthy business planing guide in this program and sent it out for testing - only to find out that if the user only has basic adobe (not any pro programs) they can't save the document - they have to complete it and print it or else loose all their work. Is there a setting somewhere that I missed that will allow the document to be saved? Any guidance on this would be greatly appreciated.
    Thanks!

    If using Acrobat, it depends on which version you're using:
    Acrobat 9: Advanced > Extend Features in Adobe Reader
    Acrobat 10: File > Save As > Reader Extended PDF > Enable Additional Features

  • Hi, can you help?  My emails that I have received show the date received as either today, yesterday or July 28.  How can I get the correct date received?

    Hi, The emails that I have received show the date received as either today, yesterday or July 28.  How can I get the correct date received?

    That's very scary. They might do it, but I personally have never had Apple contact me re id's except on their site when signing in. I suggest you DO NOT respond until you have a phone conversation with Apple security. They can verify if they sent you the e-mail and why.
    While it's very possible it's true,again, I suggest you not respond until you speak to someone at Apple. I've often read here that when people sign in they are not allowed to because "someone else has used the id" type of statement.
    Also, you should be able to go to the app store and see what apps you have downloaded.
    Though it could have been a free app, have you checked to see if any were bought with your id account?
    I've gotten these types of e-mails from places like USPS and FedEx which look amazingly authentic and were from their website. I also received an odd e-mail from my cousin in Ireland last year that clearly was not from him. It was also sent to others in his family in Ireland. I e-mailed him that I only opened it because it had a .ie, but suggested he change... Days later I received mail from 'him' - same name, but at yahoo.com. 
    Again, I would call Apple. You can also report it at [email protected], but I would not settle for that given your situation. If nothing else, call Apple sales (sales depts. anywhere answer fast) and ask them to transfer you to security. Apple will not want anybody accessing their name, and while it's unlikely, it's not impossible that it is someone phishing.
    Hope this helps and can you let the support community know your results by posting on this thread when you're done? Thank you.
    Hope this helps.

  • How can you create a button master that can be unlocked but where edits to the master will affect all buttons?

    I'm creating a course calendar (January - December) for an organization and courses are repeated several times throughout the year. I've been asked to create this as an interactive pdf rather than as an interactive Indesign document that can be viewed via a browser, so I'm unable to use multi-state objects
    Anyway, I've created button masters for such buttons such as previous page/next page, course index and search on my master pages, so that's all fine and dandy as I don't need to move these elements. The way I have set up the calendar is that you click on the course name (a button) and a popup (also a button) shows up with a course description - I want to be able to move these popups so that they are the general vicinity of the course name button and not just floating about in the centre of the calendar.
    However, because course descriptions or what is offered in the course change frequently and I am expected to keep the calendar up to date, it doesn't seem efficient to have to manually change every description for a course popup that shows up several times throughout the year or even several times on a month. The issue is that even if I create the popups on the master page, as soon as I unlock them on my month pages and move them to where I want them to be...they'll no longer be affected by changes to the master.
    Is there some sort of function like in html/CSS where you can assign a class to a button or something? Or it is something that Indesign isn't capable of and I will just have to do it manually and try to be careful not to miss any courses when they are updated?
    Any help is appreciated!

    While you could create a different screen for each, a better way to do this is via some form of database.  The buttons cause functions to be executed and the functions utilize data resources based on the selections that are established.
    So if you pick a particular character, a variable is a assigned a value that indicates that.  That variable is then utilized to extract the data associated with the character and to build the screen elements related to the options for that character.

  • How can you create a gutter space that moves in inDesign?

    The gutter space needs to be able to slide from left to right within the page margins.
    I've seen it within a document, but need to create one.
    Please advise,
    Lisa-renee

    If you mean unbalanced column widths you can set those by first specifying the number of columns on the page, then, with guided unlocked, you can drag a pair of guided surrounding the gutter to any position you need. This only works for multiple single-column frames on a page. Multi-clumn frames can only have equal column widths.

  • Can you create an image map that will link to a different element on the same page?

    I have used image maps before and know how to create an image map to link to a new page.  In this case, however, I want to be able to click on my image using an image map and load a new image with text on the same page as the image map.  Is this even possible?  Is there some sort of behavior that allows you to create same-page links, perhaps using AP divs?  I want the end result to be a type of gallery that loads different images depending on where you click on the main image.
    Again, I don't even know if this is possible.  Any suggestions on how to make this work would be greatly appreciated.
    Thank you!

    Go to this site and mouse over the image map of South America.
    http://alt-web.com/testing.html
    Is that what you are looking for?
    Insofar as linking to a position on the same page, do a Help search (F1) in DW for "named anchors."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can you create monthly items by day not date?

    (This question has been posed in the past, but I'm just checking that there aren't any recent developments that anyone is aware of).
    On my old Palm I used to be able to set up events monthly by day, e.g. every 3rd Thursday; I could even distinguish e.g. between last Wed of the month and every 4th Wed or every 5th Wed. Is this possible on calendar iPhone 3GS? I can't find how - it only seems possible to have monthly events by date (which I'm guessing in most people's lives is not very usual way of organising yourself).

    Grumble. Yes, I lament that Palm calendar (and all its personal info management stuff) remains superior to iPhone. I've finally made the switch from Palm Treo to iPhone. Treo was better in PIM and was really still better in Apps in my field, medicine.
    I wonder if the solution is to use another calendar management system like Google Calendar and sync the events into one's iPhone? I'm trying to do just that, although I must say that Google Calendar also does not have the breadth of calendar entry choices (like every other week or every 3rd Thursday) that I need. So I'm still looking.
    If you solve this issue, be sure to post here so I learn of it! Thanks.
    -- Josh

  • Can you create a default profile on a single PC with multiple users? Firefox 3.6.10 running on Windows 7.

    We have about 15 users sharing the same computer. I would like to create a default firefox profile, so that no matter who logs in, they see the same home page, bookmarks, add ons and so forth. We are running windows 7. Is this possible? It would also be helpful when setting up new computers. This way it is consistent.
    Thank you for your time,
    Sherry

    hey jan :
    I have another issue : I would like to use in jdeveloper JSF and primefaces, which is a component library.
    but if JSF works well, I can't install primefaces : I right-click on the properties of my project, add the primefaces jar in the libraries, and add a taglib (<%@ taglib uri="http://primefaces.prime.com.tr/ui" prefix="p" %>) in my JSF page.
    but I have an arror while deploying the project.
    and (is it a clue?) there is no completion of the "<p: ..." tags;
    but there is a window in jdeveloper : http://www.imageshotel.org/images/lolveley/apturede769cran20101017a76813.png that I can't fill ; could you help me by telling me whatr to do?
    please
    olivier

  • How can I create a video clip that has multiple copies of the same subject playing at the same time?  Basically like one person became 50 backup dancers!

    Hello Everyone,
    I am trying to create a single video clip where my original subject (dancer) is multiplied on the screen many times.  Basically I am trying to create a background video for a dance team and want to make it look like an army of the same person dancing behind them.  Amy guidance would be great!
    Thanks
    Madisonman 2013

    Motion ($50) can do this with a replicator.
    Russ

  • How can I create a button to open email client and allow the user to e-mail pdf to a friend?

    I need to find a way to let our members share our marketing pdf files with their friends as an email attachment. I can only seem to find a way to send a mailto to a specific address. I am thinking that the form is the only way to create that possibility, but would be open to any help even if not by a form.

    Thanks you but I want the end user to be able to open my pdf file from my website and email it as an attachment to their family and friends. ( no specific email address assigned) I tried adding a empty mailto tag and it opens the email client, but no attachment. I don't think I am making my question understandable and maybe it is not possible to do this in Acrobat.

  • Can you create a file without presenter's notes?

    Can you create/export a file that won't be able see presenter's notes, either in Keynote or PPT format?

    Yes, I can export to pdf without the notes. I was wondering if it was possible to send someone the slides in PPT format without including my presenters' notes.
    They are lecture slides for a class, so I am giving my students copies in pdf, but I might want to give them to someone else in a format they can edit and use as slides, but without having my notes to myself in there. I suppose it's not designed for such an option, as far as I can tell, hiding the notes doesn't make a difference if exporting to PPT.

  • Can you open with Pages documents that were created in a 2004 version of Microsoft word for Mac?

    Can you open in Pages documents that were created in a 2004 version of Microsoft Word for Mac?

    Pages '09 will open .doc files from Word 2004. The Mac OS is not what is in question. Pages '09 opens Word 2004 documents and if the same version of Pages will run in Lion and in Mountain Lion ..... Thats all that matters.
    I trust you were using MS Office 2004 and would now like to buy Pages?

Maybe you are looking for

  • Unable to download itunes 10.6.1

    I have iTunes 10.6.0.40 on Windows XP Pro SP3 32 bit. Itunes is telling me that there is an update available to 10.6.1. I tell it to update, I am taken to the Apple download page for iTunes 10.6. I download the file to my computer. When I run the dow

  • How do I convert a .doc or .docx file to a PDF on the iPad?

    I've been using Goodreader, and I can't find an option in it. Other people have suggested a workaround using Google docs, but those suggestions were from years ago, and there no longer seems to be a "Save as PDF" option in Google Drive. Is there anyt

  • How to make Navigation Panel invisible on portal screen????

    Hi, I need to create two roles ( X and Y ). when the user is assgned role X: he should see standard portal screen When user is assigned role Y: he should see customized portal screen. Features of customized portal screen: All features of portal shoul

  • Override the launch of Java Web Start

    How can we stop the auto launch of Java web start and prompt the user to enter the desired location to download the jars. And then launch the jars from that location. Is there any solution for this. Please help me in this regard Nandita

  • Mail.app crashes after startup

    since some days I can't open mail.app on my MBP anymore. the configuration is shared via .me to another mac in the office, there I have no problems whatsoever (crossing my fingers). I rebooted several times, all updates are installed. tired to rebuil