Message from Forms header

Hi,
I have problem with taking a message that is dynamically changed in the header of forms. When I click to other line in the table belonging to this form header is automatically changed. Text that appear in the header always is related to the actual line which is marked. I'm not a forms developer so i don't know where to search the procedure that dynamically chcange header. Is there any standard procedure or trigger to change the nome of header?? Could You giveme some advice to find this ??
Grzesiek

Yes, I mean the window title. When i open this forms in forms builder on the left in navigator in data blocks i have many blocks. The block which is related to dynamically changing the window name is PAC1. In triggers in this block i don't have anyone like "WHEN-NEW-ITEM-INSTANCE" but in below in the elements in this block which name is "CURRENT_RECORD_INDICATOR" i have trigger "WHEN-NEW-ITEM-INSTANCE" which indicates "go_item('PAC1.MARK')" I didn't find set_window_property procedure.
In nawigator in programs modules i find this listing (in package pr_set_window_title_context) :
l_current_window_name := get_group_char_cell ( l_name_column , i ) ;
if ( l_current_window_name in ( 'RUN_RESULTS' ,
'RUN_RESULT_VALUES' ,
'PRE_PAYMENTS' ) ) then
hr_win.window_title ( p_window => l_current_window_name ,
p_default_name => get_group_char_cell ( l_title_column , i ),
p_context1 => l_context_string );
But there is no "set_titles" procedure. Do You have some idea to find this.
Thanks for reply.

