Multiple Sets of Clips Not Needed

When I import video from a camera, it creates multiple sets of clips. I am trying to edit the video to a supplied exact times and because there are multiple sets of clips, its not easily able to figure out where an exact time of the entire video is.
My question would be, is there an easy way, within, iMovie to combine all the clips as one, or import the video so it doesn't create multiple clips? Or even say that I'd like to select say: 0:40 to 2:32 of the entire import as my Favorite.
Thanks,
Peter

OK. I took out the extra comma. Put a space in after *survey*
and put "form" in front of the variables in order to scope them. I
got it to work just then and decided to add the next radio button
and once again, the error message keeps coming up.
Here's what it looks like now.
ACTION
code***********************************************************
<html>
<head>
<title>test</title>
</head>
<body>
<CFIF IsDefined("FORM.btnSubmit")>
<CFQUERY NAME="Add" datasource="newMID">
INSERT INTO survey (
poc,
polite,
know,
time
VALUES (
'#form.poc#',
'#form.polite#',
'#form.know#',
'#form.time#'
</CFQUERY>
</CFIF>
<cfoutput>
Thank you. Your IT survey has been forwarded to our NHCPR IT
mailbox.
</cfoutput>
<cfmail to="[email protected]"
FROM="[email protected]"
SUBJECT="IT Survey Form">
Polite: #polite#
Know: #know#
POC (opt.): #poc#
Timely: #time#
</cfmail>
</body>
</html>
The ERROR msg
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in
INSERT INTO statement.
The error occurred in
C:\Inetpub\wwwroot\PaxNew\chiefOscar\testSub.cfm: line 20
18 : '#form.polite#',
19 : '#form.know#',
20 : '#form.time#'
21 : )
22 :
SQL INSERT INTO survey ( poc, polite, know, time ) VALUES (
'kennedi', '3', '5', '3' )
DATASOURCE newMID
VENDORERRORCODE -3502
SQLSTATE 42000
Resources:
Check the ColdFusion documentation to verify that you are
using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Remote Address 10.249.6.81
Referrer
http://205.115.107.22/chiefoscar/tsurvey.cfm
Date/Time 29-Jan-08 02:05 PM
Stack Trace (click to expand)

Similar Messages

  • Link to online web service or set up my own? Clip Notes Problems

    I am looking for some kind of hard drive/server kit for hosting my own videos. I want send my clients links to their projects at certain stages, but not through YouTube. I have no idea how to set that up. I saw an ethernet/USB2/what-have-you Buffalo drive that I could supposedly serve from and store my archive files. Is that the way to go or is it better or more cost-effective to go with an online service?
    By the way, I could not get Clip Notes to work. In fact, it crashed my computer (or Premiere anyway). I should be able send direct from the timeline, correct? It didn't do that. Instead I had to send it to myself first - save to hard drive, and then email it to whomever. I don't see how it could work anyway. I can't email a 20 MB or bigger PDF file, can I?

    Running your own server would probably be much harder than setting up a page through a commercial-grade provider. First and foremost you would need to set up a server-class OS and webserver system (such as Apache running on a Linux kernel). Security becomes a big issue as you almost certainly *will* come under fire by bots looking for servers to infect. So, you'll need to learn Apache, setting up CGI, Perl and other scripts and firewalls to protect your investment. Then you still would need to set up a page with a secure entry shell to allow your clients in without letting others in (to protect NDA protected material and preventing other clients from "peering over your hsoulder" as it were).
    Also, if you have internet provided by Comcast or Verizon (or similar end-user broadband), those plans *explicitly* disallow use as a server and they most likely would shut you down if they detected the presence of incoming HTTP routing on port 80, and doubly-so if you are running a commercial website for the benefit of your business. They have specific "enterprise class" broadband packages but they are typically more expensive (often twice as much as "home" packages) as they provide more consistent and reliable speeds and are usually synchronous rather than the typical end-user asynchronous broadband (ie end-user is 2Mbs down and 300Kbs up, where enterprise class would be 4Mbs down *and* up). The benefit being that people visiting your server are getting full speed *from* you as well as *to* you, and also they typically provide more robust mail packages.
    Serving your own content from home is typically an expensive and extremely labor-intensive prospect, as you will almost certainly need to learn Linux/Unix as well as apache, and maybe also a robust FTP client and mail server. Serving from Windows XP or Vista is highly discouraged due to enormous security problems and downtime issues. Learning CGI, Perl and so forth is daunting at first and (if you're like me) you probably want to work on graphical content more than laboring over server duties and security details.
    Subscribing to an enterprise-class hosting service can provide you with a robust, professional-looking website with almost no knowledge of HTML, CSS, Perl, CGI or other technology, and most provide a wide array of "extras" like secure password-protected content for individual users, CGI bins, mail hosting, extensive arrays of scripts to use (such as blogs, forums, online updating, user statistics, traffic analyses, etc) and many also provide simple tools for setting up your site with easy-to-use templates and so forth. I have used 1-and-1 hosting and they provide excellent service with highly-rated uptime and security as well as a ton of tools and software for site building. Typical packages for decently rated monthly bandwidth can be had for around $10 to $20 a month which is a fantastic value, compared to spending upwards of $100 a month for hosting your own server and the countless hours of set-up and daily maintenance.
    Depending on the services you subscribe to with a provider, many probably have compatible systems for allowing you to publish directly to your website via common protocols and tools (using FTP or VPNs (virtual private network allowing for remotely mounted network drives)). You may need to do some research and homework, but the end result would be a very seamless work environment where you can share results with clients quickly and easily, and also allow them to comment, share notes and upload assetts for you to utilize if necessary.
    -Mark

  • Setting scroll bar to inbisible when not needed

    Here is the post again, some quotation marks came out as
    letters before. This is correct version
    I'm using AS 2.0, and have added a
    scroll bar with instance name: ...................sb1
    a dynamic text field with instance name:.... tb1_txt
    an external text file named as:....................home.txt
    I want to make the scroll bar invisible or transparent, when
    its is not needed. I'm thinking that I may have to use the _visible
    property, but not sure of the correct code to integrate this.
    Any suggestions anyone?

    // Note:
    Create a movie clip to put the code into
    Use only 2 frames
    Use 2 layers
    Layer 1 put the action script
    Layer 2 put the textarea and the scrollbar
    Put a keyframe on each frame in only the Action Script layer.
    The 2nd layer should only have a keyfram on the first frame
    and span both frames 1 and 2.
    On the first frame (do not put a stop() method here)
    - set the visibility of the scrollbar to false
    - set the text content / value of the textarea
    On the second frame
    - Put the action script
    stop();
    if(textDisplay.maxscroll &gt; 1){
    textscroll._visible = true;
    } // if

  • HT2534 When I try to set up an Apple ID, it's asking for a credit card, and there is no "None" option, like this page suggests. How can I bypass this? This iPad is for a younger child who has no credit card, and will not need to make any purchases.

    When I try to set up an Apple ID, it's asking for a credit card, and there is no "None" option, like this page suggests. How can I bypass this? This iPad is for a younger child who has no credit card, and will not need to make any purchases.

    You can create an iTune and App Store account without credit card details
    1. Sign out of current Apple ID if you are sign-in to one (important)
    2. Go to App Store and select a free app
    3. Tap INSTALL APP
    4. Create New Apple ID
    5. Confirm Your Country
    6. Agree with Terms and Conditions
    7. Fill in your Apple ID and Password (you must create a new Apple ID; don't use your old Apple ID)
    8. Create and answer your secret question
    9. Select NONE for Payment Method
    10. Fill in Billing Address
    11. Submit application for new Apple ID
    12. Wait for verification email
    13. When email arrive, verify your account
    14. Start downloading your free apps

  • Hi, is there any option how I can edit duration of multiple video clips (not stills) in iMovie 11, lets say if I want them 2 seconds long? Many thanks for any advice... Tom

    Hi, is there any option how I can edit duration of multiple video clips (not stills) in iMovie 11, lets say if I want them 2 seconds long? Many thanks for any advice... Tom

    Yes.
    iMovie 11 tutorials:
    http://help.apple.com/imovie/
    http://www.apple.com/ilife/tutorials/#imovie
    and also these:
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html#interface

  • Files that used to be visible are now hidden in Mavericks. How can I change the setting to view the same files as before? I do not need the hidden files that are typically invisible.

    Files that used to be visible are now hidden in Mavericks 10.9.1. How can I change the setting to view the same files as before? I do not need the hidden files that are typically invisible.
    I am having trouble locating such files as PDF's INDD, AI etc. When I view all hidden files and try to open it in the program..it looks like it is really not on the drive. Has anyone come across a solution?

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • I have a disc for Photoshop CS-6 and entered the redemption code; system says I'm all set and a serial number is not needed. Install program on disc will not proceed without serial number.

    I have a disc for Photoshop CS-6 and entered the redemption code; system says I'm all set and a serial number is not needed. Install program on disc will not proceed without serial number. How do I resolved this Catch-22?

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • [svn:fx-trunk] 8732: Do not need to invalidateDisplay list when setting either the horizontalScrollPosition or verticalScrollPostion since the

    Revision: 8732
    Author:   [email protected]
    Date:     2009-07-22 08:00:53 -0700 (Wed, 22 Jul 2009)
    Log Message:
    Do not need to invalidateDisplay list when setting either the horizontalScrollPosition or verticalScrollPostion since the
    ContainerController's setters call updateForScroll(), if scrolling needs to happen, which updates the container.
    Also do not need to invalidate the display list when the scroller calls clipAndEnableScrolling install or uninstall the RET as a viewport.  The scroller should do it if necessary.
    QE notes:
    Doc notes:
    Bugs: SDK-22293
    Reviewer: will be Gordon and Corey
    Tests run: performance tests mentioned in the bug
    Is noteworthy for integration:
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22293
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    The same id shows at the top of the Settings > iCloud screen on both your iPad and iPhone - if they are different then they are not being synced. And for contacts and calendars you need Settings > iCloud > Contacts and Settings > iCloud > Calendars 'on' on both devices

  • I have multiple calendars set up but not all are displaying in iOS 7 notification center.  I just get a heading stating "there is one all-day event scheduled" in the tomorrow summary.  Can't get it to show the details of the event.  any ideas?

    I have multiple calendars set up but not all are displaying in iOS 7 notification center.  I just get a heading stating "there is one all-day event scheduled" in the tomorrow summary.  Can't get it to show the details of the event.  any ideas?

    have you tried rebooting your computer?

  • My visual voice mail is not working..i have done all the steps that I have seen on here to do. When I call the voice mail it says that there is not a box set up and I need to contact my system administrator.

    My visual voice mail is not working..i have done all the steps that I have seen on here to do. When I call the voice mail it says that there is not a box set up and I need to contact my system administrator.

    I have had voice mail set up on my phone for 10 years. When I did the last iOS update before 7 I guess it wiped out my voice mail. Can I not set it up myself? I haven't changed my message in years.

  • My setting icon ii not on my home page need to put it back on home page

    my setting icon is not my home page want to put it back

    Easiest way is to use iTunes:
    http://support.apple.com/kb/ht1977

  • Report changes for Multiple sets of books

    Hi,
    I am new to the financials suite. What changes would be needed in reports to make them global and run across multiple sets of books and currencies.
    I was thinking of eliminating any _all tables. I am not sure on what SOB related parameter changes would be needed.
    Thanks for your help in advance.

    Are the existing reports Standard or Custom Reports?
    If they are Standard then they should work for any SOB.
    If they are Custom Reports then I suggest you to run them in the development instance and see if you are getting any errors.
    For more info you can refer to chapter 4 & 5 of multi org user guide in the following link http://download-uk.oracle.com/docs/cd/B25516_08/current/acrobat/115multorg.pdf

  • How do I join multiple (short) audio clips into one single long audio clip in Premiere Pro CS5?

    Hello,
    The question is in the title but I'm wondering how I can join multiple (short) audio clips into one single long audio clip in PP CS5.5.  I put all my short clips right next to each other and selected all of them to see what options are available by right clicking and using the toolbar options at the top.  The closest that I got was to nest the sequence, but that's not what I really want.
    I'd like to merge all the short clips into one single (long) audio file to use under the video.
    Thoughts are welcome and  greatly appreciated.
    Thanks,
    -Melvin

    O.K. This is kind of fundamental and you will need to learn up on this fully ...but for now...
    Make sure you have the WAB ( work area bar )covering the length of the audio clips. ( You do not need to select them)
    Go to the File Menu> Export Media
    You will be given all the Export Options.  Choose Wave File
    Select option for Export Work Area.
    Choose where to export the file to ( HD location)
    follow your nose from there....
    http://tv.adobe.com/watch/learn-premiere-pro-cs5/exporting-with-adobe-media-encoder/
    BTW - Why are you taking the audio to Audition anyway? What are you going to do to it.

  • Multiple Select List does not Refresh with Dynamic Action

    All,
    Scenario:
    Using APEX 4.2.2, I have a Select List page item (P4_SPONSOR) set to allow multiple values which has a dynamic LOV to populate the list.  What I would like to do is highlight the display values based on another page item's value (P4_DRIVER_ID).  When I set the source of P4_SPONSOR to static text, such as a delimited string of 1:2:3:4, any display values where the return values are equal to the static text are highlighted when the page loads.
    Problem:
    The problem lies in trying to use a query as a source for P4_SPONSOR which is filtered based on the other page item, P4_DRIVER_ID.  For instance, my SQL Query (returning colon separated values) returns the same as the static text noted above.  In the query's WHERE clause, I specify that the driver's ID is equal to P4_DRIVER_ID:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    This, as I understand it, would necessitate a refresh of P4_SPONSOR whenever the value of P4_DRIVER_ID changes.  So, I have a Dynamic Action that does just that.  When executed on the page, I can see the P4_SPONSOR multiple select list actually refresh, but none of the display values become highlighted.
    Thoughts?
    Thanks,
    -Seth.

    Seth,
    A dynamic action refresh of your select list will refresh the list of values (this is what you are seeing), it will not refresh the value of the item itself.  In fact, it will remove any values that you had already selected.  To refresh the value you will need to add additional dynamic actions.
    Create another dynamic action with:
    Event: After Refresh
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    If this was a normal select list you could just create a Set Value action and use your query to set the value of the select list.  Since this is a multiple select list your will need to get your colon delimited value first and then use some javascript to set the values of your select list.
    Create an hidden page item name P4_SPONSOR_TEMP.
    Add a true action to your new dynamic action:
    Action: Set Value
    Set Type: SQL Statement
    SQL Statement:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    Page Items to Submit: P4_DRIVER_ID
    Selection Type: Item(s)
    Item(s): P4_SPONSOR_TEMP
    Add another true action to your new dynamic action:
    Action: Set Value
    Set Type: JavaScript Expression
    JavaScript Expression:
    $("#P4_SPONSOR_TEMP").val().split(":")
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    --Jeff

  • Clip Notes streaming export causes Reader media clip error

    MacPro HDV captured into PPCS4, export OK to Adobe Clip Notes streaming, uploads .mov file to my FTP site OK. The .mov clip plays fine locally in QT. When I open the clip notes pdf in Acrobat 9 Reader for Mac or Acrobat 8 Pro on Vista, both give the same error on opening: Javascript window - error reading media clip. The clip does not load into the pdf, and I can not get error information to debug.
    Answer: I need QT streaming server. The Clip Notes streaming is true streaming, not progressive-download or pseudo-streaming. I did not see this in the Premiere CS4 documentation.

    I'm using Vista 64.
    I was having the same problem with the transport controls not showing up.
    I set AcroRd32.exe to run in XP mode and that fixed the problem with the embedded movie file.
    Transport controls show up.
    Thanks.
    I hoped that would also fix the QT streaming problem.
    However, if I select "Streaming" and upload it to my server then when the Clip Notes tries to play the file it says "
    This happened also before I set AcroRd32 to XP mode.
    No problem with "Clip Notes Windows Media" format.  It uploads and plays fine.
    The .mov file is on the server.   I can play it fine in a browser.
    Any ideas why Adobe Reader won't play a streaming .mov file in Clip Notes, but will play a streaming .wmv file?
    You really need to use QT so you can scrub the timeline.
    .wmv files don't let you scrub!
    Adobe why haven't you after all these years made Clip Notes use flash?
    If you did it would truly be cross-platform.
    Thanks.

Maybe you are looking for

  • Memory upgrade on iMac 27 late 2009

    Hello, I have an iMac 27 late 2009 with 4GB memory 2x2. I'm thinking to upgrade on 8GB but I want to ask you before I do something. First question is if I can buy one memory 1x4 GB and install on iMac will it work good with other two memories or they

  • Same 6 bit color? I bet it is.

    Sadly, all we have for color depth in the tech specs is the same old 'support for millions of colors' which we know in the past to have been a total lie. All the laptop displays have been 6 bit color, 262,144 colors, period. A great article on 6 bit

  • Export photos to Fixed Layout Epub problem

    When I try to export an inDesign file to a fixed layout ePub3 format every photo brightens a little in mid-shadow areas. All my images are in sRGB color space. Does anyone know why this is happening? Thanks.

  • Why is my ipad2 keyboard so slow after upgrading to ios7?

    Hi there. Having installed ISO7 to my ipad2, I have been experiening a slow response when using my keypad.  Does anyone have a sugguestion or a fix?  Thanks!

  • IPod Song Volume

    I am about to give up. I have tried both sound check on and off and have wiped out the IPod and started over twice but still can't get the song volume to match between the IPod and ITunes. I just spent a half day song by song getting the songs to pla