JDeveloper and Subversion Plugin

We've now adopted Subversion for version control, and we are using the available plug-in for jDeveloper. We are using jDeveloper 10.1.3.0.4.
We've noticed some behaviours:
* An update of the application retrieves new files, but they do not show up in the application navigator until the application is closed and re-opened.
* On XML files sometimes a "version history" results in blank version selection windows (nothing to select). Restarting jDeveloper fixes this.
* Sometimes a checked-out application does not receive any version numbers until we also do an "update working copy".
I've done some searching in the forums, but I haven't found any applicable posts. Are there any support documents that cover problems with Subversion integration?
Keith Peterson

Hey all!
Rather than creating a new topic I decided to steal this one. :)
Well, we just started using Subversion (1.4) as our version control system. We tested it with Netbeans, Eclipse as well as with Tortoise shell extension. Both work fine, except for the fact Netbeans plugin does not implements all good Subversion features yet (e.g. file locking). However, we are experiencing problems with JDev (10.1.3 Prodution). When checking-out or submitting some files from/to SVN repository, an error message is displayed and sometimes, JDev hangs...The error message says something like "...malformed network..." (unable to reproduce it now...sorry). Then, we observed that some files were checked-out/submitted...It raises the exception in the middle of the process.
In all the cases I mentioned here, except Tortoise, our repository and SVN server are installed on remote box, accessed via svn://xxx.xxx.xxx.xxx/repository URL. Eclipse and Netbeans were as well able to access Subversion through WAN (VPN), from my home-office without problems.
Could anyone help me on this JDev issue?
Thanks in advance.
Sorry for my bad English.
Best Regards,
Gustavo

