User create form - date of birth (date formate)

Hi,
On the create user form I have an attribute 'date of birth'. By default the date picker outputs date as dd/MMM/yy (23/Mar/09). I would like to define the date format as 'dd month yyyy' (23 March 2009).
Is this possible
kind regards,

1) Please provide the full error message, and snippit of code surrounding the error.
2) TO_CHAR ( SYSDATE, 'Mon, DD' ) -- Read about TO_CHAR
3) Read about SYSTEM TRIGGERs
http://technet.oracle.com/docs/products/oracle9i/doc_library/901_doc/appdev.901/a88876/adg13trg.htm#431
CREATE OR REPLACE TRIGGER someTriggerName
AFTER LOGIN ON ([someSchemaName.]SCHEMA or DATABASE)
DECLARE
BEGIN
    -- Run procedure here User name is in SYSTEM
    --  variable LOGIN_USER.
END;Good Luck,
Eric Kamradt

Similar Messages

  • Pre-populated in user create form

    Hello there,
    I want to have user create form that displays some pre-populated fields in Access Manager. I have added the new fields and can see on the user create form but I want to populate these fields with the values from database or some other resource. Any idea how can this be done?
    Thanks in advance.

    There are various ways this can be done. One way is to use a back-end application to pre-populate a copy of the PDF with the data and then serve it to the user, but that is quite complex to implement. Another way would be to use parameters in the URL to do it. That can be done more easily with a script.

  • Why do the recurring dates, like birth dates Onmy IPad and my iPhone move one day earlier in2015

    Why do the recurring dates, like birth dates on my  IPad and my iPhone move one day earlier in 2015?

    I have no idea why that might occur, all the birthdays and a couple tech sessions that I have in mine appear correrct.
    Are they birthdays that youy entered to calendar and possibly selected to repaet on 2nd friday of feb?
    Not an option if birthday is coming from contacts app, though.

  • Linking to an user created form

    hai everybody,
         i have created a linked button in a column of a matrix by which i want to link to a form which is created by me itself.when i do this using vb.net coding it will give error message  as " your form is not a member of Bolinked object".How to solve this problem.please reply.
    thanking you all.....chethan.

    thank you very much for your reply,but please send me a code sample to catch this type of event and how to open the required user created form.please reply....
    thank you...
    chethan..

  • Creating Age categories from birth date

    Hi,
    Need some help writing a query. I have around 1 million users in my table. I currently have their birth date and for reporting purposes i want to put them into three different categories.
    For example, User A, DOB is 01/01/2005,
    User B, DOB is 01/01/2002,
    User C,DOB is 01/01/1998.
    User D, DOB is 01/01/1990
    I want a view like below.
    Cat1. Cat2. Cat3. User
    "0-10" '0-5' '0-2' 'USER A'
    "0-10" '0-5' '3-5' 'USER B'
    "0-10" '6-10' '8-10' 'USER C'
    "11-20" '16-20' '16-17' 'USER D'
    Appreciate any help.
    Thanks a lot,
    Kumar

    Just a thought for your first category (which is a bit of a challenge since it's skewed on the 0-10 part):
    WITH t AS (SELECT 'User A' usr, TO_DATE('01/01/2005', 'dd/mm/yyyy') dob
                 FROM dual
                UNION
               SELECT 'User B', TO_DATE('01/01/2002', 'dd/mm/yyyy')
                 FROM dual
                UNION
               SELECT 'User C', TO_DATE('01/01/1998', 'dd/mm/yyyy')
                 FROM dual
                UNION
               SELECT 'User D', TO_DATE('01/01/1990', 'dd/mm/yyyy')
                 FROM dual
    SELECT CASE WHEN diff < 10
                THEN '0-10'
                ELSE TO_CHAR(TRUNC(diff, -1) + 1) || '-' || TO_CHAR(TRUNC(diff, -1) + 10)
                END  cat1
         , usr
      FROM (SELECT TO_CHAR(SYSDATE, 'yyyy') - TO_CHAR(t.dob, 'yyyy') diff
                 , t.usr
              FROM t
    CAT1                 USR
    0-10                 User A
    0-10                 User B
    0-10                 User C
    11-20                User DTested on 10g2 and should get you started. You might need other functions, such as MOD.
    C.

  • Is it possible to populate readOnly text box(es) on a FIM 2010 R2 RCDC User create form with the details of the logged in user?

    Hello
    I am curious if this can be done. I guess its a Person object I need to fetch, but how can I refer to it?
    What would the XPath look like?
    *HH

    Thankyou for the response. Yes indeed those environment variables are documented, but how to use them is not.
    Very Hard to use. I just wanted to show the Requester information on the User Create and Edit rcdc screens.
    I could only get the UocListView control to work though, but it is sufficient, like so:
            <my:Control my:Name="CurrentUser" my:TypeName="UocListView" my:ExpandArea="true" my:Caption="Requester">
            <my:Properties>
                <my:Property my:Name="ColumnsToDisplay" my:Value="DisplayName,Email,OrganizationalUnit" />
                <my:Property my:Name="EmptyResultText" my:Value="" />
                <my:Property my:Name="PageSize" my:Value="1"/>
                <my:Property my:Name="ShowTitleBar" my:Value="true" />
                <my:Property my:Name="ShowActionBar" my:Value="false" />
                <my:Property my:Name="ShowPreview" my:Value="false" />
                <my:Property my:Name="ShowSearchControl" my:Value="false" />
                <my:Property my:Name="EnableSelection" my:Value="false" />
                <my:Property my:Name="SingleSelection" my:Value="false" />
                <my:Property my:Name="ItemClickBehavior" my:Value="Server" />
                <my:Property my:Name="ListFilter" my:Value="/Person[ObjectID='%LoginID%']" />
            </my:Properties>
            </my:Control>
    This gives me a nice 3 column display of the current Requester's Name, Email and Unit.

  • 7.0 Create forms based on Access data -David O'Hanlon are you there?

    Hi - Using a pdf created using LiveCycle 7.0<br /><br />I'm trying to create xFDFs using data from an Access database.  The xFDF should then be e-mailed to users who fill out the forms and return xml files by e-mail.  I then parse out the xml in to SQL Server using VBScript.<br /><br />The problem is that setting the value isn't working.  The real form is based on an XML schema & is more complicated, so Here's the xfdf I'm trying to create for a simple test:<br /><br />================================================================<br /><?xml version="1.0" encoding="UTF-8"?><br /><xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"><br />     <fields><br />          <field name="Identifier"><br />               <value>CRAP</value><br />          </field><br />     </fields><br />     <f href="C:\Documents and Settings\kirkenda\My Documents\ReviewerForm\form.pdf"/><br /></xfdf><br />===============================================================<br />The pdf form only has one field, Identifier.  The xfdf will open in reader, but the value isn't set to CRAP.  This type of thing works in forms created using Acrobat 6.0, but I can't get it to work with the forms I've created using LiveCycle Designer 7.0 that comes with Acrobat 7.0.     I'm thinking of uninstalling 7.0 and reinstalling 6.0, as I've hit a wall at every turn to try to pre-populate a form.<br /><br />Has anyone been able to do this in 7.0?<br /><br />Any comments at all - ANYTHING! would be welcome.<br /><br />Thanks -- Ginger<br />(posted to the Acrobat forum by mistake)

    I have a vital form that clients fill out, which is passed to many people in the company along the workflow. The form is a Planner and we have in the following PDF, Word Doc..
    Well before, the Planner.pdf was originally created in Word, since most people have access to Word.. but evolved to a PDF form created from the Word Doc via Adobe LiveCycle Designer 8.0 w/ User Rights enabled so that the form could be filled out and saved using Adobe Reader.. which was a step better than Word.. being that it is free. But this needed to be easier and more to the point b/c some clients don't particularly like installing the latest version of Reader, even if you provide them the link. Nor do they like saving the form, filling the form, and attaching the form to send back.
    My goal is to have the client fill an HTML version of the form, submit and be done with it, but everyone in the workflow be able to easily receive the filled Planner as a PDF form.
    So some months ago I ran into this post Chris Trip, "Populate Livecycle PDF from mySQL database using PHP" #8, 22 Sep 2007 4:37 pm
    which uses the command line Win32 pdftk.exe to merge an FDF file into an existing PDF on the remote server, and serve this to whoever.
    My problem was with shared hosting and having the ability to use the Win32 pdftk.exe along with PHP which is predominantly used on Linux boxes. And we used a Linux box.
    so i created the following unorthodox method, which a client fills the HTML version of the Planner, all field values are INSERTED into a table in MySQL DB, I and all filled planners that have been filled by clients to date can be viewed from a repository page where an XML file is served up of the corresponding client, but someone would have to have Acrobat Professional, to import the form data from the XML file into a blank form.. altoughh this is simple for me.. I have the PHP file already created so that when a Planner is filled and client submits. >> the an email is sent to me with a table row from the repository of the client name, #, email, and a link to d-load the XML file,
    But I also have the PHP files created so that the Planner can be sent to by email to various people in the workflow with certain fileds ommitted they they do not need to see, but instead of the XML file beiong served up i need the filled PDF Planner to be served.
    I can do this locally with ease on a testing server, but I am currently trying to use another host that uses cross-platform compatibility so i can use PHP and the pdftk.exe to achieve this, as that is why I am having to serve up an XML file b/c we use a Linux server for our website, and cant execute the exe.
    Now that I am testing the other server (cross-platform host), just to use them to do the PDF handling (and it's only $5 per month) I am having problems with getting READ, WRITE, EXECUTE permissions..
    Si guess a good question to ask is can PHP do the same procedure as the pdftk.exe, and i can eleminate it.
    or how in the heck can i get this data from the DB into a blank PDF form, like i have described??
    here are some link to reference
    Populating a LiveCycle PDF with PHP and MySQL
    http://www.andrewheiss.com/Tutorials?page=LiveCycle_PDFs_and_MySQL
    HTML form that passed data into a PDF
    http://www.mactech.com/articles/mactech/Vol.20/20.11/FillOnlinePDFFormsUsingHTML/index.htm l
    and an example
    http://accesspdf.com/html_pdf_form/

  • New user created doesn't see any data in reports

    Hello Everyone,
    I am using Hyperion Planning 11.1.2.1. I have a problem when i created a new user in the system via Shared Services. The reports are Reporting and Analysis reports.
    I duplicated a current user in the system and applied the same groups and provisions. However, the new user cannot view any data in the reports. The current user however is able to do so. I am quite literally puzzled.
    The existing user has been given the "Planner" provision. Further, the existing user has dimension security applied as well. This works fine with the existing user, as when i log in as the existing user, the data is available only to the groups and dimensions he has been assigned to. But when I apply the same groups and provisions to the newly created user, I get absolutely no data though i can see the report.
    But if I apply the Essbase Cluster: Administrator provision to the new user, all the data is viewable in the reports irrespective of the dimension security.
    I would appreciate some help urgently to get this matter resolved.
    Regards

    Hi John,
    Though the problem was solved last time, it returned. Users aren't able to view any web analysis reports.
    I dropped all users from SS and deleted all the security filters from EAS. (made a backup of course). Then I created all the users once again with relevant access to groups and the provision of "Planner" in the relevant planning application.
    Then in planning (Administration > Manage Security Filters > UserName > Create) created the filter for the user.
    When I did that, the default filter for the user was as follows.
    Access - None
    Member - @IDES("Accounts"),@IDES("Scenarios"),@IDES("Versions"),@IDES("ABCGroup")
    I want the user to have access to the Cost Center (Branch) L103. So I added the following.
    Access - Read
    Member - "Final","Draft 1","L103","Budget","Actual","Final Forecast",@IDES("Input Assumptions"),@IDES("Balance Sheet"), @IDES("Profit and Loss Account"),@IDES("Financials Ratio"),@IDES("Report Assumptions")
    This used to work, but for somewhat reason, it doesn't. The story is the same for all users. When i log in as a user and try to view a report, i get the "Database Login" - No data available error.
    Pls help.

  • Outlook window getting the keyboard focus instead of user created Form Window during Outlook Startup

    This MAPILogonComplete method involves creating a Form Window to show "What's New" of a certain Addin version (DisplayWhatsNewDialog() in the code):
    private void _outlook_MAPILogonComplete() {
    _logger.Info("_outlook_MAPILogonComplete");
    try
    if (_timerForm != null)
    _timerForm.Timer.Stop();
    _timerForm.Timer.Dispose();
    catch (Exception ex2)
    _logger.Error(ex2.Message, ex2);
    try
    if (Globals.BJNSettings.showWhatsNew)
    Globals.BJNSettings.showWhatsNew = false;
    UIHelper.DisplayWhatsNewDialog(false);
    Ol.Inspector insp = null;
    if (_inspectors.Count > 0)
    for (int i = _inspectors.Count; i >= 1; i--)
    insp = _inspectors[i];
    WrapInspector(insp);
    insp = null;
    Ol.Explorer expl = null;
    if (_explorers.Count > 0)
    for (int i = _explorers.Count; i >= 1; i--)
    expl = _explorers[i];
    WrapExplorer(expl);
    expl = null;
    GetAddinsList();
    Thread logSystemInfoThread = new Thread(new ThreadStart(LogSystemInformation));
    logSystemInfoThread.TrySetApartmentState(ApartmentState.STA);
    logSystemInfoThread.IsBackground = true;
    logSystemInfoThread.Start();
    try
    Ol.NameSpace ns = _outlook.GetNamespace("MAPI");
    _calFolder = ns.GetDefaultFolder(Ol.OlDefaultFolders.olFolderCalendar) as Ol.Folder;
    _calFolder.BeforeItemMove += new Ol.MAPIFolderEvents_12_BeforeItemMoveEventHandler(_calFolder_BeforeItemMove);
    _delFolder = ns.GetDefaultFolder(Ol.OlDefaultFolders.olFolderDeletedItems) as Ol.Folder;
    Marshal.ReleaseComObject(ns);
    ns = null;
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    UIHelper.WriteDoNotDisableKeyToRegistry();
    Globals.AppointmentsToProcess = new List<string>();
    _timerForm.ProcessTimer.Interval = 3000;
    _timerForm.ProcessTimer.Start();
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    DisplayWhatsNewDialog() has this signature:
    public static void DisplayWhatsNewDialog(bool modal)
    try
    string defaultWhatsNewFile = Globals.BJN_APP_BASE_DIRECTORY + "WhatsNew.txt";
    string localISOLanguageName = Languages.GetTwoLetterISOLanguageName();
    string localizedWhatsNewFile = Languages.GetInstalledLocalizedFilePath(localISOLanguageName, "WhatsNew.txt");
    if (String.IsNullOrEmpty(localizedWhatsNewFile))
    localizedWhatsNewFile = defaultWhatsNewFile;
    if (File.Exists(localizedWhatsNewFile))
    BJNWhatsNew whatsNew = new BJNWhatsNew(localizedWhatsNewFile);
    if (modal)
    whatsNew.ShowDialog();
    whatsNew.Dispose();
    else
    whatsNew.TopMost = true;
    whatsNew.Show();
    whatsNew = null;
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    The problem is if the Window is made modal, it blocks the Outlook to launch and also goes back of the Outlook loading window (Whats New window will not be having keyboard focus). And if the Window is made non-modal (passing false to DisplayWhatsNewDialog()),
    Outlook launches properly and What's New window comes at the top but will not be having keyboard focus; instead the launched Outlook window will be having the keyboard focus. May anyone please suggest a way to make the What's New window to be always having
    the keyboard focus? Structure of form window class BJNWhatsNew is given below:
    public partial class BJNWhatsNew : Form
    private static ILog _logger = LogManager.GetLogger(typeof(BJNWhatsNew));
    public BJNWhatsNew(string whatsNewTextFileName)
    InitializeComponent();
    InitLabels();
    InitEventHandlers();
    InitWhatsNew(whatsNewTextFileName);
    private void InitLabels()
    try
    this.Text = Properties.Resources.bjn_version_info_caption;
    this.buttonClose.Text = Properties.Resources.ok_hotkey;
    this.labelBJNAddin.Text = Properties.Resources.bjn_version_ol_addin;
    this.labelVersion.Text = String.Format(Properties.Resources.version_format, Assembly.GetExecutingAssembly().GetName().Version.ToString(3));
    Assembly assembly = Assembly.GetExecutingAssembly();
    FileInfo fileInfo = new FileInfo(assembly.Location);
    DateTime buildDate = fileInfo.LastWriteTime;
    string formatString = "d MMM, yyyy";
    this.labelReleaseDate.Text = String.Format(Properties.Resources.bjn_version_release_date, buildDate.ToString(formatString));
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    private void InitEventHandlers()
    this.buttonClose.Click += new EventHandler(buttonClose_Click);
    private void InitWhatsNew(string whatsNewTextFileName)
    try
    if (File.Exists(whatsNewTextFileName))
    StreamReader sr = new StreamReader(whatsNewTextFileName);
    string whatsNew = sr.ReadToEnd();
    sr.Close();
    this.richTextBox1.Text = whatsNew;
    this.richTextBox1.SelectionLength = 0;
    this.buttonClose.Select();
    this.buttonClose.Focus();
    catch (Exception ex)
    _logger.Error(ex.Message, ex);
    void buttonClose_Click(object sender, EventArgs e)
    this.Close();

    Hello Prasad,
    The ShowDialog method will block the current thread. If you want to continue working with Outlook objects you need to use the Show method instead. The key fact is that both methods (Show and ShowDialog) accepts an instance of the IWin32Window interface
    which allows to specify the parent window handle. Specifying the parent window handle (Outlook Explorer window) to the Show method you can make your window shown on top of Outlook all the time.
    To get the HWND of an Outlook explorer  object (e.g. Application.ActiveExplorer), cast it to IOleWindow and call IOleWindow.GetWindow(). Also you may find the
    How to get the IWin32Window for Outlook
    article helpful.

  • How to get document number in user  created form?

    Hi All,
             I am creating a form.In that i want to maintain Document number for each form(each order)(like in sales order form (Document  No. field)).
                   Please help me to maintain the document number either manually or by system generated.If u have code example   please send.
            I tried for Manage series and all.But i couldn't get.
    Expecting ur reply soon
    Thanks
    V.Rangarajan

    Hi V.Rangarajan,
    I haven't used this code yet, but herewith an extract from the SBO SDK Training material which I think is related to your problem.
    // create a combo box for the series oItem=oForm.Items.Add("SeriesName",SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX)
    // fill the combo with relevant series
    oComboBox.ValidValues.FillWithSeries(True, False, 0) new method
    oComboBox.DataBind.SetBound(True, "@MATH", "Series")
    // edit text to hold the numbering of the series
    oItem = oForm.Items.Add("SrValue", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oEditText.DataBind.SetBound(True, "@MATH", "DocNum")
    // get the next series number in add mode
    lNum = oForm.BusinessObject.GetNextSeriesNumber(CLng(str))
      oEditText = oForm.Items.Item("SrValue").Specific()
       oEditText.String = lNum
    I don't know if this will solve your problem, but hopefully it will put you on the right track.
    Hope it helps,
    Adele

  • How to delete predefined fields  like Provisioning Date in users- create

    Hi,
    Is there a provision to delete predefined fields like Provisioning Date in users->create form in admin console.
    If so, please tell me all the files i need to change.
    Thanks in advance

    Hi,
    You need to comment on following sections in FormMetaData.xml.
    <!-- User Provisioning Date -->
    <!--
              <AttributeReference editable="true" optional="true">-23</AttributeReference>
    -->
              <!-- User Provisioned Date -->
    <!--
              <AttributeReference editable="false" optional="true">-25</AttributeReference>
    -->
              <!-- User Deprovisioning Date -->
    <!--
              <AttributeReference editable="true" optional="true">-24</AttributeReference>
    -->
              <!-- User Deprovisioned Date -->
    <!--
              <AttributeReference editable="false" optional="true">-26</AttributeReference>
              -->
    Please let me know if you have any questions.
    Regards
    Nitesh

  • Start Date/Birth Date in IT0002

    Hi,
    when we create info type 0002(Personal data) in pa40.
    and then when we go back and look at that info type the START DATE IS AUTOMATICALLY GETTING CHANGED TO BIRTH DATE,(even if we give different start date and birth date,while creating)
    Please tell me where the problem could be in the system.
                                     Thanks in Advance
                                              Gopi

    A Business I can think of for this kind of design (Please give your candid feedback):
    <b>1. Why Birth Date is defaulted as start date in IT0002?</b>
    There are several businesses where massive hiring is a constant process. At the same time, company seldom knows when the person would actually start his work with them. (Ex: GE hires on a regular basis worldwide. A potential employee may say that he would start his work on 1st of September but he cannot guarantee.)
    In this case, the best bet is to give the personal data IT0002 the Birth Date as Start Date and change it the next "certain" date.
    Regards
    Sita

  • User should only work on created Form

    Hi all!
    Here is my problem.
    A user is working in B1. For example:With a double_klick on a Textfield and a user created Form will be shown.
    No the User should only work with this Form until its closed! There should be no possibility to open an other form or so.
    Like if you get a MessageBox, there is no other "normal" way to work on until you close this Messagebox.
    May it is possible to let the Form act like such a Messagebox.
    Thanks for replies..
    Matthias

    The Sample you speak of show the hack/workaround (Not true modal functionality).
    From the sample:
        Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent
            ' Don't let the user to move to other forms
            Dim EventEnum As SAPbouiCOM.BoEventTypes
            EventEnum = pVal.EventType
            If bModal And FormUID <> "Modal" Then
                oForm.Select() ' Select the modal form
                BubbleEvent = False
            End If
            ' If the modal from is closed...
            If FormUID = "Modal" And (EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE) And bModal Then
                bModal = False
            End If
        End Sub
    In the sample the bModal bool set to true when opening the form block all events by selecting the modal form on each event and setting bubbleevent to false.. the EventEnum = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE set the bModal to false so events can continue
    Biggest problem with this is if you use a eventfilter (which you should do)... here you need to remove the event filter along with setting the BModal (not in the sample), and reapply it after form close.
    <i>Kind Regards
    Rasmus Wulff Jensen | http://www.b1up.net</i>

  • Creating forms (NEWBIE) PLZ HELP!

    hi!
    im trying to create a form as follows!
    the user specifiees the number of say questions in jspPage1, getting the number of questions and displaying the number of forms on the next page jspPage2.
    for example if the user specified that they wanted to enter 10 questions the next page would create 10 of the same forms.
    or allow the user to enter 10 questions on the same form by adding the data to the database and refreshing the page. displaying a empty form and indicating whther update was successful!
    plz help!

    what i mean is!
    i need to create form that when the data is submitted the data is processed andit refreshes it self so that the user can enter some more data.
    makes sense?

  • Excel import to create forms with pre-populated fileds

    Can/how do I create forms with pre-populated fields from an external data source like Excel?  Example:  I would like to create 100 forms with pre-populated name fields from an Excel document containing 100 names.  

    Hi,
    Sorry, we don't currently support creating forms with pre-filled data.
    Regards,
    Brian

Maybe you are looking for

  • I renamed my home folder :( can't get it back to normal

    hi, i know there are about a billion topics in this forum about this same thing, but i still cannot get everything back to normal despite reading a lot of them. a couple of weeks ago i renamed my home folder, which created a whole new set of preferen

  • How to default the values in BP screen with BDT?

    Hi all,          I am working in BDT enhancement for BP for Grants mangement. Therefore there are some screen fields in BP transaction should directly get saved in GMSPONSOR table.  I mean to say user would give some values in BP screen(One can get i

  • OBIEE 11.1.1.5 create domain failed on AIX

    I'm trying to install OBIEE 11.1.1.5 on AIX 6.1. I'm running the Enterprise Install. I've confirmed that the Enterprise Install is supported on AIX 6.1 even though the docs seem to say this isn't supported. I got all the way through the install to th

  • Spaces not working correctly, Help!

    Hi all, I've just changed to a new mac (not actually new, just new to me) and I'm having problems with Spaces in Snow Leopard 10.6.8. I've set various apps - email, web browser etc along with Adobe Creative Suite to open in various spaces so i can ea

  • Website program for mac

    Hello everybody, I'm looking for a program to make a website. I wanted to make it in flash, but I'm getting the idea that mac and flash hates each other. Are there any suggestions? I'm not at computer wiz, I'm not stupid, but lets pretend I am. An ea