Specific sequence help!

Hi, I've done a bit with flash, but am still relatively new
to the whole thing.
I'm making a flash header for a website and what I want it to
do is play the intro once and then repeat the main section once
it's loaded. So like frames 1-85 should only play as soon as it's
loaded and then I want it to repeat 85-250 continuously. What's the
easiest way to do this?

on frame 250, (in the action panel)
gotoAndPlay(85);
That will play 85-250 over and over again.

Similar Messages

  • Deleting specific sequence numbers

    Gurus!
    I have a scenario in which , I would like to revoke / delete the disabled java.io.filepermissions on a Specific Oracle9i Schema.
    i tried to delete the KEY values from DBA_JAVA_POLICY / USER_JAVA_POLICY
    then i came to a point that as these both are Views we cannt delete the data.
    So I tried to delete a specific sequence numbers ( 71 to 79) for a GRANTEE# number 31 from the base table that is java$policy$ but still am not able to . the errors SQL command terminated improperly ( somehting like that)
    Please help me out with this. as I already upset with this.

    You are not supposed to mess with the data dictionary, otherwise unexpected results may start to show up.
    Granting or revoking privileges must be done with proper commands provided explicilty for that pourpose.
    Verify database privileges here.
    ~ Madrid.

  • How to load programmat​ically from CVI the specific sequence file in TestStand 3.1

    I am trying to implement TestStand from Windows/CVI 3.1. I need to insert a specific sequence file in TestStand, with all other sequences unloaded. I used TSUI_ApplicationMgrCloseAllSequenceFiles() and TSUI_ApplicationMgrOpenSequenceFile(), but after Username/Password prompt, the TestStand loaded all the old sequences. How to eliminate this?

    Hello,
    I created a function that calls those two methods. When I made a simple CVI button and in a callback for it, I call my function, it does successfully close all open sequencefiles and then load the one I specified; however, it does not work when I call the function just before the call to RunUserInterface! I am very surprised by this and will be bringing it up with our R&D department. There is a simple work-around. Instead of closing all open sequencefiles at the beginning of the OI, close them at the end instead. I have modified the full-featured OI for you and tagged in the code where I made changes. This should do exactly what you want (you may want to change the code around to make it a little cleaner...I left more in code in than I needed for instructive purposes). Please let me know if you have any questions about this. Take care!
    Regards,
    Aaron B.
    National Instruments
    Attachments:
    TestExec.c ‏55 KB

  • FM to get the date specific structural help

    I am working on structural help for Org id  for a selection screen parameter.
    I am using  FM RH_OBJID_REQUEST. It is giving the structure valid ion today. My requirement is to get the structure valid on given period in the above selection field.
    Please let me know is there any other way(other FM) to get the date specific structural help.

    Pass your dates to ORGBEG     & ORGEND                                                                               
    Description                                                                               
    This parameter only applies to the search function.                                                                               
    The parameters ORGEND and ORGBEG together determine the period in which          
         the organizational assignment data for positions is read. The entry in           
         ORGBEG specifies the start of the search period.                                                                               
    Value range                                                                               
    Allowed values are all dates smaller than the date in ORGEND.                                                                               
    Default                                                                               
    The default value is the smallest system date.                                                                               
    Function Module                                                                      
    ^Saquib

  • Pause action .vi while a specific sequence is running

    I have a test fixture with two sockets. In teststand we have a prerun.vi in the setup tab that preps some reference equipment. What I need to do is pause the execeution of that vi only when a specific sequence in the main sequence is running.  Is there a way I can monitor the execution status through teststand? For example socket 1 is running a uut and someone starts a uut in socket 2 while sequenceX is running. I want the prerun.vi to halt execution until SequenceX is done running.

    Use the syncronization step types.  A notifier step would probably work good.

  • How can I call a specific search help from and still get all the tabs

    hello
    I use F4IF_FIELD_VALUE_REQUEST to display a specific search help from my program. This search help is included in a collective search help, but only the one specified search help is displayed.
    Is it possible to call the collective search help and display one specific search help ?
    Example: in CRM i have a collective search help BUPA. When F4 is issued from a customer field the search help "Search customer" should be displayed, and not the last search help which was activated - i.e.. "Search employee".
    best regards
    Peter Christiansen

    Hi,
    you can try some thing like this..
          CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
            EXPORTING
              TABNAME           = 'KNA1'
              FIELDNAME         = 'KUNNR'
              SEARCHHELP        = 'DEBI'
            TABLES
              RETURN_TAB        = LT_RETURN
            EXCEPTIONS
              FIELD_NOT_FOUND   = 1
              NO_HELP_FOR_FIELD = 2
              INCONSISTENT_HELP = 3
              NO_VALUES_FOUND   = 4
              OTHERS            = 5.
          IF SY-SUBRC <> 0.
            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    Regards
    vijay

  • Material specific ( urgent help required)

    hi abapers,
                       i have a problem in user exit, my client want the tcode me11 material specific,  in tcode mm02 he want to give the maximum value (commercial price 15rs.) at the time of creating info records(using me11 tcode) if an end user enter a value greater then the value of commercial price then they want a error message will appear for this condition ( entered value is grater then commercial price) and he don't want this report vendor specific.
    thnks
    pardeep

    Hi Pradeep,
    Below exits are for ME11  T-code you can select particular exit and write the code based on the MM02 fields. take the data base fields which you want to pick from MM02 and validate in ME11 by writing the code in exit.
    LMEDR001            Enhancements to print program
    LMELA002            Adopt batch no. from shipping notification when posting a GR
    LMELA010            Inbound shipping notification: Transfer item data from IDOC
    LMEQR001            User exit for source determination
    LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001            Customer-Specific Source Determination in Retail
    M06B0001            Role determination for purchase requisition release
    M06B0002            Changes to comm. structure for purchase requisition release
    M06B0003            Number range and document number
    M06B0004            Number range and document number
    M06B0005            Changes to comm. structure for overall release of requisn.
    M06E0004            Changes to communication structure for release purch. doc.
    M06E0005            Role determination for release of purchasing documents
    ME590001            Grouping of requsitions for PO split in ME59
    MEETA001            Define schedule line type (backlog, immed. req., preview)
    MEFLD004            Determine earliest delivery date f. check w. GR (only PO)
    MELAB001            Gen. forecast delivery schedules: Transfer schedule implem.
    MEQUERY1            Enhancement to Document Overview ME21N/ME51N
    MEVME001            WE default quantity calc. and over/ underdelivery tolerance
    MM06E001            User exits for EDI inbound and outbound purchasing documents
    MM06E003            Number range and document number
    MM06E004            Control import data screens in purchase order
    MM06E005            Customer fields in purchasing document
    MM06E007            Change document for requisitions upon conversion into PO
    MM06E008            Monitoring of contr. target value in case of release orders
    MM06E009            Relevant texts for "Texts exist" indicator
    MM06E010            Field selection for vendor address
    MMAL0001            ALE source list distribution: Outbound processing
    MMAL0002            ALE source list distribution: Inbound processing
    MMAL0003            ALE purcasing info record distribution: Outbound processing
    MMAL0004            ALE purchasing info record distribution: Inbound processing
    MMDA0001            Default delivery addresses
    MMFAB001            User exit for generation of release order
    MRFLB001            Control Items for Contract Release Order
    AMPL0001            User subscreen for additional data on AMPL
    if you give me exact requirement and i can help you out.
    Thank you.
    Regards
    Ram

  • Constant kernel panic in regular boot sequence - HELP!

    Hi,
    I purchased my mac pro in march of 08. By june, my monitor had begun emitting a pink hue over everything. I replaced the monitor only to find that the problem was related to the computer itself, the pink color persisted on the new monitor. So I started using the one other working monitor port and researching the problem. I heard from a couple people that it sounded like a problem with my video card. It continued to worsen, the crash rate started to escalate slowly over a period of 4-5 months. Now it consistently crashes within 5 minutes of booting up, usually crashing immediately when the interface loads or shortly beforehand.
    I took it into an apple certified technician to have it looked at. I brought only the computer itself since the problem had persisted on multiple monitors. One week later, they told me there was nothing wrong with the video card and they couldn't reproduce the problems i had described. So i bought a new vga/dvi converter and brought it home only to find the EXACT same issues on both monitor ports, pink screen or constant kernel panic.
    So I zapped the PRAM 3 times, reset the power source, cleaned out the inside of the computer, played chinese firedrill with my ram cards, and rebooted in safemode. It FINALLY WORKS but ONLY in safemode which leads me to believe there is a faulty system extension or driver that is causing the kernel panic.
    What is the simplest way to resolve this problem? I can't spend 5 hours isolating the possible .kext files. Will upgrading my OS to leopard fix these issues, i.e. replace the system extensions with new files that might eliminate the problem?
    I appreciate anyone that can offer help. Thanks!

    Thanks BDAqua for your feedback!
    I checked the panic log and the system log but still can't see what might be causing the problem. I tried booting from disk by pushing the 'd' key directly after the startup beep and before the gray screen appears to no avail. I also tried the 'c' key, command-'d', and option-'d' to no avail. When i access the bootdisk from the volume on my desktop and click 'install mac os x' i get the following error:
    "Mac os 10.4 cannot be installed on this machine. Please consult the documentation for a list of supported Macintosh computers."
    This seems odd since i am running 10.4.11. Below is a sample entry from the kernel panic log and the correlated logs from system log at the time of the panic. Is there anything else i can do? I don't understand why the mac tech support wasn't able to reproduce these debilitating problems.
    Sat Jan 24 12:28:28 2009
    panic(cpu 3 caller 0x001A49CB): Unresolved kernel trap (CPU 3, Type 14=page fault), registers:
    CR0: 0x80010033, CR2: 0x80b1438e, CR3: 0x010a5000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x00000001, ECX: 0x4e153cc0, EDX: 0x80b14000
    CR2: 0x80b1438e, EBP: 0x4e153ce8, ESI: 0x0caff000, EDI: 0x000005eb
    EFL: 0x00010286, EIP: 0x009114db, CS: 0x00000008, DS: 0x00000010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x4e153a98 : 0x128d0d (0x3cc65c 0x4e153abc 0x131f95 0x0)
    0x4e153ad8 : 0x1a49cb (0x3d2a94 0x3 0xe 0x3d22b8)
    0x4e153be8 : 0x19b3a4 (0x4e153c00 0x10 0x0 0x200)
    0x4e153ce8 : 0x91163a (0xcaff000 0x5eb 0x0 0x1)
    0x4e153d08 : 0x8f4b90 (0xcaff000 0x5eb 0xd077004 0x9)
    0x4e153d28 : 0x3b3630 (0xd077000 0x5eb 0xd2a19cc 0x0)
    0x4e153d68 : 0x18a698 (0xd077000 0x9 0xd2a19c4 0x1)
    0x4e153db8 : 0x12b4ee (0xd2a199c 0xd0d9ea8 0x0 0x0)
    0x4e153df8 : 0x124b17 (0xd2a1900 0x0 0x30 0x4e153edc)
    0x4e153f08 : 0x195f2e (0x4e153f44 0x0 0x0 0x0)
    0x4e153fc8 : 0x19b81e (0xcf0d960 0x0 0x19e0b5 0xce969a4) No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xbffedb48
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.GeForce(4.5.6)@0x8e2000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x571000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.8)@0x6bc000
    dependency: com.apple.iokit.IONDRVSupport(1.4.8)@0x6d7000
    dependency: com.apple.NVDAResman(4.5.6)@0x6e6000
    Kernel version:
    Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386
    System logs:
    Jan 24 12:28:16 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jan 24 12:28:16 localhost kernel[0]: PAE enabled
    Jan 24 12:28:16 localhost kernel[0]: 64 bit mode enabled
    Jan 24 12:28:16 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jan 24 12:28:16 localhost kernel[0]: vmpagebootstrap: 2007570 free pages
    Jan 24 12:28:16 localhost kernel[0]: migtable_maxdispl = 71
    Jan 24 12:28:16 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 24 12:28:16 localhost kernel[0]: 78 prelinked modules
    Jan 24 12:28:16 localhost kernel[0]: ACPI CA 20060421
    Jan 24 12:28:16 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=7 Enabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=3 LocalApicId=6 Enabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=4 LocalApicId=0 Disabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=5 LocalApicId=0 Disabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=6 LocalApicId=0 Disabled
    Jan 24 12:28:16 localhost kernel[0]: AppleACPICPU: ProcessorApicId=7 LocalApicId=0 Disabled
    Jan 24 12:28:16 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jan 24 12:28:16 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jan 24 12:28:16 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
    Jan 24 12:28:16 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 24 12:28:16 localhost kernel[0]: Started CPU 01
    Jan 24 12:28:16 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 24 12:28:16 localhost kernel[0]: Started CPU 02
    Jan 24 12:28:16 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jan 24 12:28:16 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jan 24 12:28:16 localhost kernel[0]: Started CPU 03
    Jan 24 12:28:16 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jan 24 12:28:16 localhost kernel[0]: Security auditing service present
    Jan 24 12:28:16 localhost kernel[0]: BSM auditing present
    Jan 24 12:28:16 localhost kernel[0]: disabled
    Jan 24 12:28:16 localhost kernel[0]: rooting via boot-uuid from /chosen: 884C6DAA-F2D9-4CE3-B7F9-35934D2A6EDE
    Jan 24 12:28:16 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jan 24 12:28:16 localhost kernel[0]: USB caused wake event (EHCI)
    Jan 24 12:28:16 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001d4ffffe716bae; max speed s800.
    Jan 24 12:28:16 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/WDC WD2500AAJS-41RYA0 Media/IOGUIDPartitionScheme/AppleHFS_Untitled1@2
    Jan 24 12:28:16 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jan 24 12:28:16 localhost kernel[0]: jnl: replay_journal: from: 23120896 to: 12901376 (joffset 0xf502000)
    Jan 24 12:28:16 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Jan 24 12:28:16 localhost kernel[0]: Jettisoning kernel linker.
    Jan 24 12:28:16 localhost kernel[0]: Resetting IOCatalogue.
    Jan 24 12:28:16 localhost kernel[0]: PXS1: family specific matching fails
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 1
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 2
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 2
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 2
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 2
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 2
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: Matching service count = 24
    Jan 24 12:28:16 localhost kernel[0]: NVDANV40HAL loaded and registered.
    Jan 24 12:28:16 localhost kernel[0]: Previous Shutdown Cause: 3
    Jan 24 12:28:16 localhost kernel[0]: PXS1: family specific matching fails
    Jan 24 12:28:16 localhost kernel[0]: PXS1: family specific matching fails
    Jan 24 12:28:16 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jan 24 12:28:16 localhost mDNSResponder-108.6 (Jul 19 2007 11: 41:28)[33]: starting
    Jan 24 12:28:16 localhost memberd[40]: memberd starting up
    Jan 24 12:28:16 localhost DirectoryService[45]: Launched version 2.1 (v353.6)
    Jan 24 12:28:16 localhost lookupd[46]: lookupd (version 369.8) starting - Sat Jan 24 12:28:16 2009
    Jan 24 12:28:17 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:0e:eb:08
    Jan 24 12:28:17 localhost configd[37]: No AirPort Driver found.
    Jan 24 12:28:17 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:17:f2:0e:eb:09
    Jan 24 12:28:17 localhost diskarbitrationd[39]: disk0s2 hfs CDB580D4-4F11-395E-BF17-94B497D92427 Macintosh HD /
    Jan 24 12:28:17 localhost lookupd[61]: lookupd (version 369.8) starting - Sat Jan 24 12:28:17 2009
    Jan 24 12:28:18 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jan 24 12:28:18 localhost loginwindow[67]: Login Window Started Security Agent
    Jan 24 12:28:20 localhost kernel[0]: shared_region: 0xb95f59c: lsf_map: RO mapping #0 not in segmentshared region: 0xb95f59c: 5 mappings base_offset=0x3c38000
    Jan 24 12:28:20 localhost mDNSResponder: Adding browse domain local.
    Jan 24 12:28:20 localhost kernel[0]: shared region: 0xb95f59c: #0: addr=0x3c190000, size=0x2d000, file_offset=0x91000, prot=(5,5)
    Jan 24 12:28:20 localhost kernel[0]: shared region: 0xb95f59c: #1: addr=0x0, size=0x4000, file_offset=0xbe000, prot=(11,11)
    Jan 24 12:28:20 localhost kernel[0]: shared region: 0xb95f59c: #2: addr=0x4000, size=0x3000, file_offset=0x0, prot=(27,27)
    Jan 24 12:28:20 localhost kernel[0]: shared region: 0xb95f59c: #3: addr=0x7000, size=0x1000, file_offset=0xc2000, prot=(15,15)
    Jan 24 12:28:20 localhost kernel[0]: shared region: 0xb95f59c: #4: addr=0x3c1bd000, size=0xacc8, file_offset=0xc3000, prot=(1,1)
    Jan 24 12:28:23 localhost kernel[0]: Intel8254x -- Link Down -- 00:17:f2:0e:eb:08 -- called by enableHardware() --
    Jan 24 12:28:23 localhost kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
    Jan 24 12:28:23 localhost kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x0
    Jan 24 12:28:23 localhost kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
    Jan 24 12:28:23 localhost kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
    Jan 24 12:28:23 localhost kernel[0]: -- PHY Specific Status Register (17d) = 0x8000
    Jan 24 12:28:27 Xaosai kernel[0]: Intel8254x -- Link Down -- 00:17:f2:0e:eb:09 -- called by enableHardware() --
    Jan 24 12:28:27 Xaosai kernel[0]: -- Auto-Negotiation Advertisement Register (04d) = 0xde1
    Jan 24 12:28:27 Xaosai configd[37]: setting hostname to "Xaosai.local"
    Jan 24 12:28:27 Xaosai kernel[0]: -- Auto-Negotiation Link Partner Ability Register (05d) = 0x0
    Jan 24 12:28:27 Xaosai kernel[0]: -- Auto-Negotiation Gigabit Advertisement Register (09d) = 0xe00
    Jan 24 12:28:27 Xaosai kernel[0]: -- Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
    Jan 24 12:28:27 Xaosai kernel[0]: -- PHY Specific Status Register (17d) = 0x8000
    *Jan 24 12:28:36 Xaosai diskarbitrationd[39]: SystemUIServer [84]:12587 not responding.*

  • Video Stutters in Sequence - Help needed ASAP!

    I have a video shot at 24FPS in Quicktime format. Plays back fine in my preview pane but on the canvas it stutters between cuts. No effects were added. At the last second of a clip the frame holds and then jumps ahead to the next clip. This happens when I export as well.
    I opened up the program and drug the clip to the timeline. FCP asked me if I wanted to "Change the sequence settings to match the clip settings" and I clicked yes. Shouldn't this make playback smooth? What am I missing?
    I'm under a very tight deadline. Any help would be very much appreciated.
    Thanks!

    Is this h.264 video?
    If so, convert it to pro res using MPEG StreamClip. Pro res is an editing codec, h.264 is not.
    Here's a tutorial on how to accomplish this.

  • Billing of pre-selected orders in a specific sequence

    Hi,
      my customer uses manual data entry of sales orders with data he gets from a bunch of papers thus generating a lot of sales orders each day. When the time comes to bill these orders - one bill per order - of different content (customers, billing dates etc.), he selects them using a client specific report - depending on application oriented criteria - and wants them afterwards be billed in a background job / without any further user interaction in the sequence of the order numbers.
    The reason for it is, that he has to check the printed bills with the bunch of paper he used for data entry of the sales orders and he has to add some of these papers to the bills to be sent out via mail afterwards.
    So the sequence of both has to be the same for obvious reasons. The sequence of the bunch of papers is reflected in the sales order numbers, the sequence of the bills in the bill numbers. Bill numbers are generated internally thus depending on the sequence in which the sales orders were billed.
    I tried VF06 giving it sales order numbers to be billed in the proper sequence. But it seems that VF06 sorts these orders first by bill date and/or customers thus destroying the order of sales orders.
    Additionally I tried a couple of VF06 runs, one per sales order. But these runs are computed in parallel thus again destroying my preselected sequence. If I could change the job attributes of such a sequence ob VF06 jobs - one depending on the finishing of the prevoius one, this would solve the problem. But unfortunately the jobs are already "planned" so that I can't add a dependency between them after creation via VF06.  
    Does anyone has a good idea? Additions to my suggestions above? Or fresh and new ideas?
    Thank you very much in advance.
    GeraldS

    Hello Gerald,
    sounds like a quite curios process. 
    The standard transactions (VF04/VF06) are more or less written to deal with mass processing, so i don't think you could influence them the way you need.
    If you need the invoices in the order of the ordernumbers, the only way is to book them one by one using VF01.
    You could use a background job if you write a little own program performing these steps:
    - selecting order-Number to be billed,
    - sorting them
    - calling vf01 for each order via call transaction
      ( with Update option 'S') .
    Make sure that this program can only run  once in the system ( using an lock object).
    As a small solution that could work.
    A bigger (and better) solution would be scanning this 'bunch of paper', connecting the documents to the orders inside SAP.
    Regards Wolfgang

  • Flash sequence - help needed!

    I'm trying to create an entrance page to a website in Flash.
    Here is the sequence I'd like to achieve:
    1. (Page loads) - only the background picture should be seen for around 1 second. 
    2. A translucient box-shaped menu unfolds (above the background, within an approx 1 sec time span) with two hyperlinked options inside.
    3. If the cursor hovers over the unfolded menu box, the background fades to black and white - within approx 1/2 sec. time span, and if the cursor moves away from the menu box (returns to the background), the background changes back to its normal colour (in the same 1/2 sec. colour change sequence).
    4. If the cursor hovers over one of the options then menu box, the text changes colour.
    So far, I've attempted the menu but the unfolding sequence isn't very smooth.  Ideally, the box would begin as a 1 pixel dot, shoot out both ways horizontally into a line, and then unfold into it's full size.  But I can't seem to get the shooting motion of the pixel growing into a line - the pixel just becomes a line.
    Any help would be much appreciated!
    Cheers,
    Bella

    Are you using any kind of tweens for this?  To get a line to grow from a dot, the easiest way is to first make the line, then squash it into a dot by chhanging its width.  Make sure the line's registration is centered on the line.
    If the menu is an object, you should be able to squash it down to a flat line by setting its height to 1 pixel.  Then you can turn that into a dot by changing its width to be 1 pixel.
    You can use either timeline tweening or actionscript tweening.

  • Product Specific Form - Help Needed

    I have a client who will be selling firearms and ammunition on a hunting site, along with other hunting products.
    I need to have a form specific for firearms and ammunition products that will be required to be filled out before that product firearm and or ammunition can be added to the cart. The laws in Canada are very strict about purchases of such product on the internet.
    How do I do this or is it even possible to have a form specific to these products pop up when add to cart is clicked?
    Thanks in advance

    Hello river east,
    I'm just spitballing here, but here is one option for this to work.
    Basically you would create a secure zone and if the user isn't signed in they wouldn't see the Add to Cart button.
    The js would look like this - http://jsfiddle.net/chaddidthis/uDmXj/1/
    As a part of signing up for the secure zone they have to accept the gun and ammo purchasing terms. You could have the link to the form on the large product page, sends them to either log in or sign up via the form they need to fill out. After then fill out the form they are sent back a page sending them back into the large product view they were on, and since they are signed in now the product will be able to add to cart.
    Maybe this will spark others to add on to this, but that is pretty much the only way I could think to accomplish the desired results.
    Hope it helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Continue execute program while a specific sequence only should be executed every second

    Hi everyone
    How can I make a sequence executing every 1s while continue executing other code in the meanwhile.
    e.g.: A ligth should blink with a frequency of 1s. This should be done independently from other code running the same time.
    I really was trying it out a plenty of time unsuccessfully. "wait" does not work, "wait until" not either nor does event struct or anything else work out for that... well I thought "simple" issue.
    Could anyone give me a hint or even a example code? Please note that in my issue I don't only want to execute only a blinking LED. Lets say I want to receive updates from a board via rs232, but only every 10 seconds. Meanwhile I want to execute other code.
    Thanks for help!!
    Background inforamtion:
    Since 2 month I am programming a GUI with LabView that gives me the ability to control instruments via the rs232 interface. Until now I figured out a lot of LabView by my self but here I got stuck :-/ 
    Solved!
    Go to Solution.

    apok wrote:
    "wait(ms)" or "wait until..." should never be used for application timing, they are used for loop iteration and synchronize loop processes. Use the other timing functions like elapsed timer or tick count....
    CLD....
    b. Timing functions
    1. Use the Wait function to control the loop execution rate and allow the processor to respond to external events and system tasks
    2. Use the Wait Until Next ms Multiple function to control the loop execution rate and to synchronize multiple loops
    3. Avoid using any of the Wait functions to time a software operation
    Well, I was just focusing on the blinky, and didn't figure it to be a time-critical operation (I figured the same thing for the data acq every 10 sec, but this may not fit his requirements). What I do when I just want to make a blinky is to set up a loop which switches the LED between off and on. That way I can change the period, otherwise, I would just use the "blink" property node (1 sec period, IIRC).
    But, as you say, in time-critical operations, you do want to use the time functions which do depend on the absolute value of the system clock. In a parallel loop.
    Cameron
    To err is human, but to really foul it up requires a computer.
    The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
    Profanity is the one language all programmers know best.
    An expert is someone who has made all the possible mistakes.
    To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):
    LabVIEW Unit 1 - Getting Started
    Learn to Use LabVIEW with MyDAQ

  • Specific Batch Help Needed

    I batch 100's of images and have sets of actions I use for
    different objectives. I'm looking to tie them together to eliminate
    all manual effort. Some things I do Fireworks makes me do them
    manually (or I don't know how to do it through batching). If
    someone is willing to lend extensive help or if I need specific
    code written to help me I'm willing to pay. Here are my issues:
    1. During my process I paste one image (a copyright image) on
    top of the image I'm batching. This makes me batch halfway through
    my process, open all images, manually copy and paste the copyright
    image on the images I'm working with, re-save, then continue the
    batching process. Is there a way to paste a separate consistent
    image on top of another through batching so I don't have to stop
    and do this manually?
    2. I start with a jpg file and during the process save edited
    files as png. Currently, I batch the save as command but have to
    click OK to save the file just you would if you were doing save as
    with one file. This slows down the batching plus I have to sit here
    and hit enter every 10 seconds. Can this be automated?
    3. In one process I apply a mask to an image that already has
    a mask. During batching a box pops up and asks if I want to
    replace, add or cancel the mask since the image already has a mask.
    Can this be automated so I don't have to click replace for every
    image?
    Thanks for your help. If I need to speak with a developer
    feel free to pass on info and I will contact you or them.

    Hello river east,
    I'm just spitballing here, but here is one option for this to work.
    Basically you would create a secure zone and if the user isn't signed in they wouldn't see the Add to Cart button.
    The js would look like this - http://jsfiddle.net/chaddidthis/uDmXj/1/
    As a part of signing up for the secure zone they have to accept the gun and ammo purchasing terms. You could have the link to the form on the large product page, sends them to either log in or sign up via the form they need to fill out. After then fill out the form they are sent back a page sending them back into the large product view they were on, and since they are signed in now the product will be able to add to cart.
    Maybe this will spark others to add on to this, but that is pretty much the only way I could think to accomplish the desired results.
    Hope it helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Timeline NOT opening Sequences - Help!

    Hello all,
    I've got a major emergency that I would greatly appreciate any help with. I've been editing a documentary for the last two years and recently have started to have a few issues.
    My timeline won't open any of my sequences except for one or two of a really old sequence. When I click to open various sequences in the Browser, the canvas briefly shows the labeled sequence but then it disappears, never appearing in my actual timeline. Therefore I cannot edit or even see all the work I've done in the most recent sequences.
    This happened a few weeks ago and I deleted all of the render files(over 18 gb) and things were fine. Now I only have 3.7 gigs of render files and its happening all over.
    Please help with any suggestions. Final Cut will be the death of me and I am on a tight deadline. Thank you so much in advance!
    - jon
    G5 Dual 1.8GHz   Mac OS X (10.3.9)   Final Cut 4.1

    Hey Patrick,
    At most a few of the sequences are around 70 minutes, most are less than 30. I have more than 20 gigs left on my internal HD, which is where I am saving the project file. The rest of the project file is saved throughout three external HD's, where the mininum amount of space left is 10 gigs.
    I've tried creating new project file and doing exactly that but it still wont open the sequence, the new sequence shows in the canvas for a split second then disappears, with nothing in the timeline...
    Any thoughts?
    Thank you.

Maybe you are looking for

  • Icf services.Page can not be displayed

    Hi all, I tried to activate the icf service in sicf tcode.I activated the same and i tried to check the service its throwing a message that page cannot be displayed.For this i should set any parameter? If it so what are the things i want to do for so

  • Hi, why can't I download the 4.3.4 update? Keep getting a timed-out message.

    Hi! When I try to download the 4.3.4 update on my iPad, It will go thru the process until it get to approx. 22 min. Til finish &I get an error message that the system has timed out & will not finish.  Can someone please tell me how to accomplish this

  • Why won't apple/itunes help the user?

    Hi! I hope someone out there is able to help an occasional user of tech stuff. I have a new computer and downloaded the latest version of itunes before I connected my ipod nano. All seemed well until I tried to purchase a song with monies on account.

  • Jscript error in localization

    Hi Friends, I am getting java script error in my application made in EP portal. error is : 'null' is null or not and object my application is for localization. all contents are translated in german,italian,french and spanish. in english and german th

  • Query - Purchasing information in single row

    Hi Experts, I have a requirement to create a report which shows products with all POs in a single row.    In many cases we will have several open PO at one time for the same product.   For example - item SUFF2231-M will have: PO Qty Due Date 42771 20