HTML DB  Insert don't Clear

I have a form for use to enter data. The user might enter more one record at a time. Some information is need for the next record. So I don't want the form to clear the data each time the user click on the [Insert] button. I want the form to remain open and don't clear the data.
I did not specifiy the "Clear Cache" ( I did not tell it to clear form).
help!

NO, That does not workThat is incorrect. What didn't work was your attempt to change the setting to 'Only..', not the attempt to run your page with the item attributes set to 'Only..'.
You are probably on version 1.6. You should apply the 1.6.1 patch (find it on Metalink) to fix this problem. Alternately you can edit the item using the popup item edit page enabled by the "show edit links" feature in the developer toolbar. Whichever solution you choose, you will then be able to set Database Column-sourced items to 'Only..'.
Scott

Similar Messages

  • Problems setting 'allow HTML snippet insertion' in Contribute 4

    I am trying to set the administrator option to allow insertion of HTML snippets (as described here). But the dialog box to change the settings does not include an "Allow HTML Snippet Insertion" checkbox.
    Any advice? Is this to do with the version of Contribute I'm using? Or is there some other administrator setting I need to set first?

    Hi ravster.
    Thanks for the suggestions. I had read the Arch NFS HowTo and did as you suggested get rcpinfo for the server machine. The Libranet NFS server is configured rather different since the NFS daemons are built into the default kernel.
    Since I needed to complete the transfer immediately, I gave up for now trying to set up NFS and used netcat (!) instead to transfer the files from the Libranet laptop to the Arch workstation. The laptop will be converted to Arch Linux soon so I think I'll be able to clear things up soon.  I haven't had any problems setting up NFS with homogeneous (i.e., all Arch or all Libranet) computer combinations.
    Thanks again.
    Win

  • Pop-ups for parameter value insertion don't appear

    Hi,
    I am using Web Intelligence for creating a report that allows custom parameter values to be inserted via pop-up.
    The problem is such pop-ups for parameter value insertion don't appear on the various web browsers I make use of.
    (I.E. versioni, Firefox versioni)
    Any idea on how to solve such issue?
    thanks in advance,
    SC

    I suppose that you mean query prompts, that are parameters that are asked to the user in order to filter the data.
    Which version of BOE are you using?. If you are using BOE XI R2, that problem happens when you use Java 1.6 (only when editing the document), you should use Java <=1.5 (you can check the error in the java console while you execute the report).
    I think that problem was solved in a SP (not sure which SP solves this ¿SP4?)

  • Addresses don't clear between mail messages

    I have built a custom Mail interface which is only required to send mail. I am using Tomcat 5.5, JSP and Servlets. I am using JDK 1.6. I can send mail with all the bells and whistles with no trouble, attachments are uploaded using an open source package, and attached to the messages, NO Problems there...
    BUT, users log into my application, they click on the mail icon and check they mail and send new mail... The "sent mail" is stored in the db, no e-mail is stored in the system. The received mail, which is only actually received from other users of the system, is also stored in the DB for online viewing...which is to say the form input details used to create the mail are stored...
    IF the user has selected to have the message forwarded to their "real" email account, then I create an e-mail using the JavaMail API and send it. Currently I am using James Server on my laptop to build and test it.
    Now, a user may send a mail message then send another, and another...etc... BUT if I send the first mail message to russ@localhost and the second to russ@beavis and the third to russ@butthead, assuming those addresses are fine...the first will go to russ@localhost, the second will go to russ@localhost & russ@beavis and the third will go to russ@localhost & russ@beavis&russ@butthead....
    In other words it is not clearing the addresses set in the previously sent mail message ... it seems that it is holding these addresses as static variables and does not provide a way to clear them...
    I even tried setting the Message object to null....but it doesn't help
    I couldn't find any info on this issue online anywhere... so I assume it is just me screwing up again...
    Any help is greatly appreciated..

    I couldn't find any info on this issue online
    anywhere... so I assume it is just me screwing up
    again...That's always the first assumption you should make.
    Any help is greatly appreciated..Under that assumption, you should be looking at your code. First find where you assign the recipients to your message. Look at what you are assigning from. You will find that is something that allows a list of recipients. And I think you will also find that you don't clear that list when you create a new message.

  • Need to enable html snippet insertion in CS4

    The insert html snippet option is disabled on my insert menu and I need to enable it. Please help. Thanks.

    Hi,
         The website administrator has to enable the permission for inserting HTML snippet, for your role, for the Insert HTML Snippet menu to be enabled. If you are the website administrator, you can follow these steps to enable the Insert HTML snippet menu item:-
    Launch Contribute and select Edit -> Administer Websites, and select your website.
    The Administration dialog for your website will be shown.
    Select a role (for ex, Administrator), and click Edit Role Settings button.
    The Edit Role Settings dialog will be shown.
    In this dialog, select Editing from the left panel, and check the check box for 'Allow HTML Snippet Insertion'.
    For more information, click the following link http://blogs.adobe.com/contribute/2009/06/are_you_a_power_user_try_using.html
    Hope this helps. Cheers.

  • Updates don't clear from the app store

    This is not so much a question on how to fix, but possible bug issue.  In the past when you would update and app, when the app update completed and you closed the app store, the next time you opened the app store it would be empty.  Now  that I'm on iOS 7, I close the app store and come back, the updated apps are still on the update screen with the date they were updated.  Unfortunately, they don't clear when you sync then with iTunes and it appears that they eat up precious disk space on the device.
    I haven't added anything new, but have 9 updates and lost nearly 400MB in the process.

    This is not so much a question on how to fix, but possible bug issue.  In the past when you would update and app, when the app update completed and you closed the app store, the next time you opened the app store it would be empty.  Now  that I'm on iOS 7, I close the app store and come back, the updated apps are still on the update screen with the date they were updated.  Unfortunately, they don't clear when you sync then with iTunes and it appears that they eat up precious disk space on the device.
    I haven't added anything new, but have 9 updates and lost nearly 400MB in the process.

  • HTML tag insertion problems

    I'm new here, any forum mods that have a better spot for this to go, feel free to put it there.
    Ok, here's my situation. I'm trying to write a note-taking application, which displays said notes in HTML, in a JEditorPane. I figure HTML is a good way to display them, as it supports bold, italics, highlighting, links, tables, bullets, etc, all of which are very handy in notes. However, adding all those things to the notes dynamically (as one does when taking those notes) is getting very complicated. Specifically, say I want to highlight (by changing the background color) a selection of text. I can do this fine, by inserting the appropriate tags, but when it comes time to unhighlight (all or partially) things get confusing, and a LOT of edge cases pop up very quickly. Anybody have someplace I can go to where this has been done before? I'm sure I'm not the only one wanting to essentially implement a subset of Office's formatting capabilities, and apparently OpenOffice doesn't use Java to do this.
    Also, would RTF format be a better alternative? I know next to nothing about how it works, but maybe it's easier to do this in it, considering it's designed to handle these sorts of things.

    [Google it!|http://www.google.com/search?q=java+html+wysiwyg+editor&hl=en&sourceid=gd&rls=GGLD,GGLD:2008-06,GGLD:en&aq=t]... and take your shovel ;-)
    Cheers. Keith.

  • Help with html code - inserting video into Muse

    I am seeking help writing the code to insert a video into Muse. I uploaded video into my Business Catalyst hosting. I need it to autoplay, loop and not show any controls or frames.
    When I host video on Vimeo or YouTube, I see markings on the video that is why I am trying to just host in the same place that the files are stored for my website. If there is a way to host on youtube with out any markings showing up on the video I would be open to that too.
    I don't want to see any play button or time bar.
    Thanks in advance!!

    Hello,
    Just as an FYI - we also have an HTML5 video tool over at MuseThemes.com that achieves this, but works on mobile devices as well. The link above looks like it uses Flash, which isn't common anymore since the release of HTML5 based video.
    Simply drag the widget out onto your canvas, and link up your videos / set options like loop, controls visible, etc. It's quite a flexible widget, and there's a complete training video included so you don't get stuck
    Check out the widget here
    Just wanted to provide another alternative that could be helpful. Cheers!
    Steve Harris
    MuseThemes.com

  • Unless I don't clear any history my financial sites cant remember account numbers.

    I used to be able to clear my history (clear all history) but did't have to re-enter account numbers each time I entered a site. After a nice geek fixed a malware problem (I could get emails but couldn't sign on to the internet using firefox, explorer, etc.) I can't clear anything without having to sign in each time.
    I am really clueless about how to secure things.
    I don't understand which items to NOT clear -- cookies, cache, etc. HELP!!!! The diagrams don't make sense.

    Keep the cookies but clear everything else & it should remember
    log in info.

  • HTML tag checkers don't recognize my title tags, H1 tags, etc

    Hi,
    I am trying to check my title tags, meta tags, etc to make sure they are recognized by google crawlers. Every HTML checker site I use says I am missing all the tags for title, keyword, H1, description etc
    Yet when I view source on my site http://landscapingcalgary.org all the tags are visible. Is google seeing these tags ? why don't these free html checker sites see my tags ?
    Thanks for any help you can offer.

    gypseas wrote:
    Is google seeing these tags ? why don't these free html checker sites see my tags ?
    +"iWeb websites are not made to be search engine friendly."+ ...Read more here:
    _SEO For iWeb: How to get your iWeb Websites into Google & Other Major Search Engines_

  • HTML DB Insert Update field by a trigger -- Repost

    I have a table that has 3 columns, they all not NULL.
    User_name, Update_date, Update_By
    I want to enter user name only and the Database trigger will update the other two fields. I used SQL - Command Processor I could achieve the purpose, but I could NOT do it in the HTML DB form. I mean the HTML DB form seem did NOT trigger the trigger in the database.
    Why? it work for me before.
    Here is my trigger
    create trigger "Update_date_by"
    before insert on "SERVICES"
    for each row
    begin
    :new.UPDATE_DATE := SYSDATE;
    :new.Update_by := nvl(v('app_user'),user);
    end;

    Here's one of my triggers, which works just fine.
    CREATE OR REPLACE TRIGGER "CONTACTS_DEVICE_BI"
    BEFORE
    insert on "CONTACTS_DEVICE"
    for each row
    begin
    :new.created_by := NVL (v ('APP_USER'), USER);
    :new.created_on := sysdate;
    end;
    Looks pretty much like yours except for the 'or replace' clause in the first line.
    Are you getting any kind of errors anywhere? If you're not getting any errors and the trigger doesn't appear to be making the appropriate entries in the table then it's probably not firing at all - which means it's somehow gotten disconnected from the target table somehow.
    Look in the object browser of the SQL workshop and select Triggers from the list. Then make sure the trigger is compiled with no errors.
    Earl

  • When is SQL insert done?

    I have a default form that has the default create button (which I'm assuming is tied to the after submit process - process row of <TABLENAME> which actually does the insert??). I want to execute a procedure after submit because I need to pass it the value of the primary key of this new record (I can see in session variables that this ID is bound already). Because of a FK constraint, my procedure process is bombing because the new record isn't actually in the database yet, even though my process runs AFTER the process row. Does anyone know how to make this work?

    After insert proces put next process (ensure that this process is fired only when INSERT process is regularely done)....
    In my example I'll use ID (number) field as PK of table1 which is referenced in Table2. This is working only if one isertion is done....If there are many of them then trigger is better solution...:
    SELECT MAX(ID) INTO NEW_ID from table1;
    INSERT INTO TABLE2 (....,FK_ID,...) VALUES (....,NEW_ID,....);This code will work because new id exists only in your transaction and no one other see it until commit is done.
    Commit is done automatically one end of page, end of session or end of storry (as I get an answer once on this forum!).
    Hope this helps!

  • Adobe Muse: how to access HTML code inserted?

    Hi everyone,
    do you know how to edit HTML code already inserted in an Adobe Muse template?
    This code is for analytics purpose.
    Thanx
    fremo

    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/muse for program questions

  • My MacBook pro 2012 Mountain Loin 8.2 don't clear the inactive memory automatically when memory needed for other program so I get page outs.

    My MacBook Pro 2012 Mountain Loin 8.2 doesn't clear the inactive memory automatically when memory needed for other program so I get page outs. There are much inactive memory when page outs. Why my mac does this?

    That's completely normal. If other programs require memory then the system will reallocate Inactive RAM as needed. Page Outs don't mean anything.
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.
    Adding RAM only makes it possible to run more programs concurrently.  It doesn't speed up the computer nor make games run faster.  What it can do is prevent the system from having to use disk-based VM when it runs out of RAM because you are trying to run too many applications concurrently or using applications that are extremely RAM dependent.  It will improve the performance of applications that run mostly in RAM or when loading programs.

  • HTML Page - Inserting Key Words

    I am real new to this, so please be gentle.
    I am out of work and have created a web page (with IWeb) to hopefully generate some income. I want to insert Key Words on the HTML page. When I get to that page the code looks like I would insert the Key Words on the last line between the first ">" and the next "<" />Key Words<head><body></body></html>
    Would anyone know if this is correct?
    Thanx
    Citizen-Kane

    Try using the freeware SEO Tool....
    http://www.ragesw.com/products/iweb-seo-tool.html
    and search for keywords with.......
    http://www.ragesw.com/products/sekeyword.html

Maybe you are looking for