Similar Messages

  • JDeveloper and Subversion - Cannot Connect To Repository

    Using JDeveloper 11.1.1.6.
    I have a Subversion repository set up on a server that I can connect to from my local machine using the appropriate URL.
    When I attempt to set up the repository connection in JDev, I get a "Connection Refused" error.
    I am using the http protocol.
    If it works using a straight URL from a browser, why doesn't JDeveloper connect to it using that same URL?
    Thanks,
    Ray

    Timo,
    Thanks for the info but installing 1.6 generates the same error.
    Here is my config:
    ----on server
    --------VisualSVN Server 1.6.4.
    --------SVN Server displays repo URL as http://myServer:89/svn/myRepo
    ----on local machine
    --------JDev 11.1.1.6 with "Versioning support for Subversion 11.1.1.6.38.61.92"
    --------I can access the repo URL from my local browser.
    --------JDev cannot access URL
    I wonder if there is another extension that I need in JDev.
    Ray

  • JDeveloper and Eclipse interfacing through Subversion

    WE have a project on Eclipse. We are using Subversion for source version control. Now I've downloaded JDeveloper 11g and would like to bring the project in it. It means some will use Eclipse whereas I want to use JDeveloper and the central repository is on SVN. Is it possible? If so...please let me know how.
    Thanks
    Rashed

    Hi Rashed and Steve,
    I would suggest a slight alternative to Steve. I would create an application and project in JDEV and check all the code out to it. Then I would add the application and project 'container' files (the .jws and .jpr) to the SVN repository.
    This ensures that the context menu options at the application or project level are enabled.
    I blogged about this a while age: http://susanduncan.blogspot.com/2007/11/at-what-level-should-i-version-my.html
    Also, in JDeveloper 11g Subversion is shipped as part of JDeveloper, whereas in 10g it was an extension as Steve pointed out
    rgds
    Susan

  • Jdeveloper 10.1.2- subversion plugin

    I am triyng to get a subversion plugin for jdevleoper10.1.2.2.0(Build 1929). When I say check for updates-> it asks for otn username/password. when I put in the username and password, I get the following error
    "An error occured while getting updates from OTN. This may be
    due to a network problem,proxy settings or the update center
    may be temporarily unavailable.
    Details:Attribute value should start with a quote."
    similar steps works ok on jdev10.1.3
    Any help would be grately appreciated
    Thanks
    MM

    I got my applications migrated to 10.13. I got the subversion plugin for jdev10.1.3
    Now when I import files to subversion(first time to the repository), some times the import fails, it gives an error. It looks like it has updated the repository, but deletes my local copy which is scary. Any idea why this happens?
    Thanks
    MM

  • Very buggy subversion plugin

    Hi,
    We are using the subversion plugin within JDeveloper.
    The problem is that the plugin is so unreliable and harmful that we often prefer using tortoise directly on our local source directory.
    I'm not sure if Oracle is in charge of this plugin, but could someone tell us when this plugin will get a serious update to make it usable at last ?
    Thanks.

    jdev 10.1.3.2
    svn win32 1.4.3
    when i commit ...
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: Malformed network data
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:275)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommit(SVNOperationCommit.java:132)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommandImpl(SVNOperationCommit.java:69)
         at oracle.jdeveloper.vcs.generic.ActionCommand$2.doCommitOperation(ActionCommand.java:342)
         at oracle.jdeveloper.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: Malformed network data
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1224)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:435)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:269)
         ... 4 more
    retry
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: 过期: ”/XIN/branches/wen0511/ViewController/public_html/index.html“在事务“159-1”
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:275)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommit(SVNOperationCommit.java:132)
         at oracle.jdevimpl.vcs.svn.op.SVNOperationCommit.invokeCommandImpl(SVNOperationCommit.java:69)
         at oracle.jdeveloper.vcs.generic.ActionCommand$2.doCommitOperation(ActionCommand.java:342)
         at oracle.jdeveloper.vcs.spi.VCSDialogCommitter$1.run(VCSDialogCommitter.java:82)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: Commit failed (details follow):
    svn: 过期: ”/XIN/branches/wen0511/ViewController/public_html/index.html“在事务“159-1”
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1224)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.commit(SVNClientImpl.java:435)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.commit(AbstractJhlClientAdapter.java:269)
         ... 4 more
    why?
    Message was edited by:
    duwolf

  • Subversion plugin not working as it should

    I have just spent a couple of hours trying to setup the subversion plugin. I tried to search previous threads but i'm not able to find a problem similar to mine. I have created a sample project and imported it to a repository. after i checked out this project successfuly but in the application navigator it is not aware that this is a versioned project as is showing me the svn folders and no versioning icons or functionality what so ever.
    Can anybody help please?
    thanks.

    Try this:
    Create a new application - when it prompts you to create a new project in the application click cancel. You end up with an empty applicaiton.
    While your cursor is on the application, use the versioning menu to check-out the project you have in SVN. Note the directory that the project is checked-out to.
    Your project should now be part of your new application.
    If it isn't just press the green + sign in the application navigator and add the jpr file from the directory you noted above to your application.

  • Missing Subversion plugin in 10.1.3.3

    Hi there,
    Does the subversion plugin need to be updated for 10.1.3.3? It doesn't show up under "Check for Updates"
    Regards,
    John

    Has anyone had problems with the configuration of Subversion. I know this is very much off topic, but I am having troubles with authentication.
    I've set anon-access = none in the specific repository's svnserve.conf file, however for some reason I can still get into the repository without logging in, and read the files. I've tried multiple configurations, but still the same problem.
    Anyone else experienced this, and possibly have a solution?

  • Subversion plugin // 11.1.1.1.0 not showing icons in app nav

    Hi,
    I am using Subversion plugin with JDev 11.1.1.1.0 but it does not show Subversion related overlayed icons in app nav (e.g. a file is modified etc.)
    If i use Jdev 11.1.1.3.0, i can see the icons. I was wondering if there was a bug in 11.1.1.1.0 Subversion plugin. I cannot upgrade to Jdev 11.1.1.3.0 because of production support and must stay on 11.1.1.1.0.
    Any help from the QA or Susan Duncan's team would be helpful.
    Thanks,

    Tried that several times John. Tried again after you asked me to. Even created a new directory etc. and checked out from SVN. Not sure what is going on.
    Ok, i found a workaround.
    Tools->PReferences->Versioning->General->Env Settings uncheck overlay icons and labels hit ok
    and then again, do the same thing but this time check the icons to make sure icon and labels are used.
    This works for me.
    Thanks,
    Edited by: user8565698 on Nov 3, 2010 3:57 PM

  • Subversion Plugin for Oracle Workshop 10.3

    Hi All,
    I have oracle 10gR3 installed with workshop.
    Did try to install Subversion Plugin from the usual update site but failed. Seems like some old bug. anyone managed to installed Subversion Plugin in workshop 10gR3 yet?
    many thanks
    sallo

    Hi, I was able to install using the first link, but I did not get a dialog for connectors after the restart, also after installing SVNKit I see nothing in the Team view, etc.
    Is it related to the fact that the user I used for update is not an Administrator user and for installing Workshop was?
    Tx in advance.

  • JHeadstart and Subversion VCS Extension

    Hello,
    I have read most, if not all, of the blogs and articles publish by your team on VCS. In those articles you all suggest the use of the TortiseSVN and occasionally say that the Subversion extension is useable.
    We have started using Subverion for version control with a JHeadstart application. We are running JDeveloper 10.1.3.2 with the Subversion extension and JHeadstart 10.1.3.2.
    Our group of developers all gathered in a room last Friday to get used to the interface together. In the process we found, that the Subversion extension doesn't seem to always catch the changes made to "hidden" files, like the UserInterface/properties/*.xml files.
    Also, we had issues with conflicts or the resolution process corrupting the file with diff info. and then having to revert.
    Have you had any experiences like these or similar issues? If so, how do you resolve/fix the issues?
    Thanks in advance for your time and assistance.
    Steve

    I have tried out JDeveloper's Subversion extension as well, and didn't like it very much, so I just uninstalled it and used TortoiseSVN again. That works very satisfactorily.
    So I'm sorry, I can't help you with solving problems with the JDeveloper extension. You can try to ask the JDeveloper OTN forum.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Jdeveloper and ant

    hello,
    i need execute ant script before create EAR and WAR file
    i found the option in the project war properties ant xml execute but the build.xml don't run ,
    any ideas for jdeveloper and Ant integration ?
    the use case this i want create a properties file with svn version.
    thanks!!

    <?xml version="1.0" encoding="windows-1252" ?>
    <project xmlns="antlib:org.apache.tools.ant" default="generar">
    <path id="path.svnant">
    <pathelement location="libs/svnant/svnant.jar"/>
    <pathelement location="libs/svnant/svnClientAdapter.jar"/>
    <pathelement location="libs/svnant/svnjavahl.jar"/>
    <pathelement location="libs/svnant/svnkit.jar"/>
    <pathelement location="libs/svnant/ganymed.jar"/>
    <pathelement location="libs/svnant/jna.jar"/>
    </path>
    <typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="path.svnant"/>
    <target name="find_revision" >
    <property name="directorio" value="${buildir}"/>
    <!-- find out revision number of HEAD, need svn.exe installed on local machine -->
    <exec executable="svn" outputproperty="svnlog.out">
    <arg line="log ../"/>
    </exec>
    <echo>${homedir}</echo>
    <echo>${svnlog.out}</echo>
    <taskdef resource="net/sf/antcontrib/antcontrib.properties">
    <classpath>
    <pathelement location="libs/svnant/ant-contrib-1.0b3.jar"/>
    </classpath>
    </taskdef>
    <propertyregex property="revision.number" input="${svnlog.out}" select="\1">
    <regexp pattern="r([0-9]*)"/>
    </propertyregex>
    <echo file="src\org\sidoc\common\BuildInfo.java">
    package org.common;
    public class BuildInfo {
    public static final String revisionNumber="${revision.number}";
    </echo>
    </target>
    </project>
    works!

  • When I click Tools and then plugins and check whether my plugins are up to date or not, Firefox gives me a notice saying my Flash Player is an outdated version and must be replaced.

    I am trying to do something that requires Flash Player, but even though it shows in my control panel, and it is the latest version, I keep seeing a notice that it is disabled, and it does not appear in the list of plugins, so I don't know how to enable it.
    I have been installing the same version over and over again since yesterday, but when I go to check the plugin, a box appears saying it is disabled. When I go in Tools to the list oif plugins, it is not there! Very frustrating. edit

    In Add-ons > Plugins, you must enable "Shockwave Flash (version)"; that is Adobe Flash. Click the "Enable" button next to it. The most current version is 10.3.183.10, which was released just a few days ago.
    '''''"Installed Plug-ins''''' <br />
    '''''Many but they are all disabled."'''''
    Did you disable all of your plugins? Why?
    You need to re-enable your plug-ins in Add-ons > Plugins, then check them to see if they are current and update as necessary.
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    There are 2 versions of Adobe Flash; an '''ActiveX version''' for IE only and a '''Plugin version''' for most other browsers including Firefox. On a Windows system, you should always update both individually.
    #'''Using Firefox''', go to the following direct download link and SAVE the download to your desktop so you can find it later: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #Direct link ActiveX version for IE '''''only''''': http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
    Does not relate to your question, but...
    You have multiple old Java Console '''''extensions''''' that Java did not clean-up during updates. You need Java Console only if you do Java programming/development or debug Java applets on web pages. You can see them in Add-ons > Extensions, '''''but you can not remove them from there'''''. Removing them will not affect the functioning of Java on websites. You can '''''manually''''' remove them, '''''if you do not do Java development work''''' to avoid future, possible problems/conflicts:
    *http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions
    Your old versions of Java Console:
    *Java Console 6.0.06 {CAFEEFAC-0016-0000-0006-ABCDEFFEDCBA}
    *Java Console 6.0.07 {CAFEEFAC-0016-0000-0007-ABCDEFFEDCBA}
    *Java Console 6.0.12 {CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA}
    *Java Console 6.0.13 {CAFEEFAC-0016-0000-0013-ABCDEFFEDCBA}
    *Java Console 6.0.14 {CAFEEFAC-0016-0000-0014-ABCDEFFEDCBA}
    *Java Console 6.0.15 {CAFEEFAC-0016-0000-0015-ABCDEFFEDCBA}
    *Java Console 6.0.17 {CAFEEFAC-0016-0000-0017-ABCDEFFEDCBA}
    *Java Console 6.0.19 {CAFEEFAC-0016-0000-0019-ABCDEFFEDCBA}
    *Java Console 6.0.20 {CAFEEFAC-0016-0000-0020-ABCDEFFEDCBA}
    *Java Console 6.0.21 {CAFEEFAC-0016-0000-0021-ABCDEFFEDCBA}
    *Java Console 6.0.22 {CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA}
    *Java Console 6.0.23 {CAFEEFAC-0016-0000-0023-ABCDEFFEDCBA}
    *Java Console 6.0.24 {CAFEEFAC-0016-0000-0024-ABCDEFFEDCBA}

  • Cannot test portlet using JDeveloper and built-in OC4J

    Hi everybody,
    I'm not trying to sound stupid but my problem seems to be very basic but i cannot solve it. I'm new to Jdeveloper. Here's my problem.
    I'm using Jdeveloper 10.1.2.1.0 (build 1913) to develope a portlet. I deployed it to the built-in Standalone OC4J of Jdeveloper and got the following messages:
    ---- Deployment started. ---- Sep 6, 2006 7:46:11 PM
    Target platform is Standalone OC4J (AppServerConnection2).
    Wrote WAR file to D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.war
    Wrote EAR file to D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear
    Invoking OC4J admin tool...
    D:\jdev1012\jdk\jre\bin\javaw.exe -jar D:\jdev1012\j2ee\home\admin.jar ormi://cuongttlabtop/ admin **** -deploy -file D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear -deploymentName UmaPortlets
    checkIsLocalHost() error: cuongttlabtop/: cuongttlabtop/
    Uploading file D:\jdev1012\jdev\mywork\Uma_OWHO\Uma\deploy\UmaPortlets.ear to oc4j server side
    Notification ==> Application Deployer for UmaPortlets STARTS [ 2006-09-06T19:46:17.406ICT ]
    Notification ==> Undeploy previous deployment
    Notification ==> Copy the archive to D:\jdev1012\j2ee\home\applications\UmaPortlets.ear
    Notification ==> Unpack UmaPortlets.ear begins...
    Notification ==> Unpack UmaPortlets.ear ends...
    Notification ==> Initialize UmaPortlets.ear begins...
    Notification ==> Initialize UmaPortlets.ear ends...
    Notification ==> Initialize UmaPortlets begins...
    Notification ==> Initialize UmaPortlets ends...
    Notification ==> Application Deployer for UmaPortlets COMPLETES [ 2006-09-06T19:46:19.000ICT ]
    Exit status of OC4J admin tool (-deploy): 0
    D:\jdev1012\jdk\jre\bin\javaw.exe -jar D:\jdev1012\j2ee\home\admin.jar ormi://cuongttlabtop/ admin **** -bindWebApp UmaPortlets UmaPortlets http-web-site /UmaPortlets
    checkIsLocalHost() error: cuongttlabtop/: cuongttlabtop/
    Exit status of OC4J admin tool (-bindWebApp): 0
    Use the following context root(s) to test your web application(s):
    http://cuongttlabtop:8888/UmaPortlets
    Elapsed time for deployment: 12 seconds
    ---- Deployment finished. ---- Sep 6, 2006 7:46:23 PM
    When i tried to access the URL: http://cuongttlabtop:8888/UmaPortlets by Mozilla Firefox nothing came up instead : 403 Forbidden Directory browsing not allowed
    Please help me everybody!!!!! It's urgent. My boss will check my work on this Friday :((.

    I tried to access both URL you gave me and got the error:
    404 Not Found
    Resource /UmaPortlets/providers not found on this server
    I really dont understand what's going wrong here?? I followed exactly what Oracle tutorials tell me :(

  • Error with internet plug-in message and blocked plugin

    On my MacBook Air Im receiving a error with internet plug-in message and blocked plugin which will not allow video clips to play i.e. YouTube. How do I correct this?

    When you have installed the latest version of Flash, relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser, but check this also:
    http://support.apple.com/kb/HT5655?viewlocale=en_US&locale=en_US  which also covers ‘blocked plug-in’.

  • HELP: include another page in with JDeveloper and ADF

    Hi all,
    I am trying to make a layout page with JDeveloper and ADF. But I just can't make things work. I have the pre-coded header and footer html pages and want to include them in a jspx somehow. I tried panelPage too, but the rendering style is away from our pre-coded header and footer.
    1. Use jsp:include.
    header works fine but footer is rendered before the page content, even if the footer is placed after the page content. Is there a way to customize the position?
    <f:facet name="footerFacet">
    <f:subview id="footerView"
    binding="#{backing_welcomePage.footerView}">
    <jsp:include page="/footer.jspf"/>
    </f:subview>
    </f:facet>
    2. Use frameBorderLayout.
    I followed the doc and use the document tag. But the frame page is rendered but none of included pages are rendered. So I got a blank page.
    <!-- frame page -->
    <f:view>
    <afh:html>
    <afh:head title="my frame page">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <afh:frameBorderLayout height="100%" width="100%">
    <f:facet name="center">
    <afh:frame source="topPage.jspx" name="topPage3"/>
    </f:facet>
    <f:facet name="top">
    <afh:frame source="topPage.jspx" height="200" name="topPage2"/>
    </f:facet>
    <f:facet name="bottom">
    <afh:frame source="topPage.jspx" height="200" name="topPage1"/>
    </f:facet>
    </afh:frameBorderLayout>
    </afh:body>
    </afh:html>
    </f:view>
    <!-- top page -->
    <f:view>
    <af:document title="FrameBorderLayout Demo">
    <af:form>
    <af:panelGroup layout="vertical">
    <f:facet name="separator">
    <af:objectSeparator />
    </f:facet>
    <af:outputFormatted styleUsage="instruction" value="&lt;b>A frameBorderLayout&lt;/b>"/>
    </af:panelGroup>
    </af:form>
    </af:document>
    </f:view>

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

Maybe you are looking for

  • The slideshow's auto play feature is not working when exported to iPad.

    Is there anyway around this?

  • Search engines, .pdf documents

    Can (or do) search engines search .pdf documents that are internally linked to and part of a specific website?

  • Using excell file on forms with ole2..... lock the excell file

    i want to read an excell file on a form. i use the ole2 library. And i dont know why the xls file get locked everytime i run the form. can you tell me how open and close a xls file without lock. thanks

  • OS 10.4.11 Update

    After this update was installed I could not login to the internet without selecting my network each time I awoke from sleep, or restarting. It appears that the 10.4.11 update defaults to telephone modem for internet access. Configure your network sys

  • Build in a table by column cell?

    Is is possible to create a slide build with a table, where you start with Cell 1A, then next the cell directly below that (2A), then the one below that (3A), then back up to the second colume (1B), then 2B, then 3B, and so on? None of the options I'm