File opening problems with JDev 10.1.3

I'm using JDev 10.1.3.0.4 on Linux with these subversions:
ADF Business Components     10.1.3.36.73
CVS Version (External)     (CVS) 1.12.12 (client/server)
Java™ Platform     1.5.0_06
Oracle IDE     10.1.3.36.73
Struts Modeler Version     10.1.3.36.73
UML Modelers Version     10.1.3.36.73
Versioning Support     10.1.3.36.73
Whenever I start JDev this error appears:
java.lang.StackOverflowError
     at java.util.HashMap.get(HashMap.java:320)
     at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:126)
     at oracle.ide.net.URLFileSystem.findHelper(URLFileSystem.java:163)
     at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
     at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
     at java.net.URL.openStream(URL.java:1007)
     at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
     at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
     at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
     at java.net.URL.openStream(URL.java:1007)
     at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
     at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
     at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
     at java.net.URL.openStream(URL.java:1007)
     at oracle.ide.net.URLFileSystemHelper.openInputStream(URLFileSystemHelper.java:993)
     at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1164)
     at oracle.ide.net.IdeURLConnection.getInputStream(IdeURLConnection.java:44)
     at java.net.URL.openStream(URL.java:1007)
The same error appears on the console JDev was started from whenever I open a file.
Are there anyone experiencing the same errors?
Are

Hi,
Could you follow up in this post Re: BUG: 10.1.3 EA Window Closes When Dragged in the Editor with the requested information?
Regards,
Lisa
JDev QA

