Can't include library .vi in vision deployment

Hi,
I'm deploying a vision application (LabVIEW 7.1.1,  Vision development module 7.1.1)
I have both the LabVIEW and Vision run time engines at 7.1.1
When running the installed application on the target PC many NI vi's used are not found.
Most are solved by including libraries in the build, but one isn't.
imgCopyAreaWithOccur.vi  (used in IMAQGrabAcquire.vi) can be found in DLLcalls.llb.
However, if I include either imgCopyAreaWithOccur.vi  or the full library DLLcalls.llb in the installer, the vi is still listed as missing.
Any ideas where I'm going wrong?
Thanks
Bandit.

Hi Tom, Thanks for your reply. It's turned up an anomaly and I don't know why
On my development machine IMAQ is at 3.5.0, but on the target machine it's at 3.1.0.
I don't actually want to go as far as 3.5.0 as it doesn't support Win NT. In the end one of the targets for my app is an NT4.0 machine.
The thing is I don't know why my development machine has IMAQ 3.5.0, as the vision development module 7.1.1 CD installed to it only has IMAQ 3.1.0.
I should probably try to roll back my development PC to using IMAQ 3.1.0 - can you advise if this is likley to cause me any difficulties?
As for system info, the situation is as follows.
We have a Dalsa Spyder linescan camera we have used for a while, with a PCI 1424 acquisition card on a windows NT system.
We then got a Dalsa Piranha camera and a PCI 1428 card, which is paired with a Win XP system.
My current task is to upgrade my linescan application to enable the use of either camera (done) and make it distributable (doing that now).
The Piranha becomes the main system (it's faster) and the Spyder gets mothballed. Should we have enough work to need 2 camera's we then purchase a second license and bring that system back into use.
Let me know if you need any further info. I have this thread set to notify my e-mail account inthe event of a reply.
Regards,
Bandit

Similar Messages

  • Can I include a ClickOnce deployment and rest Registry ActiveX dll to register (program created by c #)?

    hi !
    Can I include a ClickOnce deployment and rest Registry ActiveX dll to register (program created by c #)?
    Please answer.

    hi !
    Can I include a ClickOnce deployment and rest Registry ActiveX dll to register (program created by c #)?
    Please answer.
    Hello,
    We could not registry activex dll with clickonce directly, but here is a workaround below.
    1. Create Package for that activex dll to registry it to com.
    2. Package that MSI to CAB file.
    #1,#2 for detailed steps, please refer to the following blog.
    How to develop and deploy ActiveX control in C#
    3.
    Deploying CAB Files Using ClickOnce Deployment
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Compatibility of developed Vision library with NI Vision Builder AI

    We developed a specific Vision library using NI LabVIEW and Vision Toolkit.
    My requirement is to identify the compatiblity of this library with NI Vision Builder AI.Can we use the existing VI's with Vision builder?
    Please provide me your comments asap.
    Regards:
    Vaibhav Kanchan
    Sr. Engineer
    NI Certified LabVIEW Developer(CLD)
    NI Certified TestStand Developer(CTD}

    There are multiple ways to add functionality to Vision Builder AI using a set of VIs you wrote:
    1) Vision Builder AI can run a VI you write that use your VIs using the Run LabVIEW VI step.
    2) You can also develop a custom step (that include the configuration page) for a better user experience, using the VBAI SDK, and use your VIs inside.
    With these 2 solutions, you will need to use a specific version of LabVIEW to integrate your library, as Vision Builder AI is a LabVIEW application, and VBAI will execute the code from the Run LabVIEW step, or custom step using the LabVIEW runtine engine that it was built with. The version of LabVIEW depends on the version of VBAI. For example, for VBAI 2011SP1, you need to use LabVIEW 2010.
    3) You can automate/drive Vision Builder AI from LabVIEW on Windows. (Open an inspection, run once, run continuously, etc, and get the resulting results and image that you can further process using your library. You can use the API on Windows with any version of LabVIEW.
    For example, the VBAI 2011 API supports LabVIEW 8.5 through 2011.
    You will run your developped application on Windows only, but it will be able to control Vision Builder AI running on remote targets.
    If you're running Vision Builder AI on Windows, I see no compatibility issues with any of the above solution, except for using the correct version of LabVIEW in the first 2 solutions I mentioned. Using 1) and 2), you will also be able to develop code that can run on targets that Vision Builder AI supports, like smart cameras, and embedded vision systems.
    If you plan to support remote targets, like smart cameras or Embedded Vision Systems, there are things to consider for your library to be compatible:
    These targets run different operating systems: some run Pharlap, some run VxWorks, all run LabVIEW real-time on these OSes. If you used LabVIEW and Vision Development module to build you library based on VDM, the only thing to consider is to make sure to use the same version of LabVIEW and Vision Development Module installed on the target. Let me explain:
    When you configure one of these remote targets from Vision Builder AI running on the Windows host machine, we install an image that contains a specific version of LabVIEW Real-time and Vision Development Module (For example, in the case of VBAI 2011 SP1, the remote target image has LabVIEW Real-Time 2010 and Vision Development Module 2011). Those should be the versions you need to use to create your VI to run with the Run LabVIEW step or custom step). We ran into some compatibility issues when customers update their Windows machine with a newer version of Vision Development Module, and write a VI or custom step they want to run in VBAI, that uses a new function that is not supported with the DLLs installed on the target.
    If your Vision Library uses some other DLLs (code you may have written in text based language or third party DLL), you will have to recompile the DLL for the operating system of the target (Pharlap or VXWorks, depending on the target) for the code to work on the remote target.
    Hope this helps and is not too confusing.
    Best regards,
    -Christophe

  • Unable to include Operator Interface in TestStand deployment

    Hello.  I have created a test system using TestStand 3.5. 
    There is only one sequence file, and this sequence calls several VIs
    that I have created in LabVIEW 8.0.  I would like to distribute
    this test system to a target computer, which will then run the default
    Operator Interface.  No bells and whistles, just plain and
    simple.  However, I'm running into problems.
    First, I created a Workspace file in TestStand.  I then added a
    Project to it.  In the Project, I added all necessary files for my
    project (the sequence file as well as all of the custom VIs). 
    Then I proceeded to follow the TestStand reference manual in order to
    deploy my system.
    For reference, text in italics is the reference guide and text in bold is my comments.
    Deploying the TestStand Engine
    1. Launch the TestStand Deployment Utility by selecting Tools»Deploy
    TestStand System from within the sequence editor.
    I did this, and set up my build how I wanted it.
    2. On the System Source tab, enable the Deploy Files in TestStand User
    Directories option.
    This option collects files from the <TestStand>\...\User
    directories, so that any customizations that you have made to process
    models, step types, language strings, and so on, will be distributed to
    the target computer.
    I did this, and copied my Operator Interfaces\NI folder to Operator
    Interfaces\User.  This would assure (I hope) that I would have the
    default operator interfaces included in my project.
    3. On the Installer Options tab, enable the Install TestStand Engine
    option.
    Done.
    4. On the Installer Options tab, click Engine Options to launch the
    TestStand Engine Options dialog box, which you use to select the
    TestStand components that should be present in the installer.
    Done.  Everything is checked.
    In the TestStand Engine Options dialog box, expand Operator
    Interfaces»Full-Featured in the tree view.
    a. Click the X next to LabWindows/CVI to include the
    Full-Featured LabWindows/CVI Operator Interface in the engine
    installation. The X should become a green checkmark.
    b. Click OK to accept the new settings and close the dialog box.
    This is where things go wrong.  There is NO Operator Interfaces box in my tree view.  It simply doesn't exist.
    I've tried several different builds using different strategies. 
    I've done builds with the CVI operator interface in the User directory,
    and I've also tried copying over the files manually.  On the
    target computer, I've always gotten either an error message (Could not
    open the TestStand Engine), or else TestStand opens in evaluation
    mode.  In both cases, my custom VIs and sequence files are nowhere
    to be seen.  Can anyone shed some light on this?  It's
    driving me a bit crazy!
    Thanks very much,
    Brett Gildersleeve

    Hi Brett,
    Whenever you deploy your TestStand application to target machines, you will always needs a license.  The licenses for distributing TestStand are different than for distributing LabVIEW and LabWindows/CVI code modules.
    LabVIEW does not require you to purchase any run-time licenses for a deployment system. You can even run LabVIEW VIs in VI format (not executables) from TestStand without using the development environment and without an additional license.
    In order to run LabWindows/CVI code modules, you will need the LabWindows/CVI Run-Time engine which is also available free of charge.
    Regarding TestStand, you will need a license for each machine that runs a TestStand sequence. TestStand has three types of licenses which are the TestStand Development System License, the TestStand Debug Deployment Environment License, and the TestStand Base Deployment Engine License.
    TestStand Development System License
    The TestStand Development System License is required for any test sequence development and/or editing of existing TestStand sequence files that you perform within the TestStand Sequence Editor or programmatically using the TestStand API.
    TestStand Debug Deployment Environment License
    The TestStand Debug Deployment Environment License gives you maximum flexibility for deploying TestStand and LabVIEW, LabWindows/CVI, and Measurement Studio-based systems. This license allows you to install the development versions of TestStand, LabVIEW, LabWindows/CVI, and Measurement Studio, along with any corresponding add-on toolkits, so that you can debug your test application on your deployed test station. This license does not include the ability to perform any development tasks within the TestStand Sequence Editor or programmatically using the TestStand API.
    The TestStand Debug Deployment Environment License has debugging capabilities including settings breakpoints, monitoring variable values, and stepping into test code directly from the TestStand sequence.
    (Note: This license does not provide the software but rather gives you the right to install a previously purchased piece of software on the target machine.)
    TestStand Base Deployment Engine License
    The TestStand Base Deployment Engine License is the minimum license required for all deployed TestStand-based applications. This license allows you to deploy the TestStand Engine, a TestStand Operator Interface, and TestStand sequence files to the single test station for which the license is applicable.
    The TestStand Base Deployment Engine License provides simple sequence debugging capabilities, including setting breakpoints and single stepping through test sequences in your Operator Interface. You cannot save sequences and open the sequence editor.
    I hope this clears things up.
    Best Regards,
    Jonathan N.
    National Instruments

  • Sharing is enabled; nobody can see my library

    iTunes 7.4 for those wondering.
    I have sharing enabled (password protected), but nobody in my dorm hall network can see my library. I can see theirs, including the passworded one, but mine is getting lost somewhere. Can anybody help me out with this? Both sharing MY library and viewing other shared libraries are enabled.

    Thanks for jumping in, Tracy. I thought that firewall setting needed to be checked, but I was posting from my work computer and apparently the firewall there is set up different. When I checked the preferences on my work computer (where I was actively sharing libraries in both directions), I didn't even see iTunes Music Sharing in my firewall settings. Since I was sharing at the time, I assumed I was mistaken about the firewall setting. I wonder why it's not necessary on my work computer? Perhaps because it's a closed network???

  • I can't restore 'library' with support files from Time Machine

    backup - I can't restore 'library' with support files from Time Machine - Ask Different
    Due to an accident, my entire applications folder with all the support files, including plists and caches got deleted.
    I tried restoring by files from the most recent Time Machine backups but I cannot retrieve my applications with the support files.
    I even tried it with migration assistant on a new image.
    Is this impossible?
    Must I start from scratch?
    Details of the ‘accident’
    I was using this app called ‘AppCleaner’ that also automatically deletes related support files which are normally left behind if one simply trashes an Application.
    In the search view, I typed the app name and I selected all the apps in the results using Command + A. Unfortunately, this selected every single Application in the Applications Folder in the background and I trashed and deleted all files.
    Anyway.
    I tried to restore the applications and library from my Time Machine Back-ups but failed to do so because I didn’t have enough space to restore. (I have a 11inch Macbook Air 2012 64GB SSD
    When I tried to restart in recovery mode, I had the same problem, I was disallowed the option to restore using my time capsule backups because my SSD didn’t have enough space for the backup.
    I then tried to restore it to a totally different but new image on a 64GB USB3.0 Sandisk USB Stick, but the process stopped after hours of being stuck around 30.4 percent and the computer was unable to boot, leaving me with a persistent verbose message suggesting it couldn’t identify the os, kernel or anything.
    I finally tried restoring the state using migration assistant on the very same SSD that had my files missing. This happened successfully and I have all my applications in the applications folder.
    But now I have 13GB free (I had 2GB before) and all my application support files, saved states, preferences, caches and customizations are gone.
    Basically, it feels like I just got a new macbook with my documents and itunes folder loaded on to it.
    How can I get my apps back to the pre-deletion state or is this impossible? Do I have to start from scratch? I thought my Time Machine Backups would restore it to exactly the same state, am I wrong?
    Screenshots:
    Message was edited by: Arsenenger

    Can you simply navigate to your Time Machine backup with the Finder? Treat it like an external hardrive and just look for your old Applications folder. /Applications/
    Also, quite a few apps put config and support files in ~/Library/Application\ Support/
    So you may be able to get the files from there as well.

  • How can I include 3rd party jar files with my custom extention?

    I'm writing an extension that is dependent upon some 3rd party jars. How can I include/package these with my extension?
    we're using the 11g tech preview
    thanks,
    Dylan

    Do you mean that you need these files to appear in JDeveloper as a library available for the developers who build a project and use your extension?
    You can create a library in JDeveloper with JAR files by simply adding the following to your extension.xml file:
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    - <libraries xmlns="http://xmlns.oracle.com/jdeveloper/1013/jdev-libraries">
    <library name="My Extension Library">
    <classpath> ${ide.extension.install.home}/lib/some.jar</classpath>
    </library>
    </jdeveloper-hook>

  • How to include NI-SPY in the Deployment system

    Hello,
    I would like to include the NiSpy in the deployment system I'm making. I included all the files in the 'C:\Program Files\National Instruments\NI Spy' directory and the 'nispylog.dll' located in the 'c:\winNT\system32\' directory.
    The program is running when called, however when I select the 'Start Capture' (blue arrow) I get the following error message: 'NI Spy could not enable capturing because no API is selected. Please select at least one API from the Spy menu and try again. If there are no APIs' listed under the Spy menu, reinstall the National instruments driver software to fix this problem''
    Can you advice me how to solve this problem?
    a) Which files are missing?
    b) If I want to install Ni Spy alone, how to do that?
    Thanks
    Rafi

    Rafi -
    NISpy has an installer and I would recommend using it instead of trying to figure out the files to install manually. The DriverCD that comes with TestStand contains the installer and it is typically located on disk2 at \components\visa\ni-spy\NISpy.msi. I suspect that various NI drivers also install support for their APIs, so using their installers would be appropriate.
    Scott Richardson
    National Instruments

  • Problem in include library files into my jar file

    i am new to this jar archiving...I have created a GUI with java swings..and i also use mysql driver to connect my database now i want to make an executable jar file for my GUI..with coonector i have done the following
    I have compiled my program and placed all the .java and .class files in
    c:\ java\ bin\ jarexample
    next i created a manifest file called mainClass.txt which contains
    Main-Class: AppletMain (where AppletMain is my mainclass).. I placed this txt file also in c:\ java\ bin\ jarexample
    i m also set Class-path in manifest file Class-Path: mysql-connector-java-3.1.10-bin.jar
    next i ran jar cmf mainClass.txt example.jar *.class mysql-connector-java-3.1.10-bin
    With this line, I told jar to create a JAR file (option c) with modifications to the manifest file (option m) as specified within mainClass.txt, naming the JAR file (option f) as example.jar and including everything that matches the pattern *Class and mysql connector
    now my problem is ...my MYSQL connection need some Library files from a package called org and class Driver.class to generate connection I include this library files also in my example.jar....
    But when i execute this jar file using :java -jar example.jar
    this is executed BCOZ tha example.jar file use mysql-connector-java-3.1.10-bin.jar file from system.
    If i m this mysql-connector-java-3.1.10-bin.jar file from system from system then it is not run.
    Can anyone please tell me how can i include this library file to my jar file( ie example.jar)
    Thankyou

    Double post. Please post replies on the other thread.
    http://forum.java.sun.com/thread.jspa?threadID=656781&tstart=0

  • Can we include adobe Form in 4.7E?

    Hi,
    Can we include/incoprate the Adobe Form in SAP 4.7E or not?
    Is this for only Ecc 6.0?
    Regards
    Ricky

    Ricky,
    The answer is provided [here|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a8a0a37-0301-0010-f794-aecd1bb426e0#q-8]
    Chintan

  • Apple TV can see iTunes library but can't load content (intermittently)

    I have intermittently been experiencing an issue where the Apple TV shows my iTunes library, but when I select it, no artwork appears for any of the categories (Music, Movies, etc.)  If I select a category, it says it is loading, but never does. It shows the loading page for an extended period of time.
    Connectivity otherwise seems fine. My iPhone/iPad remote apps still find the Apple TV, although they can not select my iMac library separately to play content through the Apple TV the way they should be able to, even though they see the library. My iMac and Apple TV are both connected by ethernet. I use an AirPort Extreme as the router, but the Apple TV has a wired connection through that router. My network/router situation has been pretty solid. I had (different) issues with my 1st gen Apple TV and as part of the troubleshooting for that totally reworked our setup and gave the computer and Apple TV both a wired connection. It didn't help that problem and I don't think it's related here.
    I tried closing and re-opening iTunes, turning on and off home sharing including not pressing "done" as people here have suggested for other issues, and rebooting the computer. I tried with a MacBook Pro also, and I have the same isue. When this happens, it affects the iTunes libraries on both computers. Finally I reset the router and rebooted the Apple TV itself. It then started working again. I'm not sure which of those helped since I did them at the same time.
    Once when this happened to my husband, he just gave up, and several hours later (presumably after the Apple TV and iMac had both gone to sleep and woken up), it worked again without rebooting or resetting anything.
    Message was edited by: medgirl (to add router information)

    Hi All,
    Same issue here. Just upgraded (?) from the previous version of Apple TV, to the new Apple TV2. Like others here, my main problems seem to be with unreliable streaming from iTunes 10 on my PowerMac (Quad G5, Leopard OSX).
    My original AppleTV had no issues w/the wireless network, or synching w/my PowerMac.
    The network connection from the ATV2 are fine, and have no issues accessing the Apple Store (for movies, TV shows), or accessing Netflix. The access to the internet from my ATV2 is quite robust.
    My problems are with keeping a constant, reliable wireless connection to my PowerMac, via an Airport Extreme wireless router.
    I have tried multiple restarts, reboots, reset ATV2 to original settings, tried different wireless channels on the Airport Extreme, verified I have Home Sharing properly enabled in iTunes,etc, but no luck so far.
    What I'm seeing is when I access my iTunes on my computer, I can see my library, and then if I start to "shuffle songs" I may get 1 to 3 songs to play fine, but then the music stops, and I can no longer access the music/movies/etc in iTunes any longer. When I then go to my PowerMac, it has lost most bars of signal strength on the wireless network (although all other devices show strong signal strength), and I have to Turn AirPort Off, then Turn AirPort On and I then am reconnected to the wireless network with good signal.
    I then go back to the ATV2, connect to my iTunes, start my music, and then 1-2 songs later it again stops playing, and I go through this all over again.
    It seems as though there is something on the wireless network between the ATV2 and my PowerMac that causes it to lose connection, and I have to manually start again. The problem is that the connection is not robust, and only lasts a few minutes.
    Hope this gets solved soon.
    Regards
    Tom

  • /usr/ccs/bin/ld: Can't find library: "clntsh"

    i've read all your post, and i still having this error
    1: when i do make i get this:
    make -f demo_proc.mk INAME=sample1.pc
    `/bpi/orabpi/product/lib/libclntsh.sl' is up to date.
    why???
    than i use proc sample1.pc, and the proc create sample1.c
    than i do cc -lclntsh -I$ORACLE_HOME/precomp/public sample1.c
    and in return i get: /usr/ccs/bin/ld: Can't find
    library: "clntsh"
    i really don't know what problem is this...
    can you help????
    Paulo Aboim Pinto
    [email protected]
    Portugal

    i've read all your post, and i still having this error
    1: when i do make i get this:
    make -f demo_proc.mk INAME=sample1.pc
    `/bpi/orabpi/product/lib/libclntsh.sl' is up to date.
    why??? Are you by any chance using the example makefile supplied with Oracle? This has a line in it that calls a makefile called env_precomp.mk.
    Get rid of this line---it is used (I think) for the initial setup of ProC/C++ and is superflous for building user programs.
    If you want I can supply you with a template makefile for 8.0.5 that will do the complete build for you, including handling ProC++ files, additional C/C++ source files and header files. e-mail me off list if you want this and I'll send it to you.
    Alastair
    than i use proc sample1.pc, and the proc create sample1.c
    than i do cc -lclntsh -I$ORACLE_HOME/precomp/public sample1.c
    and in return i get: /usr/ccs/bin/ld: Can't find
    library: "clntsh"
    i really don't know what problem is this...
    can you help????
    Paulo Aboim Pinto
    [email protected]
    Portugal

  • Apple TV can see my library but won't play movies

    I've been using my Apple TV for a couple of months now with no issues. I just installed a Harmony Link, which is working fine, but now i can't play movies on Apple TV. I'm not sure if the two are related, but i happened as soon as i had it all hooked up. I can see my library and scroll through the movies, but when i select one to play it says that it's not available and to try again later. I have less than 10 devices connected to WIFI through my Airport Express, so i assume it's not that, just not sure what it is.
    Anyone come across this?

    Here I come with more suggestions you've probably already tried.
    1. You've probably already verified that you can still play the movies in iTunes on your computer.
    2. You've probably already tried rebooting the AppleTV by pressing and holding both Down and Menu on the original remote until the white LED on the AppleTV starts flashing rapidly. Even once the main menu appears it'll take a little while before the AppleTV starts responding to the remote control (it's still busy booting).
    I forgot to ask...are these movies purchased from the iTunes Store? If yes, continue to step 3. If not, there is probably some other reason why they aren't playing and resetting your settings (below) is unlikely to solve the problem.
    3. Have you tried logging out of your Apple ID on the AppleTV and logging back in? Shouldn't be necessary but it's worth a try before the next step (which is even more unpleasant):
    4. If that didn't work, try resetting the settings on the AppleTV: Settings, General, scroll all the way to the bottom of the list, Reset, Reset all settings. Doing that will require you to re-enter all your accounts and passwords on the AppleTV, including your wireless network password. And after all that trouble, your problem still won't be solved and you'll really hate me (sorry).
    Anyone else have any better ideas?

  • Can users edit Library items?

    Hi everyone. I'm almost done with my first Contribute site
    and I had a question. My client has a small piece of text that is
    shown in the header of every page and this text is something that
    they want to change regularly. I added a Library item for this
    chunk in Dreamweaver thinking that this would be the proper way to
    allow them to edit it in one place in Contribute.
    I found where I can grant permissions for editing the various
    types of shared assets, but I don't see that they can edit the
    Library item. Is there a way to do this or do I need to set this up
    differently (server-side include, etc.)?
    Thanks in advance,
    Jason

    I think you should use a SSI in your Template and provide
    your user with a link to that include-file, so they can edit it in
    Contribute.
    gtrz.
    Hayo

  • I have 3 iTunes libraries on my one one computer and since I updated to the new version I can no longer see who's library I am in. It used to show at the top of iTunes the name of the library I was in.  Is there a way I can tell which library I am in?

    I have 3 iTunes libraries on my one one computer and since I updated to the new version I can no longer see who's library I am in. It used to show at the top of iTunes the name of the library I was in.  Is there a way I can tell which library I am in without closing and reopening?

    No. Frequently the apps take up more storage space on the iPod that the file download size.

Maybe you are looking for

  • Header part of Report sectio not exporting well to Excel in IR studio 9.3.1

    Hi All, I'm using Hyperion System 9 Interactive Reporting Studio version 9.3.1.0.0.248. System 9 Server is also same version. I have a requirement to export the Report section in Excel format and email to the user retaining the format, header, footer

  • Reference fields in a report

    I have a tabular report from a view (this view has parts of 2 tables), I need to make a button to update, the default button doesn't work well, so I have to create a button that makes an update in each table, but I don't know how to reference each fi

  • [SOLVED] Can't send output to external monitor

    I've got a Dell Inspiron 1501 laptop which I sometimes use to give presentations at my school. Last time, in mid october, it worked perfectly, but now my laptop and the digital projector seem to ignore each other. The only difference between last tim

  • IMac will not boot in recovery mode

    I have tried to boot into recovery mode (CMD-R) in Mavericks.  I tried with my hard drive and a Mac Install disk.  Disk utility has grayed out the erase option except for unused space. Can't partition either. I am attempting to donate to my church. 

  • How can I copy and paste events in the calendar?

    Does anyone know how to cut and paste or copy and past events in the calendar?  The events happen at different times and on different days so I can't just "repeat".  Thanks in advance!