Using forms and coldfusion?

Hi,
I'm building a website for selling boats, I would like to open for people to be able to put in their boats for sale and that this information they are putting in automatically comes out on the website.
I'm building the site in dreamweaver and was thinking about using the form function. Also, I'm unsure if coldfusion is the cheapest and best way to do this. I also would like to be able to verify that input information is ok to go on website.
Any ideas, help?
Thanks!

I don't think posting my code will help on this one. I just
tested it with nothing but a blank flash form. It works in firefox,
both on my machine (localhost:8500) and on my server
(hostmysite.com). It runs in internet explorer on my machine, but
it gives me this error on my server:
Line: 89
Char: 1
Error: Object expected
Code: 0
When i look at the page's view source (html only no
coldfusion) and paste it into dreamweaver, the code on that line is
pointing the flash plugin.
Any ideas?
If everyone who would visit my site used firefox i wouldn't
care lol.

Similar Messages

  • How do I save a file to a server using flex and coldfusion?

    How do I save a file to a server using flex and coldfusion?
    On the CF side I might need to use this:
    <cffile action="UPLOAD" filefield="Filedata"
    destination="#expandpath('..\somepath)#"
    nameconflict="overwrite">
    And on the flex side I might need to use something like this:
    var sendVars:URLVariables = new URLVariables();
    sendVars.action = "upload";
    var request:URLRequest = new URLRequest();
    request.data = sendVars;
    request.url = _strUploadScript;
    request.method = URLRequestMethod.POST;
    _refUploadFile = new FileReference();
    _refUploadFile = _arrUploadFiles[_numCurrentUpload].data;
    _refUploadFile.addEventListener(ProgressEvent.PROGRESS,
    onUploadProgress);
    _refUploadFile.addEventListener(Event.COMPLETE,
    onUploadComplete);
    _refUploadFile.addEventListener(IOErrorEvent.IO_ERROR,
    onUploadIoError);
    _refUploadFile.addEventListener(SecurityErrorEvent.SECURITY_ERROR,
    onUploadSecurityError);
    _refUploadFile.upload(request, "file", false);
    I just don't know how to put it all together in Coldfusion.

    try this...
    http://cf-creations.co.uk/blog/index.cfm/2008/9/20/Flex--File-Upload-Form--Part-One--Build ing-The-Initial-Form

  • Any good tutorials for using jQuery and ColdFusion to build mobile apps

    Does anyone know of any good tutorials for using jQuery and ColdFusion to build mobile apps?
    Thanks!
    Lee

    I was just this moment looking at this website http://jquerymobile.com/
    Then for you a Google search on Jquerymobile and coldfusion
    http://www.google.co.uk/search?q=jquerymobile+and+coldfusion&ie=utf-8&oe=utf-8&aq=t&rls=or g.mozilla:en-GB:official&client=firefox-a
    http://jquerymobile.com/resources/
    Brings me onto this tutorial
    http://www.raymondcamden.com/index.cfm/2011/8/26/Making-jQuery-Mobile-templates-even-easie r--with-ColdFusion

  • Can I use forms and reports 6I runtime for production environment?

    I have a doubt.
    I know if i use or install developer (forms and reports 6I) both, runtime and builder, I do require a license.
    But If I buy the standard edition license for database (in production or deployment), and I wanna use the runtimes (from forms and reports) only as runtime not to modify or develop anything, is it possible? just to download it or install it in RUNTIME mode?
    Is it possible and legal?
    Thanks

    Can I download that developer and install both forms and report runtime (yes only runtime) to access a licensed standard edition database? The problem is, you can't download that version any more! All download links to Forms version earlier that 10g R2 have been removed from Oracle's web site. You might still be able to download Forms 6i from My Oracle Support, but this requires a paid license agreement with Oracle to access My Oracle Support (formerly Metalink).
    So, if you already have a copy of Oracle Developer Forms and Reports 6i then all you need to do is contact your local Oracle Sales Representative to get an official answer to your licensing question. If you don't have a copy of Forms 6i, then you are pretty much out of luck unless you know someone who has a copy!
    Craig...

  • System setup/installation to use Forms and Reports 11g

    We are a high education organization. We recently get a request from faculty to create an Oracle environment for academic purpose. We have Oracle database 11g installed on a Windows 2008 R2 64bit server. Faculty require to use Froms and Reports 11g. My questions is what will be the basic minimum set up to make that happen? Can we also install the WLS with Forms and Reports on the same server that the database is on, then only install Forms and Reports client part on user workstations? Can somebody provide any documentation that can help on this issue? Thanks.

    Michael Ferrante's post in this thread has a list of useful documents
    How to run Oracle Forms app on local PC?
    For your server configuration you should be looking for the Windows 64 bit version of Weblogic Server and Forms.
    > My questions is what will be the basic minimum set up to make that happen?
    The system requirement guide in the link above will have all the information you need
    > Can we also install the WLS with Forms and Reports on the same server that the database is on
    Yes, assuming your server meets the combined requirements for both products, although I prefer to keep them separated for ease of administration.
    > ..then only install Forms and Reports client part on user workstations?
    For Forms 11g there is no installation required on the client to run forms applications (other than JRE). However if the user workstations will be used to run the forms builder and reports builder used to create the forms and reports modules, you will need to install Weblogic and Forms (Developer install type) on each workstation.
    One note of caution: Forms 11g is extremely sensitive to the versions of the components - Weblogic Server, Forms, Java, Internet Explorer, etc. I would use only the versions certified in the certification matrix in the link above.

  • Updating JVM (using IIS and Coldfusion)

    I recently created my first java class and compiled it using
    the new java SDK. I Registered my new CFX Tag and now I get this
    error "500 HelloColdFusion (Unsupported major.minor version 50.0)"
    when trying to access it in my .cfm test page. I read that this is
    because I used a new version of JVM to compile the class and the
    jvm coldfusion has installed is older. How do I update coldfusion
    to look at the new jvm ?

    This fixes ERROR "Unsupported major.minor version 49.0" and
    "Unsupported major.minor version 50.0" on my Windows Server 2003
    SP1 and Coldfusion MX 7.02 system.
    1. Make sure the ColdFusion service is stopped.
    2. Download JRun4 Updater from
    http://www.macromedia.com/support/jrun/updaters.ht...
    jrun4-win-en-updater.exe
    3. Install JRun4 Updater into the runtime folder of your
    ColdFusion install directory.
    C:\CFusionMX7\runtime
    4. Download and install Java JDK 1.5 (
    jdk-1_5_0_11-windows-i586-p.exe )
    5. Open both jvm.config files found in these directories:
    C:\CFusionMX7\runtime\bin
    C:\CFusionMX7\runtime\updater6-backup\bin
    6. Find the line that sets the java.home property under the
    "VM Configuration" heading ( change
    "java.home=C:/CFusionMX7/runtime/jre" to "java.home=C:/Program
    Files/Java/jdk1.5.0_11/jre" in both files.
    7. Restart coldfusion.
    I hope this saves you all time.

  • From Forms Product Management -Using Forms and SCM

    Oracle9i Forms and Oracle9i Software Configuration Manager (SCM) are integrated so that software configuration management can be done directly from Oracle9i Forms Developer.
    Check out this new paper in the "NEWS" section on http://otn.oracle.com/products/forms
    for more details.
    Regards
    Grant Ronald
    Forms Product Management

    Grant
    I don't think you'll get too many replies. I expect most people here are either committed to using Web Forms already (and so don't need this functionality) or else are still in client-server mode (and so don't understand what you asking).
    We are just in the process of migrating from Forms4.5 to 9i (I'm in the WebUtil beta) and we are still finding out all sorts of non-obvious things about web-deployment - don't get me started on how awful the whole GIF thing is! So I'm not really qualified to have an opinion about Webstart. I only have the vaguest idea what it does and I'm not sure I want to read up about it just so I can tell you whether to go ahead with it.
    What I will say is this:
    (1) Anything that makes 9i Forms more like a client-server experience for the users would be a good thing, bceause it would minimise the shock of transition.
    (2) Choice is a good thing. Your recent experience of developers' spleen over the removal of client-server should tell you that people respond well to being given options and badly to having them removed.
    (3) If I've correctly understood Haris Peco in their second point we could get rid of O9iAS and that would be flipping marvellous for everybody (except possibly the VP in charge of O9iAS Sales :P).
    My tuppence ha'penny worth.
    Cheers, APC

  • Acrobat 8 PDF Forms and Coldfusion

    I was wondering if anyone had any success submitting and
    storing PDF form submissions using Coldfusion. I have been
    successful submitting XML data from PDF forms, but wonder if anyone
    has been submitting data as XDP with PDF or PDF submission formats
    without LiveCycle.
    Thanks in advance!
    Shannon

    This is the best "HELP" i've found, it's not even an answer.
    http://www.adobeforums.com/cgi-bin/webx/.3bbf90d7/0

  • F110 - output using Form and Driver program

    Hi All,
    I need to prepare Sap Script Form for F110 tcode.
    standard scriptname to be use is F110_IN_AVIS
    standard driver program to be use is RFFOAVIS_FPAYM.
    but i dont know, where to assign these to F110 and check the output weather Form is displaying the data in correct way or not.
    Thanks for you help.
    Srinivas

    Hi Jayasri,
    Thanks for your reply, if i mentioned wrong, could you please tell me what should i mention for "Payment Advisor to Vendors".
    After mentioned the form name in FBZP. How to check the output on Form using F110. Because, to execute it, when I hit "Printout", am getting jobname. With that jobname, if i go to sm37, i am getting the status has "Finished". So can't i see the output.
    If i see the output, then only i can do the need full changes to my client requirement.
    Could you please help me on this.
    Thanks for your reply.
    Satya Srinivas

  • Using Forms and Form Processors

    I am an Adjunct, teaching "Doing Business on the Internet" Thought I'd give an exam using a form since the server I use Ipage has a form processor capability.
    the test can be seen at http://www.grampslist.biz/Prof/ole2.html.  When the form is filled out and submitted, answers are all over the place and any HTML that is entered does not show up.  Can anyone help,  Thanks.
    Joepd

    Thank you, yes I tried )) and ok but really not as literal as  <  >.  The
    work around I used was to require all HTML answers to  be preceded by <!--
    and ended with -->.   Its still a  mess.  Too bad..
    Joe
    In a message dated 4/12/2011 4:24:56 P.M. Eastern Daylight Time, 
    [email protected] writes:
    html  code can be used to hack a database, so the form is cleaning out the
    tags. It  is possible to submit html tags to the database by converting the
    tags to  entity equivalents, but you may not be able to do that using a form
    builder as  you  are.

  • Forms and ColdFusion

    So, I notice that the prelease returns stuff for the FOrms
    example PHP but not for ColdFusion...is that intended?

    Hi,
    That has more to do with the configuration of the Labs
    server than a preference for application servers.
    I will update the preview page to link to relevant files,
    like:
    http://labs.adobe.com/technologies/spry/preview/samples/form_submission/AjaxSubmitChecker. cfm
    http://labs.adobe.com/technologies/spry/preview/samples/form_submission/SubmitChecker.cfm
    which are the behind the scenes for CF.
    Thanks,
    Don

  • How to store any file in database using Forms? EVEN non OLE Compliant

    I have to store and retrieve any file (not only image and OLE compatilble file) in the database and retrieve it later without using Forms and email it using java stored procedure. How do I do that?
    I used OLE, but the problem with this is later when I retrieve it, some OLE specific control information is also retrieved, which means the data stored is not only pure data.
    In the forms, I just want to give the file name and it should store that file into the database as we do with READ_IMAGE_FILE. Is there any way of achieving this?
    Thank you.
    Bijay
    null

    Please refer to this link:
    http://www.dba-oracle.com/t_storing_insert_photo_pictures_tables.htm
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Weblogic, Forms and reports 11g - help with report server

    Hi Everyone
    To start with i'm very new to forms and reports (3 months!!!) so my question may sound a bit silly.
    At the moment we have 10 apps using forms and about 6 of them using reports. All the reports get run from the forms. We are upgrading forms and reports from 10g to 11g and the dev teams are not willing to recode the forms to pick up ENVID's etc. i have 1 reports server running and have configured to run one of the apps reports but my question is how do i get the other apps to run under that report server, can this be done.
    I have thought about creating a report sever for each app but not sure if this is best practice and a bit over kill.
    Would i be wrong to create a report server for each app.
    Thanks
    Edited by: Zantie on May 11, 2011 2:27 PM

    Hi,
    If both apps are using the same middle-tier home, then forms built-in run_report_object should submit reports to the this url. i.e <protocol://<mid-tier or LBR>:<port>/reports/rwservlet?. Assuming you are using the in-process reports server no need to specify reports_server parameter. Also if the envid is missing, you can move all the .rdf or .rep files to the default reports server directory $mid-tier_home/reports/samples/demo directory.
    Leonard

  • Is there any impact analysis tool for Oracle Forms and Reports

    Hi All
    We are curretly looking at tools available to do impact analysis in Oracle Forms and Reports. This is for the maintainance of a large Oracle application developed using forms and reports 10g. We use Oracle Designer but only to maintain the db structure and not for forms and reports generation. Our intension is to find out the impact of db model changes, stored procedure changes in Oracle Forms and Reports. Please suggest any tools that are currently used for this purpose.
    I remember manually maintaining the CRUD matrix for Oracle Forms and Reports for maintainance purpose. CRUD matrix will have the list of all the tables which are affected by the module. But this is a manual activity and hence the responsibility is with the dev team to keep the document updated. Please suggest if there is any alternative to this way which can be more effecient and less error prone...
    I also wonder how these are done in Oracle ERP? how the apps team in oracle is maintaining the forms and reports?
    Thnaks in Advance
    Mahesh Mathew

    Quest (the makers of TOAD) have a tool called SQL Impact which gathers data from forms, reports, triggers, packages etc.
    FormsMate is a simple, cheap alternative for comparing or searching in forms.
    http://www.jockvale.ca/products.html
    Alternatively, you can export forms to xml (with iff2xml90.bat) and reports to jsp (with rwconverter) and simply grep those and your sql scripts. There are grep tools for windows if you need.

  • Deploying Forms and Reports on Linux

    We are using Forms and Reports 6i in Client/Server mode in
    Windows with all of our clients for years now with
    complete success.
    Most of these clients are small to medium size organizations
    and don't have the resources or need to upgrate to 9iAS with all
    the costs and complexities involved.
    Now there is a demand to run these applications in Linux at
    the client side, i.e. they want to put Linux machines at
    the users desktops.
    We noticed that there is a Linux version of Forms and Reports
    in OTN and would like to try it, but we are concerned about
    if the product is really suported by Oracle : There seems to
    be no documentation, white papers or patches available.
    Can please someone comment on this? Can we develop our forms and
    reports in Windows and deploy then with the Linux runtime ?
    Deployment with 9iAS is not an option.
    Thanks in advance for any advice or suggestion

    Hi Goncalo,
    There is no reason why this should not work on Linux, and there are patches available for Linux. The latest patch for Linux (patch 11, which is the latest Forms 6i patch) was released Sept 6th, 2002.
    This can be found on Metalink (http://metalink.oracle.com).
    ID:2100221 Patchset:2536642
    RELEASE 6I:PATCH 11
    Product:Oracle Developer
    Platform:LINUX Intel
    Language:American English
    Version:Developer 6i
    Last updated:06-SEP-2002
    Size:254M (266775095 bytes)
    Oracle MetaLink is Oracle Support Services' premier web support service. MetaLink is FREE for Oracle customers with current product support contracts.
    Best regards,
    Jonas Jacobi
    Forms Product Management

Maybe you are looking for

  • IPhoto Books empty

    hello i have 20'000 photos and more than 30 books created on iphoto, now 9.5.1. some books are still visible in the left bar, but either iphoto shows nothing on the right hand side or starts to show the rotating "busy" sign endlessly. i have reset th

  • YouTube not loading with mountain lion

    Hello i recently have downloaded osx mountain lion and youtube has not been running well and certian safari pages have not been loading. I have been wondering how to fix this? or if anyone is having the same problems thankyou ... also my internet is

  • Can't start Oracle BI Server service after uploadingo RPD

    Hi, I have just installed OBIEE 11g and I have some problems, or I don't know fine 11g version :-) ONLINE RPD 1) It response with UNKNOWN ERROR in case I would like to add new DATABASE in Physical Layer; 2) The consistency check fail with nQSerror: 3

  • What is data acquazition?

    I see that you are new to SDN .. please read the rules of engagement available on the forums before posting plz answer what is data aquaization/ Edited by: Arun Varadarajan on Apr 19, 2009 8:48 AM

  • How to delete bulk of objects from transport request?

    Hi I made some mistake in selecting the objects for transport, and now there are a lot of unwanted objects saved under the request number. I know the objects can be deleted from the transport request through SE01, SE09 and SE10. But none of these all