Similar Messages

  • Help with add file name problem with Photoshop CS4

    Frustrating problem: Help with add file name problem with Photoshop CS4. What happens is this. When I am in PS CS4 or CS3 and run the following script it runs fine. When I am in Bridge and go to tools/photoshop/batch and run the same script it runs until it wants interaction with preference.rulerunits. How do I get it to quit doing this so I can run in batch mode? Any help is appreciated. HLower
    Script follows:
    // this script is another variation of the script addTimeStamp.js that is installed with PS7
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.INCHES;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "Lower© ";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = " ";
    // Set font size in Points
    myTextRef.size = 10;
    //Set font - use GetFontName.jsx to get exact name
    myTextRef.font = "Arial";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 0;
    newColor.rgb.green = 0;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 10, 99);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

    you might want to try the scripting forum howard:
    http://www.adobeforums.com/webx?13@@.ef7f2cb

  • File sharing problems with my Media Player, an A C Ryan

    I have a media player, an A C Ryan, hooked up to my wifi at home and it normally accesses all my hard disks that is plugged and shared on my iMac. I had no problems when the iMac was on Snow Leopard. Under Network/Workgroup in the AC Ryan's menu, I can see and access all the files on the hard disks.
    The moment I upgraded to Lion, all such access was lost. The AC Ryan cannot connect to the hard disks any more via the wifi network. it's as though file sharing has stopped completely. I checked the file sharing settings on the iMac and nothing has changed i.e. the disks were shared as usual. After struggling with many possible solutions and failing (I checked out a lot of forums), I reintalled Snow Leopard and the problems were immediately solved.
    Is there something seriously wrong with Lion's file-sharing? Has this been fixed in 10.7.2? My friend who has a similar setup (his media player is the WD Live) has exactly the same file sharing problem with Lion.
    I would appreciate any feedback. Thanks!

    I believe that NTFS-3G has issues with Lion.
    I use Paragon NTFS and have had no issues at all. I am pretty sure that NTFS-3G will get updated, but you need to check their site to find out when.

  • Problems with JDev 10.1.3

    Hi
    I am having problem ssetting up the database connection in JDev 10.1.3.
    I get the following error:
    java.lang.UnsatisfiedLinkError: t2cCreateState
    I am assuming this is to do with the environment settings.
    Does anyone have a say on this or faced a similar problem with JDev 10.1.3?
    Please leme know...have been tryingggggggggg:-|

    Try having a look at post
    how to use Instant Client with JDBC? to see if it gives you any ideas.
    Regards,
    Lisa Sherriff
    JDev QA

  • File Stream Open Problem with g++ 3.3.3 and libstdc++.so.5

    Hi
    I am facing one problem when I complie and run my code
    with the following compiler and standard C++ library :
    OS Used : SunOS GUILIN 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-i2
    Compiler Used : g++ 3.3.3
    Standard Library Used : libstdc++.so.5
    Problem : I am supposed to create 1000 file streams,
    but when I run my program, it creates only 254 file streams,
    after that assertion occurs!!!!
    OUTPUT :
    ========
    $ echo $SHELL
    /usr/bin/sh
    $
    $ ulimit -n
    50000
    $
    $ ./a.out
    i : 253
    errno : 24
    Assertion failed: in, file main.cpp, line 28
    Abort - core dumped
    $
    ========
    MY CODE :
    ==================================================
    #include <sys/errno.h>
    #include <assert.h>
    #include <fstream>
    #include <iostream>
    #include <string>
    extern int errno;
    const int MAX_STREAM = 1000;
    using namespace std;
    int main(int argc, char* argv[])
    ifstream in[MAX_STREAM];
    string file("boo");
    for ( int i=0; i != MAX_STREAM; i++ )
    in[i].open(file.c_str());
    if ( errno > 0 ) {
    cout << "i : " << i << endl;
    cout << "errno : " << errno << endl;
    } // end of "if ( errno > 0 ) {"
    assert(in[i]);
    return 0;
    ===================================================
    But, if I compile the exactly same program with the
    following compiler and run the executable under the
    same environment as above, it is running without
    any problem and 1000 file streams are created
    smoothly without any assertion.
    OS Used : SunOS GUILIN 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-i2
    Compiler Used : g++ 2.95.3
    Standard Library Used : libstdc++.so.2.10.0
    Anybody can help me to overcome this problem with
    g++ 3.3.3 compiler and libstdc++.so.5 library.
    With Very Best Regards
    Subrata Basak
    MediaRing Ltd., Singapore

    CVS differentiate text and binary files (they are marked as one or the other by using a CVS option when adding the file). If a file is marked as text, cvs will perform line-end conversion if needed.
    On Linux, line endings are coded as LF, whereas on Windows they're coded as CRLF. When you copied files from Windows to Linux, you probably did a binary copy, which left the CRLFs intact. When you checked those files into CVS on the Linux server, Linux CVS did not convert the CRLFs into LFs.
    The result of this is that if you check the files out on Linux, they will still contain CRLF (which is wrong for Linux). You may verify this by checking out a file on Linux, then opening it using vi -b. The CRs should show as extra ^M's at the end of each line.
    If, on the other hand, you check out the file on Windows, a conversion will take place, where all LFs are converted to CRLF. The result of this is that your file will contain CRCRLF at the end of each line.
    The best way to fix this is probably to check everything out on the Linux box, remove every CR from every file, then check everything back in again.

  • File Open Problem. Open in Browser But need in Access

    Dear friends,
    I developed an application in MS-Access and having as "FutureStat.bak" I want this file to be distrubuted over network. So, i placed the file in Stat folder under root folder with an index file which gives a hyperlink to this file.
    If i use tomcat 4.1 it prompts for Open With / Save
    But my company is having Tomcat 5.5 , which opens the file in browser. with some unicode format. I need tomcat to prompt for Open With or Save is there any code for opening ???
    Thanks in Advance,
    Rengaraj

    It's more likely a configuration problem in the server itself, it must be configured to open that format for some reason.
    You could create a download server which reads the file from disk and outputs it to the browser using the content-type "application/octet-stream". That will force a download box. Search this forum, it is asked almost every day.

  • File Open problem

    After updating to the most recent security I have the following problems with Text edit and MS Word.
    I cannot use File Open to access a file. I get the spinning ball and application not responding. I can double-click the text or Word file and they will open.
    Does this make sense? Anyone have a suggestion?

    It's more likely a configuration problem in the server itself, it must be configured to open that format for some reason.
    You could create a download server which reads the file from disk and outputs it to the browser using the content-type "application/octet-stream". That will force a download box. Search this forum, it is asked almost every day.

  • File association problems with Win2K server

    Hi,
    I have a client - 5 Macs in a Win2K network. They're designers and store/work on all their jobs on a Win2K volume. About 2 months ago, problems started happening - files lost their application association (mostly all were turned into Unix exec files), causing sever problems with the workflow. Quark can't open a placed image in it's native app for instance, because the association has been lost. The user has to visit each file and re-associate. As you can imagine, this is not an ideal situation to say the least.
    Furthermore, when re-associating the files, the option to "Always open with" is greyed out, so a one-time fix isn't possible.
    I suspected that it was something to do with the windoze volume. I more or les proved it by copying one of the files to a local machine and then re-associating: all works as it should when the files are local. Copying the files locally is not an option though.
    This really is at the limit of my windoze knowledge. Their sysadmin is also not sure what's happening, aside from the fact that there's no windoze app that's accessing the files and writing them back to the disk. The only thing that looks at the files is the daily backup and that's a read and not write operation. We're stumped, but it really needs sorting. I've suggested they move some of the files to another server and see if the same occurs, which may or may not prove the issue is with the server they're using now. Any guidance gratefully received.
    All Macs at 10.4.5 and recent updates, all have QXP 6.5, CS2.

    Probably nothing has changed with your server or your network. Typically, folks realize, "Hey! I can connect via SMB and that's my workaround for the 31 character file name limit!" Or possibly, your Mac folks are browsing the network for your server and selecting it through your Windows domain rather than a Mac zone. Tiger changed the appearance of Windows "WORKGROUPS" so that they now appear as upper/lower case instead of all caps. This use to be a good way to distinguish them from zones.
    To guarantee your users are connecting via AFP, which is what I would recommend for a Mac workgroup, have them specifically use "afp://servername" in the "Connect to Servers" dialog. I don't recommend Apple's SMB because Mac OS X splits each file into separate resource and data fork files before placing them on the server. When Windows folks see this, it's a mess. And I don't recommend continuing to use Microsoft's SFM because its version of the AFP protocol hasn't been updated in years. Either way, look to a third party software solution.
    Don't let the 65+ GB scare you. It's really not that bad if you're on a 100MB network but the server should recognize that all traffic is local and actually handle all the file moves itself without shuffling files across the network. A bit of a pain, but shouldn't take too long.
    Good luck! bill
    1 GHz Powerbook G4   Mac OS X (10.4.5)  

  • Embarrassing file open problem

    So I'm carrying all my files with me without needing my office on the phone, right? Use mobileme or sugarsync or any of these applications and have QuickOffice or Documents to Go on the phone and I can view most any file or at least the most popular, right?
    I was out with a client and wanted to go over some items on a simple spreadsheet - so I opened up my sync apps that shows all my docs stored in a remote location. I open the doc and it doesn't work... why? Because it was a spreadsheet saved as a CSV file. No big deal, right? I've got the latest iPhone, latest OS, have every document application on the iPhone and can open up 20 different types of document types. Cool. I'm the guy the client believes is fluent with technology and have the latest, advanced phone from Apple.
    So how do you get a document from one application or email to be opened properly with your application that will open the document on the iPhone? From what I'm reading, iPhone applications are practically worthless unless you have used WiFi to copy your documents into that application's folder or "sandbox" or something like that. This can't be right. If it is, then why do I care whatsoever about all this nonsense about mobileme and cloud computing? It's like water, water everywhere but not a drop to drink? If this is the way applications work, it practically obliterates the whole point about cloud computing and accessibility of your documents in one primary location.
    I'm just a little nervous now because I've had my phone for 2 months and this is the first time I've encountered something like this. I'm afraid to think I'll be stuck in this place for two years and hoping I must have had misinformation. I can't imagine trying to copy every file in my office 4 times into 4 separate applications (wasted 3X more space) and having to sync everything manually 4 times every day. This would defeat the purpose of all this sync and mobility.
    Thanks to everyone for the help in advance.

    +I believe your problem with .csv is that you lack on the iPhone a) the ability to assign a default app for opening .csv and b) a file manager. Right now, there may be no solution; however, there may be work-arounds.+
    This is the problem. I get Word documents I cannot edit because while I have QuickOffice and Document to Go on the iPhone, there is no way to get files to these applications via email, mobileme/sugarsync!!!! Perhaps this is why Dataviz isn't providing any support for its iPhone application any more. It's crazy. Thanks for confirming this with me.
    +"Yes, I know what csv is; I think I used that format once... on a punch card. If you want apple to support this format, make th comment to apple."+
    +"CSV is not popular due to its encrypted formatting."+
    What planet are you jokers from? CSV or delimited text files are used ALL the time by popular applications and download of data. Every bank offers CSV. Quicken and Money apps provide CSV files. If you want a list of anything like your domains from your registrar or any other data, there is ALWAYS a CSV option. The only "formatting" is that it places a tab or comma between columns so it can be read universally. It's perhaps one of the simplest formats.
    But there is only one point - I have MANY applications on my iPhone that read CSV files. How do I get the application to READ the CSV file from mobileme or sugarsync or from email?
    *Here's the other problem - sometimes one reader will do a much better job than another with a PDF, XCL or a DOC. HOW can I define what application will open up these files???*

  • DMS file opening problem for docx & xlsx files.

    Hi All,
    while opening docx & xlsx files data is getting truncated when they are transmited as external attachments from SRM with ERP PO mail through DMS.
    I feel there should be some problem with DMS itself as file format doc, xls are opening correctly as they were mapped with work station type DOC & XLS.
    Need your iputs to rectify the problem.
    Thanks,
    Ramakrishna

    Hi Ramakrishna,
    Kindly maintain the settings in SPRO->Document Management->General Data->Define Workstation Application (DC30).
    For XLS application define file format as *.xlsx and DOC application maintain file format as *docx.
    Hope this might resolve ur issue.
    Regards
    Bhanu

  • Problems with JDev 11g using JBOSS and ANT

    Hi,
    I'm trying to migrate to JDev 11g with JBoss ( version 7.X ) as the AppServer
    With JDev 10g all works fine with JBoss, even the Remote Debug, all OK
    here is the problems I have :
    1) ANT
    JDev doesn't save my ANT settings
    every time I launch ANT : Run Ant Target - I must set the Advance settings
    JDev 10g I only need to do that once, the settings are saved but not in the 11g, why ?
    2) persistence
    I get this error when deploying to JBoss
    16:34:50,967 INFO [org.jboss.as.server] (HttpManagementService-threads - 1) JBA
    S015870: Deploy of deployment "prod_v0.0.1_iDigital.menu.ear" was rolled back wi
    th failure message {"JBAS014771: Services with missing/unavailable dependencies"
    => ["jboss.persistenceunit.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp
    .war#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceun
    it.\"prod_v0.0.1_iDigital.menu.ear/iDigital.menu-WebApp.war#InfraModel\"jboss.na
    ming.context.java.jdbc.stdDS]","jboss.persistenceunit.\"prod_v0.0.1_iDigital.men
    u.ear#InfraModel\"jboss.naming.context.java.jdbc.stdDSMissing[jboss.persistenceu
    nit.\"prod_v0.0.1_iDigital.menu.ear#InfraModel\"jboss.naming.context.java.jdbc.s
    tdDS]"]}
    it seems that is something related to dependencies not well configured during build stage of the EAR, but with 10g works fine
    BTW, I can't run my project with WebLogic either, gives this error :
    <5/Abr/2013 18H27m BST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1365182860563' for task '0'. Error is: 'weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].'
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    >
    <5/Abr/2013 18H27m BST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'iDigital.menu'.>
    <5/Abr/2013 18H27m BST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
         at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         Truncated. see log file for complete stacktrace
    can someone give me a clue ?
    thanks
    Edited by: FernandoLeite on Apr 5, 2013 10:31 AM

    I can't say many about the ant stuff, but have you tried to put the parameters in a property file and use this to get the parameters to ant?
    The reason you can't run the application on WLS is that you have not installed the adf runtime on your wls. The error 'application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].' points to this.
    Timo

  • .MSG files. Problem with getting requested values from crawled properites

    Hi
    I have a lot of msg files on my file server. I use SharePoint Enterprise Serach engine to crawl all these MSGs.
    I would like to get extra managed properties out of these files. I am most interested in getting Mail:5(text) / Mail:12(Date and Time) / Mail:53(Date and Time) from MAIL category in Managed Properties.
    This thread is very similar to one already posted by SpinnerUp:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/82d69df0-5cb2-4e51-a485-34209e111f4b/problem-with-crawling-msg-files-doesnt-seem-to-return-requested-values-from-crawled-property
    Please be aware that I do not use Public Folders. These MSGs are exproted from Outlook and are stored on File Server not Exchange.
    I tried to link Crawled Properties to new property however I cannot get any results back.
    Thank you for you help.
    Regards, Marcin (Please mark as helpful or answered if it helps)

    Thank you for your replay.
    However I am not keen to write custom connector at this stage.
    Is it possible to simply get "Subject", "Sent", "Received" info from msg file and then map it to managed properties.
    Does SharePoint create any crawled properties which contain information about let's say "Subject" which then can be used to create managed properties?
    I tried playing with "MAIL" properties however I cannot get them to work. I guess this is because the file is a msg file rather than mail which is stored in Exchange Public Folder.
    Regards, Marcin (Please mark as helpful or answered if it helps)

  • Sender file Adapter, problem with proxy authentication

    HI all,
    i'm having some problems with the following scenario, i need to configure a sender file adapter which connects to a FTP server. To connect this FTP server i need to set a proxy (and so a username and a password), and i don't know how to do.
    From note 821267 seems that the proxy is not supported for an FTP adapter, but the are some workaround like the ones described in the following link
    Re: Proxy server inFTP adapter
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=57137
    They don't work in my case as i need to se two username (the one for proxy and the one for the ftp server) and i cannot force the proxy use for all XI applications.
    Can anyone help me?
    Thanks a lot
    Aldo

    Proxy is necessary to exit the customer local intranet. It's not possible to go outside network without going through the proxy server.
    I cannot set the proxy server in file adapter as it's not supported like described in SAp note,  a possible workarounf is to force the proxy server in the J2ee stack but in this way all PI calls would use that proxy..

  • File sharing problems with T500 and T410 and a desktop all running XP Pro SP3

    Others have had similar problems with what appears to be an overriding of Windows file sharing by Access Connections.
    My three computers, printers and internet modem are networked and working fine both wired and wirelessly except that while the desktop computer in network places can "see" shared folders on the Thinkpads, access to them is denied. Access to desktop shared folders from the Thinkpads works fine.
    All the usual sharing settings have been checked and verified by Microsoft support; it does not so far have a solution.
    Could this issue please be addressed more thoroughly and/or suitable documentation referenced? I have read the blurb about Access Connections but can't make a lot of sense of it.
    Thanks

    When you use the Desktop top menu bar Go/Connect to Server and enter
    smb://nameofPC
    what happens ?

  • CS4 extended file open problem in Windows 7

    I am having a little spot of trouble. I switched from Windows to Mac recently and got myselfa copy of Photoshop CS5. I used to run Photoshop CS4 on a 32bit Windows 7 build and it works swell. Not a hitch. I've since moved CS4 onto a 64bit Windows 7 build and... it crashes when I open an image. Any image I've tried opening causes CS4 to crash.
    I wonder if any of you would have a solution. I guess the only other piece of information I can talk about is that there's a version of Photoshop Elements 8 already installed on the system but I don't know if that would conflict or not.

    Since you're probably still familiar enough with Windows to do maintenance, it sounds like what you're running into may be a display driver problem with OpenGL on your system...
    Try this as a workaround:  Go into Photoshop, choose Edit - Preferences - Performance, and uncheck [ ] Enable OpenGL Drawing, then restart Photoshop.
    If this works around the problem, visit the web site of the maker of your video card and locate the display driver that matches your hardware and Windows 7 x64 OS.  Download and install, then go back into Photoshop and reverse the above change (remembering to restart Photoshop after).
    Good luck.
    -Noel