Similar Messages

  • Error message from form mail

    This is the error message I keep getting.
    Parse error: parse error, unexpected T_STRING in
    /home/ehryckgi/public_html/contact.php on line 13
    Here is the code I am using please help.
    <?php
    $your_company = $_GET['company'];
    $your_name = $_GET['name'];
    $your_phone = $_GET['phone'];
    $your_email = $_GET['email'];
    $your_message = $_GET['message'];
    $recipient_mail = "[email protected]";
    $subject - "from " . $Your_Email;
    $headers = "From: " . $Your_Name . " <" . $Your_Email .
    '>\n";
    $headers = 'Content-type: text/html; charset=iso-8859-1';
    $content = "<html><head><title>Contact
    letter</title></head><body><br>";
    $content .= "<Company: <b>" . $your_company .
    "</b><br>";
    $content .= "<Name: <b>" . $your_name .
    "</b><br>";
    $content .= "<Phone: <b>" . $your_phone .
    "</b><br>";
    $content .= "<E-mail: <b>" . $your_email .
    "</b><br><hr><br>";
    $content .= $your_message;
    $content .= "<br></body></html>";
    mail($recipient_email,$subject,$content,$headers);
    ?>
    <html><title>Contact</title>
    <body bgcolor="#282E2C">
    <div align="center"
    style="margin-top:60px;color:#FFFFFF:font-size:11px;font-family:tahoma;font-weight:bold")
    Your message was sent. Thank you.
    </div>
    </body>
    </html>
    <script>resizeT(300, 300)</script>

    On Wed, 20 Sep 2006 07:34:28 +0000 (UTC), "miketman"
    <[email protected]> wrote:
    > $subject - "from " . $Your_Email;
    > $headers = "From: " . $Your_Name . " <" . $Your_Email
    . '>\n";
    > $headers = 'Content-type: text/html;
    charset=iso-8859-1';
    $subject = "from " . $Your_Email;
    $headers = "From: " . $Your_Name . " <" . $Your_Email .
    ">\r\n";
    $headers .= 'Content-type: text/html; charset=iso-8859-1';
    You may want to look into e-mail injection:
    http://tinyurl.com/pnp59
    Gary

  • Message from Forms Preview

    Hi all,
    I have created a from and try to preview it.
    Message error is Forsm does not exits or or was deleted by administrator. The Forms OPEX is invalid check log for details.
    How could I see the log ?

    OK, I found the log but there are not related with the error message I have.
    I have try to preview again and not further error message appear in the log file. But I still have the same as explained in previous thread.
    Actually, I apologize it is John Booth who created the image.

  • Browser Error Message from Forms when Published

    I am using JotForms in my site and when published the forms generate the following browser error:  MuseJSAssert:Error calling selector function. Object doesn't support this property or function.

    Hello,
    Are you able to see the error when you preview it in a Browser or when you export the site as HTML on your local machine or is it after the upload?
    Did you try deleting and reinserting the code from Jotforms into Muse?
    Could you please provide us URL of the site where we can check the issue?
    Regards,
    Sachin

  • Display error message in forms from function "verify_function"

    Hi,
    We have a number of users with our own created profile attached to them.
    We have enabled the 'PASSWORD_VERIFY_FUNCTION' for our own profile.
    Function "verify_function" is used to validate a user's password.
    In "verify_function" we have used "raise_application_error" message in case password validation fails.
    Example:
    raise_application_error(-20001,'Password must be minimum 8 characters in length and maximum 30 characters long');Question) "raise_application_error" displays the error message only in SQL Plus prompt. How do I display the same message from Oracle forms?.
    I have used DBMS_ERROR_TEXT & DBMS_ERROR_CODE in ON-ERROR trigger. This is not displaying the error message in forms in case validation failed in "verify_function". Oracle simply clears the username/password field with a new window. We want to display the error message that occured in "verify_function".
    Thanks

    use the following code in validating the item, e.g when-button-pressed
    begin
    verify_function;
    exception
    when others then
    message(sqlerrm);
    raise form_trigger_failure;
    end ;
    OR
    instead of writing a procedure rewrite it as a function to return 1 if password is correct or 0 if password is wrong
    Regards
    Jihad

  • Move email from Inbox to Local Folder using Message Filter moves header only, not contents.

    I created a Message Filter to move email from Inbox to a Local Folder based on Date. The email headers were moved, but not the contents. Since I'm using IMAP, all the emails were deleted from the server.
    I searched for similar problems and I followed one suggestion to "repair" one of the target Local Folders, but that made things worse. Now the header information (Subject, From, Date (now set to the date the transfer was done, not the email received date) is all blank.
    The Local Folder properties indicate the email is contained in
    mailbox:///C:/Users/Ted/AppData/Roaming/Thunderbird/Profiles/c65xcqqf.default/Mail/Local Folders/Archives.sbd/2010
    I can see the messages from other Local Folders here, but the ones "moved" are empty.
    Should this location be changed?
    Is there some way to recover the email contents?
    The info below is from the troubleshooting information tool:
    Application Basics
    Name: Thunderbird
    Version: 31.5.0
    User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
    Profile Folder: Show Folder
    (Local drive)
    Application Build ID: 20150222233048
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Memory Use: about:memory
    Mail and News Accounts
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    account5:
    INCOMING: account5, , (imap) imap.googlemail.com:993, SSL, passwordCleartext
    OUTGOING: smtp.googlemail.com:465, SSL, passwordCleartext, true
    account6:
    INCOMING: account6, , (imap) imap-mail.outlook.com:993, SSL, passwordCleartext
    OUTGOING: smtp-mail.outlook.com:587, alwaysSTARTTLS, passwordCleartext, true
    account7:
    INCOMING: account7, , (imap) imap.comcast.net:993, SSL, passwordCleartext
    OUTGOING: smtp.comcast.net:465, SSL, passwordCleartext, true
    account8:
    INCOMING: account8, , (imap) imap.comcast.net:993, SSL, passwordCleartext
    OUTGOING: smtp.comcast.net:465, SSL, passwordCleartext, true
    account9:
    INCOMING: account9, , (imap) imap.comcast.net:993, SSL, passwordCleartext
    OUTGOING: smtp.comcast.net:465, SSL, passwordCleartext, true
    Crash Reports
    Extensions
    Lightning, 3.3.3, true, {e2fda1a4-762b-4020-b5ad-a41df1933103}
    Manually sort folders, 1.1, true, [email protected]
    Important Modified Preferences
    Name: Value
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    extensions.lastAppVersion: 31.5.0
    font.internaluseonly.changed: true
    font.minimum-size.x-western: 10
    font.name.monospace.el: Consolas
    font.name.monospace.tr: Consolas
    font.name.monospace.x-baltic: Consolas
    font.name.monospace.x-central-euro: Consolas
    font.name.monospace.x-cyrillic: Consolas
    font.name.monospace.x-unicode: Consolas
    font.name.monospace.x-western: Consolas
    font.name.sans-serif.el: Calibri
    font.name.sans-serif.tr: Calibri
    font.name.sans-serif.x-baltic: Calibri
    font.name.sans-serif.x-central-euro: Calibri
    font.name.sans-serif.x-cyrillic: Calibri
    font.name.sans-serif.x-unicode: Calibri
    font.name.sans-serif.x-western: Calibri
    font.name.serif.el: Cambria
    font.name.serif.tr: Cambria
    font.name.serif.x-baltic: Cambria
    font.name.serif.x-central-euro: Cambria
    font.name.serif.x-cyrillic: Cambria
    font.name.serif.x-unicode: Cambria
    font.name.serif.x-western: Cambria
    font.size.fixed.el: 14
    font.size.fixed.tr: 14
    font.size.fixed.x-baltic: 14
    font.size.fixed.x-central-euro: 14
    font.size.fixed.x-cyrillic: 14
    font.size.fixed.x-unicode: 14
    font.size.fixed.x-western: 14
    font.size.variable.el: 17
    font.size.variable.tr: 17
    font.size.variable.x-baltic: 17
    font.size.variable.x-central-euro: 17
    font.size.variable.x-cyrillic: 17
    font.size.variable.x-unicode: 17
    gfx.direct3d.last_used_feature_level_idx: 0
    mail.openMessageBehavior.version: 1
    mail.winsearch.enable: true
    mail.winsearch.firstRunDone: true
    mail.winsearch.global_reindex_time: 1387144538
    mailnews.database.global.datastore.id: 11ee7f66-9920-4f7d-9c5e-a83d079bc6e
    mailnews.database.global.views.conversation.columns: {"threadCol":{"visible":true,"ordinal":"1"},"flaggedCol":{"visible":true,"ordinal":"3"},"attachmentCol":{"visible":false…
    mailnews.database.global.views.global.columns: {"threadCol":{"visible":true,"ordinal":"1"},"flaggedCol":{"visible":true,"ordinal":"3"},"attachmentCol":{"visible":false…
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1424815462
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_bgcolor: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_bgimages: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_colorspace:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_command:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_downloadfonts: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_duplex: 1515870810
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_edge_bottom: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_edge_left: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_edge_right: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_edge_top: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_evenpages: true
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_footercenter:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_footerleft: &PT
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_footerright: &D
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_headercenter:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_headerleft: &T
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_headerright: &U
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_in_color: true
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_margin_bottom: 0.5
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_margin_left: 0.5
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_margin_right: 0.5
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_margin_top: 0.5
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_oddpages: true
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_orientation: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_page_delay: 50
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_data: 1
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_height: 11.00
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_name:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_size_type: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_size_unit: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_paper_width: 8.50
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_plex_name:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_resolution: 1515870810
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_resolution_name:
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_reversed: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_scaling: 1.00
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_shrink_to_fit: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_to_file: false
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_unwriteable_margin_bottom: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_unwriteable_margin_left: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_unwriteable_margin_right: 0
    print.printer_\\TED-PC\EPSON_Stylus_Photo_RX595_Series.print_unwriteable_margin_top: 0
    security.disable_button.openCertManager: false
    Graphics
    Adapter Description: Intel(R) HD Graphics 4600
    Vendor ID: 0x8086
    Device ID: 0x0416
    Adapter RAM: Unknown
    Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Driver Version: 10.18.10.3379
    Driver Date: 12-18-2013
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.3.9600.17111)
    ClearType Parameters: ClearType parameters not found
    WebGL Renderer: false
    GPU Accelerated Windows: 2/2 Direct3D 10
    AzureCanvasBackend: direct2d
    AzureSkiaAccelerated: 0
    AzureFallbackCanvasBackend: cairo
    AzureContentBackend: direct2d
    JavaScript
    Incremental GC: 1
    Accessibility
    Activated: 0
    Prevent Accessibility: 0
    Library Versions
    Expected minimum version
    Version in use
    NSPR
    4.10.6
    4.10.6
    NSS
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC
    NSS Util
    3.16.2.3
    3.16.2.3
    NSS SSL
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC
    NSS S/MIME
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC

    Fixed the Trouble Shooting information in previous post.

  • Extract info from RFH2 header in MQ message

    Hi All,
    I'm trying to send a MQ message with RFH header. Purpose is that JMS adapter extracts user data from RFH Header.
    A few questions:
    1.Format RFH2 header:
    -In the MQMD I assign the format: MQFMT_RF_HEADER_2
    -Apart from the mandatory fields in the RFH2 header I write user data to it as well and it looks like this:
    <usr><msgType dt="string">data</msgType></usr>    Is this sufficient or should there be an additional surrounding tag like <MQRFH2>?
    2.In PI, I use a JMS Adapter. On the Module-tab I have added AF_Modules/DynamicConfigurationBean (type: Local Enterprise Bean, Module Key: RFHHEADER), after ConvertBinaryToXMBMessage  and before CallSapAdapter.
    Under Module Configuration I added 2 entries:
    RFHHEADER     key.0     read http://sap.com/xi/XI/System/JMS DCJMSMessageProperty0
    RFHHEADER     value.0     msgType
    I want to extract the value of msgType and use it.
    On the Parameter-tab, I suppose I have to add Adapter-specific message attributes, but it is not exactly clear what I should put there.
    3.Dynamic Configuration Bean
    Is there anything I should do to activate that Dynamic Configuration Bean, because when I sent I message, I don't see anything in the monitor of the processed XML messages, not even an error.
    Kind Regards
    Edmond Paulussen

    Edmond Paulussen wrote:>
    > Hi All,
    >
    > I'm trying to send a MQ message with RFH header. Purpose is that JMS adapter extracts user data from RFH Header.
    >
    > A few questions:
    > 1.Format RFH2 header:
    > -In the MQMD I assign the format: MQFMT_RF_HEADER_2
    > -Apart from the mandatory fields in the RFH2 header I write user data to it as well and it looks like this:
    > <usr><msgType dt="string">data</msgType></usr>  
    > On the Parameter-tab, I suppose I have to add Adapter-specific message attributes, but it is not exactly clear what I should put there.
    The list of additional parameters are stored in the ASMA field.
    So you enter here the header value "msgType" with type String
    The value "data" is stored in DCJMSMessageProperty0
    You do not need the DynamicConfigurationBean in this scenario.

  • How can i dispaly an Error Message from Server Side To form

    Hi All,
    How can i dispaly an Error Message from Server Side To form side .
    i try several ways nothing succed.
    i put the error in stack and after call the procedure from form i added
    Qms$Trans_Errors.Display_Messages;
    and because it is an error not informantional error the error screen displayed and enter
    in infinite loop acts like flashing .
    can any one help me please i use C/S Headstart6i and Designer 6i
    thanks alot
    radi

    hi,
    thanks alot lauri.
    yr code work only using information message but in error message its still the same .
    the error window still flash and enter in infinite loop of executeing the same triggers.
    thanks again
    radi

  • How to send error message to forms from Database Trigger

    Hi, Please help me to send error message to forms from Database Trigger?
    RgDs,
    Madesh.R.M

    You are correct, the On-Error trigger is a Forms trigger. However, if your Form is going to display the error generated by the database stored procedure or trigger - you might not see the database error in your Form unless you check the DBMS_ERROR_CODE in the On-Error trigger and manually display the Error Code and associated Text. I've see this happen with a co-worker. The Form she was working on was based on a table with an Before-Insert trigger. Because she was not explicitely handling the error from the Before-Insert trigger in the Forms On-Error trigger, her Form appeared to halt for no reason at all. Once she added code to the On-Error trigger in the Form to handle the DBMS_ERROR_CODE, she discovered the trigger was producing an error and was able to show the error to the user in the On-Error trigger.
    I understand the desire to keep as much as possbile in the database, but with that comes some extra coding in your Forms to handle this. This extra coding could easily be placed in a Forms Library, attached to a Form and called in the On-Error trigger. Your code could look like this:
    DECLARE
       /*This example assumes you have an Alert defined
          in your Form called: 'ERROR' */  
       al_id    ALERT;
       al_text  VARCHAR2(200);  /* Max text of a Forms Alert message*/
       al_btn   NUMBER;
    BEGIN
    IF DBMS_ERROR_CODE != 0 THEN
       /* Error code is ORA-00000 Normal Successful completion
           So only handle non-zero errors  */
       al_text := DBMS_ERROR_CODE||':'||DBMS_ERROR_TEXT;
       al_id := Find_Alert('ERROR');
       set_alert_property(al_id, alert_message_text, al_text);
       al_btn := show_alert(al_id);
    END IF;
    END;Your original question was "How to send error message to forms from Database Trigger?" The answer is you don't because Forms already gets the database error code and database message through the Forms DBMS_ERROR_CODE and DBMS_ERROR_TEXT functions. Look these up in the Forms help and it should clear things up for you.
    Craig...
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:49 PM
    Edited by: CraigB on Jun 14, 2010 4:50 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM
    Edited by: CraigB on Jun 14, 2010 4:51 PM

  • Can you send a text (sms) message from a web site form ?

    Anyone know of a reliable script or app that will allow a site visitor to fill out a 'form' and send an instant text message from the site ?  Same as email...but rather than email...type out and send a text message instead ?
    Thanks, Tim

    Tecnically yes. This is because SMS is basically handled just like an email address, ie; [email protected]
    There are services out there that will charge you either flat rate or per message to send them for you as you would need to know what server that number is on. If you want to have people select what carrier that number is on, you just create a mail form with a dropdown with a list of carriers that then set the domain variable in the TO address field. You have to plan that the user doesn't know what carrier that phone number is on, thus where the pay-for sites come in handy.

  • Sending message from PL/SQL procedure to form

    Hello Friends,
    How can I send messages from PL/SQL procedure to Form ?
    Ultimate target is catching progress of PL/SQL procedure from
    form. I heard about DBMS_PIPe but not sure,.
    Adi

    Hello,
    Yeah , I got the solution using DBMS_PIPE function,I
    followed following steps.
    1. Pipe is created. see below procedure.
    create or replace procedure proc_testpipe as
         v_pipe_integer          integer;
         v_pipe_message          integer;
    begin
         v_pipe_integer := DBMS_PIPE.Create_Pipe('adipipe');
         dbms_pipe.pack_message('Hello Adinath Kamode,Message
         from Pipe');
         v_pipe_message := dbms_Pipe.Send_message('adipipe');
         end;
    end;
    2. then I created one Function which will obtain message from
    Pipe and
    will return value to form.
    create or replace function proc_callpipe return varchar2 as
    v_msg          integer;
    v_rem          integer;
    v_message          varchar2(500);
    begin
    v_msg:=dbms_pipe.receive_message('adipipe');
    dbms_pipe.unpack_message(v_message);
    dbms_pipe.purge('adipipe');
    v_rem := dbms_pipe.remove_pipe('adipipe');
    return(v_message);
    end;
    3. Last I called this function from form.
    Cheers .. !
    Adi

  • Gmail / apple mail, assuming mavericks upgrade issue. Messages from/to and subject header do not match displayed message

    Hi Everyone
    Hoping someone has had a similar issue and can help me sort it out.
    Since Upgrading to mavericks a few weeks ago, I notice the follwoing issue in my apple mail when searching older messages (newer ones seem fine at the moment).
    A lot ( I cant say all, but quite a few well into the 80-90% plus of messages sent pre update) have gotten scrambled. I can search from/ to and subject headers, and they correspond with each other. But when i select the message Im looking for, the message desplayed is from a different sender (with a diferent subject)
    Ex I search for JohnDoe (happens if i use search function or just go manually looking thru folders) and subject "Quote", Message comes up (or I find as in manual search). When i select the message the message displayed is not the correct one. Its From JaneDoe with a subject "Thanksgiving" and its message.
    Obviously making it a little tricky to track down previous emails.
    My mail provider is Gmail (which I have heard mavericks / apple mail have been having lots of issues with).
    Hopeefully someone knows what I can do
    Thanks
    BigRed81

    Hello BigRed81,
    I have a question on this subject.  I am having the same issue.  I followed the link to the support page for rebuidling a mailbox.  It states :
    "When you rebuild mailboxes for IMAP and Exchange accounts, locally stored messages and attachments are discarded, and the messages and attachments are downloaded again from the server to your Mac. Your mailbox appears empty until the download is complete."
    I use gmail just for my Inbox.  I pull off all of my messages from the server by filing them on my mac.  So my concern is if I rebuild a mailbox, my mail account is gmail imap, and I do not have copies of my emails on the gmail server anymore that I will lose the majority of my mail because there is nothing to download again. 
    Do you know if this will happen?  Or I should not be concerned?
    Thanks
    Mykol

  • Contact Us form not sending information from form

    I have wasted days trying to figure out what I need to do to get this form to work and I realize this is way over my head.   I am a novice with Dreamweaver and I am trying to figure out what the person before me did (who also was a novice).  I am very confused.  Can someone help me please?
    Here is the html for the contact us page in question:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
        <head>
            <title>Americanwestjets.com</title>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com"/>
            <link rel="stylesheet" type="text/css" href="Templates/Publish/stylesheet.css" />
            <script src="Templates/Publish/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
            <link href="Templates/Publish/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
        <meta name="Description" content="Americanwestjets.com
    " />
        <meta name="Keywords" content="American West Jets, airlines, love, pacific, fun, vacation, free, discount" />
        <style type="text/css">
        body {
        background-color: #FF9;
        body,td,th {
        color: #006;
        #apDiv1 {
        position:absolute;
        left:42px;
        top:408px;
        width:643px;
        height:2px;
        z-index:1;
        background-color: #FF9900;
        overflow: auto;
        #apDiv1 {
        background-color: #306;
        background-image: url(images/%5Bwallcoo_com%5D_blue_sky_white_clound_010hdfn.jpg);
        background-repeat: repeat;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #933;
        .contentArea .container .contentleft #marketsurvey p label {
        color: #000;
        </style>
        <script type="text/javascript">
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
        </script>
        </head>
    <body bgcolor="#FFFF99" text="#000066" link="#FF66FF" vlink="#00FF00" alink="#9933CC">
          <div class="bannerArea">
    <div class="container">
                    <div class="bannernav"></div>
                    <div class="toplogo"></div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="topnavigationArea">
                <div class="container">
                    <div class="topnavigationgroup">
                        <ul id="MenuBar1" class="MenuBarHorizontal">
                            <li><a href="index.html">Home</a>                        </li>
                            <li><a href="Reservations.html" class="MenuBarItemSubmenu">Reservation</a>
                              <ul>
                                <li><a href="flight schedule.html">Flight Schedule</a></li>
                              </ul>
                            </li>
                            <li><a href="Daily Savings.html">Daily Savings</a></li>
                        <li><a href="about us.html">About Us</a>                      </li>
                            <li style="border-right-style: solid;"><a href="contact us.html">Contact Us</a>                        </li>
                        </ul>
                    </div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="contentArea">
                <div class="container">
                    <div class="contentleft">
                        <h1>Contact Us: Market Survey</h1>
                        <p>Please complete the following form to receive a $50.00 coupon on your next flight with American West Jets! Don't miss out and let your friends and family know this amazing premiere limited time offer! </p>
                        <p> </p>
                          <form id="marketsurvey" name="marketsurvey" method="post" action="contact.php">
                        <p>First Name:
                  <label for="first name"></label>
                            <input name="first name" type="text" id="first name" size="30" maxlength="30" />
                          </p>
    <p>Last Name:                     
      <label for="last name"></label>
      <input name="last name" type="text" id="last name" size="30" maxlength="30" />
    </p>
                          <p>Email Address:
                            <input name="email address" type="text" id="email address" size="40" />
                          </p>
                          <p> </p>
                          <p>Where do you fly most frequently?</p>
                          <p>
                            <label for="where do you fly"></label>
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_0" />
                              North America</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_1" />
                            South America    </label><br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_2" />
                              Europe</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_3" />
                              Asia</label>
                            <br />
                            <label>
                              <input type="checkbox" name="CheckboxGroup2" value="checkbox" id="CheckboxGroup2_4" />
                              Australia/South Pacific</label><br />
                            <br />
                          </p>
    <p>How often do you fly?</p>
                          <p>
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_0" />
                              4 or more times per year
                            </label><br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_1" />
                              1-2 times per year</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_2" />
                              Rarely</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_3" />
                              Never</label>
                            <br />
                            <br />
                          </p>
    <p>Which airline(s) do you usually fly with?</p>
    <p>
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_0" />
        Air Pacific
      </label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_1" />
        American</label><br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_2" />
        Delta</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_3" />
        Hawaiian</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_4" />
        Jet Blue</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_5" />
        Southwest</label>
      <br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_6" />
        United</label><br />
      <label>
        <input type="checkbox" name="CheckboxGroup1" value="checkbox" id="CheckboxGroup1_7" />
        Other</label>
      <label>
        <input name="other airlines" type="text" id="other airlines" size="70" maxlength="80" />
      </label>
      <br />
      <br />
    </p>
                          <p>If adult tickets were for ages 17 and higher, would you bring your children with you on your vacations?</p>
                          <p>
                            <label for="children more often on trips"></label>
                            <label>
                              <input type="radio" name="RadioGroup3" value="radio" id="RadioGroup3_0" />
                              Yes, I would bring my children</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup3" value="radio" id="RadioGroup3_1" />
                              No, I would not bring my children </label>
                            <br />
                          </p>
    <p>Would you subscribe for exclusive daily savings, coupons, and vacation packages via email?</p>
                          <p>
                            <label>
                              <input type="radio" name="RadioGroup4" value="radio" id="RadioGroup4_0" />
                              Yes, I would love to subscribe.</label>
                            <br />
                            <label>
                              <input type="radio" name="RadioGroup4" value="radio" id="RadioGroup4_1" />
                              No, I do not wish to subcribe at this time.</label><br />
                          </p>
    <p>
      <input name="Submit" type="submit" id="Submit" onclick="MM_validateForm('first name','','R','last name','','R','email address','','R');return document.MM_returnValue" value="Submit" />
      <input type="reset" name="reset" id="reset" value="Reset" />
              </p>
    <p>       </p>
                      </form>
                        <p> </p>
    <p> </p>
                  </div>
                    <div style="clear:both;"></div>
                </div>
            </div>
            <div class="footerArea">
                <div class="container">
                    <div class="copyright">&copy; 2011 American West Jets. All rights reserved.</div>
                </div>
            </div>
            <script type="text/javascript">
            <!--
            var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
            //-->
            </script>
        </body>
    </html>

    Sure - here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
    </body>
    </html>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sendemail Script</title>
    </head>
    <body>
    <!-- Reminder: Add the link for the 'next page' (at the bottom) -->
    <!-- Reminder: Change 'YourEmail' to Your real email -->
    <?php
    $ip = $_POST['ip'];
    $httpref = $_POST['httpref'];
    $httpagent = $_POST['httpagent'];
    $visitor = $_POST['visitor'];
    $visitormail = $_POST['visitormail'];
    $notes = $_POST['notes'];
    $attn = $_POST['attn'];
    if(!$visitormail == "" && (!strstr($visitormail,"@") || !strstr($visitormail,".")))
    echo "<h2>Use Back - Enter valid e-mail</h2>\n";
    $badinput = "<h2>Feedback was NOT submitted</h2>\n";
    echo $badinput;
    die ("Go back! ! ");
    if(empty($visitor) || empty($visitormail) || empty($notes )) {
    echo "<h2>Use Back - fill in all fields</h2>\n";
    die ("Use back! ! ");
    $todayis = date("l, F j, Y, g:i a") ;
    $attn = $attn ;
    $subject = $attn;
    $notes = stripcslashes($notes);
    $message = " $todayis [EST] \n
    From: $visitor ($visitormail)\n
    Additional Info : IP = $ip \n
    Browser Info: $httpagent \n
    Referral : $httpref \n
    $from = "From: $visitormail\r\n";
    mail("[email protected]", $subject, $message, $from);
    ?>
    <p align="center">
    Date: <?php echo $todayis ?>
    <br />
    Thank You : <?php echo $visitor ?> ( <?php echo $visitormail ?> )
    <br />
    Attention: <?php echo $attn ?>
    <br />
    Message:<br />
    <?php $notesout = str_replace("\r", "<br/>", $notes);
    echo $notesout; ?>
    <br />
    <?php echo $ip ?>
    <br /><br />
    <a href="thankyou.html"> Next Page </a>
    </p>
    </body>
    </html>
    Thank you!

  • Exporting Data from Forms to Excel

    Hi,
    How can I export the data from Forms to Excel like which Export function in the Oracle Applications.
    Thank you,
    Voon

    Hello,
    By using dde package you can export the data from Form to Excel. Here is the sample code which i have used. you can write this code in the when_button_pressed trigger.
    declare
    appl_name varchar2(255);
    channel_id pls_integer;
    application_id pls_integer;
    x number;
    y number;
    V_TIME VARCHAR2(30);
    begin
    if :global.application_id is not null then
    message('Application already open');
    else
    appl_name := 'c:\program files\microsoft office\office\excel.exe';
    :global.application_id := dde.app_begin(appl_name,dde.app_mode_normal);
    end if;
    if :global.channel_id is not null then
    message('Communication channel already established.');
    elsif :global.application_id is null then
    message('Application must be launched first.');
    else
    :global.channel_id := dde.initiate('excel','book1');
    end if;
    DDE.POKE(:global.channel_id,'R1C1','Col1 Heading',DDE.CF_TEXT,1000);
    DDE.POKE(:global.channel_id,'R1C2','Col2 Heading',DDE.CF_TEXT,1000);
    DDE.POKE(:global.channel_id,'R1C3','Col3 Heading',DDE.CF_TEXT,1000);
    FIRST_RECORD;
    X := No of Records;
    for y in 2..x
    loop
    launch_excel is a program unit--
    launch_excel(y,:global.channel_id,:block.item1,:block.item2,::block.item3);
    next_record;
    end loop;
    FIRST_RECORD;
    EXCEPTION
    WHEN DDE.DDE_APP_FAILURE THEN
    MESSAGE('Could not launch application for DDE operations.');
    RAISE FORM_TRIGGER_FAILURE;
    WHEN DDE.DDE_INIT_FAILED THEN
    MESSAGE('Could not initialize DDE communication channel.');
    RAISE FORM_TRIGGER_FAILURE;
    WHEN DDE.DMLERR_NO_CONV_ESTABLISHED THEN
    MESSAGE('Could not establish DDE communication channel.');
    RAISE FORM_TRIGGER_FAILURE;
    WHEN OTHERS THEN
    MESSAGE('Error: '&#0124; &#0124;TO_CHAR(SQLCODE)&#0124; &#0124;' '&#0124; &#0124;SQLERRM);
    RAISE FORM_TRIGGER_FAILURE;
    END;
    LAUNCH_EXCEL
    PROCEDURE LAUNCH_EXCEL(
    y in number,
    channel_id pls_integer,
    param1 varchar2,
    param2 VARCHAR2,
    param3 varchar2) IS
    v_rowno varchar2(20) := 'R'&#0124; &#0124;y;
    BEGIN
    dde.poke(channel_id,v_rowno&#0124; &#0124;'C1',col1,dde.cf_text,2000);
    dde.poke(channel_id,v_rowno&#0124; &#0124;'C2',col2,dde.cf_text,2000);
    dde.poke(channel_id,v_rowno&#0124; &#0124;'C3',col3,dde.cf_text,2000);
    EXCEPTION
    when others then
    message('Error --'&#0124; &#0124;sqlcode&#0124; &#0124;sqlerrm);
    message('Error --'&#0124; &#0124;sqlcode&#0124; &#0124;sqlerrm);
    raise form_trigger_failure;
    END;
    null

  • Collapsed Tabular Form Heading when "No data found".

    The ' Collapsed Tabular Form Heading when "No data found" ' problem (speculated to be bug 9893564) is discussed here: {message:id=4419231}. Warning link is out of date. I'm still seeing it in APEX 4.2.
    I support Kelly's comments "looks like something is broken" and "Now this header (which is sized smaller before data is retrieved) comes between the search items and the help message and looks clumsy.".{message:id=9185914}.
    Any suggestion to get around it when no data is found?
    1) Is there a way to hide the header when there is no data? Or,
    2) Is there a way to adjust the width of the columns if the header must display? I'd like them to be about what they are when data is displayed. I know those lengths but not how to affect the header width for a tabular report with no data.
    Example:
    WS APEX_EXAMPLES_01
    demo
    demo
    Appl 78329 Tabular Form - page 1. (I forced query not to find any data for demo purposes.)
    Thanks,
    Howard

    Howard (... in Training) wrote:
    Paul --
    Great! So many new techniques here -- new to me. Generally, I much prefer positive logic as well. But this solution seems to have more pieces than the other.There is method in that.
    Firstly, with Aljaz's approach you can see a flicker as the tabular form is actually rendered and then hidden when the script in the footer is eventually run. This will be more apparent with a longer or more complicated page where it takes longer to reach the script and more content needs to be adjusted following removal of the form. Reversing the logic and hiding the form using CSS in the page header prevents this as the form elements are initially created as hidden nodes in the DOM before any of the page is rendered.
    More important is that this approach applies the principles of the separation of concerns and unobtrusive JavaScript. At some point when developing in APEX you're going to find yourself seriously losing your cool in a situation where you know the app is executing some JavaScript, but you can't find where that script is defined (maybe you've already been there). Look at the page 2 definition using the tree view: where's the JavaScript that is going to run? Now look at page 1: ah, there are a couple of dynamic actions...
    APEX now includes a lot of containers specifically for JavaScript: File URLs, Function and Global Variable Declaration and Execute when Page Loads in page templates and page headers, and declarative and custom Execute JS Code Dynamic Actions. These provide for good separation of concerns: we should use these locations for JS code, and avoid the exasperation of hunting through templates, page/region headers/footers, page 0 regions, pre-/post-element text or wherever to find the script we can see in the page source or JS debugger.
    Aljaz's solution also depends on detecting the presence of the No Data Found message with class <tt>nodatafound</tt>, and on modifying the Add Row button.
    What if someone changes the class of the No Data Found message in the report attributes? The Exists... condition on the dynamic action performs this check in a more direct way (although it's not ideal: DRY is violated by having both 2 copies and 2 executions of the report SQL; nor is it reusable on other form regions).
    Modifying the Add Row button JavaScript directly is intrusive. Like footers and templates, it's another non-obvious location for JS customisation. By using a dynamic action to bind another click handler to the button we're making the modification more obvious, and more importantly we don't have to modify what it's already doing&mdash;or in this instance, even care what that is (in other circumstances we might need to change the order or propagation of events, or suppress the original behaviour).
    As for reusability, my original solution didn't really consider this (as it wasn't mentioned in the OP). Since the subject has been raised, and in accordance with my comments above, I'd approach it in a different way.
    As discussed, I suggest not squirrelling JavaScript away in region templates. I'd create a reusable report template for tabular forms rather than a region one. A <tt>class</tt> defined on the report container there will provide a more direct selector for hide/show behaviour. I'd stick to initially hiding this report via CSS, and use dynamic actions defined on the global page to conditionally show it on page load and bind show behaviour to the Add Row button click. To make these DAs reusable I'd remove the Exists... condition from the first one and replace it with a JS condition that checks to see if the tabular form report contains any visible data rows (the class on the report template will help there as well). Binding the show behaviour to the Add Row button would use the <tt>onclick</tt> attribute as a selector (rather than an ID selector that requires an intrusive edit of the button) so that all Add Row buttons would be affected: <tt>$('button[onclick^="apex.widget.tabular.addRow"]')</tt>.
    And about the style code:
    #report_tabular-form,
    #report_tabular-form .report-standard {
    min-width: 90%;
    } That is an improvement. I had read about it but not considered it for this. I tried the technique used to adjust column width on other reports but when I use "div," it makes the data in that column display only. I really want to adjust the width of the individual column header. Is there a way to do that?I'm not really clear what you're asking here. (Use "div"? Where? How?)
    To control the width of individual report column headers, use the following CSS:
    th#COLUMN_ALIAS {
      width: 10em;
    }Where <tt>COLUMN_ALIAS</tt> is the alias of the column in the query: APEX uses this as the HTML <tt>id</tt> attribute for the column table header element. (Note that <tt>id</tt> attributes must be unique within a document, so it the same column appears in multiple reports/forms, ensure each column alias is unique.)

Maybe you are looking for

  • Need to add superscript for text field--HELP NEEDED.

    Hi Friends, Is there any way to implement superscript and subscript text in Crystal?  For example, I would like to superscript the portion (1) of the following string: "Buy(1) or Sell(1)" The only way I have found to do this is to put the "235" in a

  • Why can't I attach a link to my button?

    I can't for the life of me figure out how to add a link to the button at the very bottom of the page. When I select the button, and do "insert hyperlink" it just puts the link to the right of the button. http://www.webrevamps.com/promash/1b.html

  • Retrieving purchased iTunes

    I just sent my Powerbook G4 in to get my screen fixed, and when I got it back, my harddrive was erased. The backup copy of my harddrive that I thought I had was recently erased. Is there any way that I can redownload my purchased iTunes? I read somew

  • Embedding fonts in dynamic text fields

    I am having trouble embedding a font in my Flash file. I have the font in my library. I have the text field selected to that font with the * next to it. In my actions I have: vid_title_txt.embedFonts = true; If I set it to false instead, it shows a d

  • Employee Interaction Center Error

    Hi All, We are implementing EIC and when I am accessing this T-Code.I am getting this error The error occurred on the application server XYZ(Our Server name) and in the work process 0 . The termination type was: RABAX_STATE The ABAP call stack was: M