Maybe you are looking for

  • Naming Pages/sheets in Preview

    Is there any way to NAME the pages of a PDF in preview?  I can create bookmarks ok, but I'd rather see the ACTUAL PAGE NUMBERS of the document instead of a bunch of 1's after I've composed a book in preview. I am an architect and collect pdf's from m

  • My Check Out and Open is creating a new document!

    Hi there, As the subject say, my Check Out and Open is creating a new document with a new ID instead of making a new revision of the document. It creates a new document starting the revision with the number 2! And if I make Check Out and Open of this

  • How create a 100µs impuls (arb wave)

    Hello I created an arb waveform. Within Labview I can also change the time constant. However, on the hardware (USB-6361 with 10MHz DIO) I receive only 1ms impulses instead of 100µs impulses. Currently I am working on a Labview Evaluation Licence. The

  • Need help with "percentage of" I need to see grandparent totals

    Theres a division in my database between Supervisors, Representants, and Lines. The hierarchy is Supervisors -> Representants -> Lines I have a measure called "acum sold" and I need the percentage of it. I`m using "Percentage of" -> "Collumn"and it w

  • Disable re-order columns in ALV Grid

    Hi, I want to disable the option of move/re-order of columns in ALV grid. Ex: My grid is displaying 5 fields in the order F1, F2, F3, F4 & F5. I can move the columns by dragging then on their header so I can change the fields order to F2, F3, F1, F4