List of file event ID's

I want to automatically zoom after a file has been loaded into AutoVue Desktop (20.2.2) ActiveX control. Through debugging I've narrowed it down to ID 14, but I wonder if there's a list of ID's or constants which show what onFileEvent ID's are available.

Hi pritaeas,
Here's the list:
' Event ID for File Events
    Private Const EVENTID_FILEEVENT_ONACTIVEVIEW As Integer = 1
    Private Const EVENTID_FILEEVENT_ONCLOSEVIEW As Integer = 2
    Private Const EVENTID_FILEEVENT_ONOPENSESSION As Integer = 3
    Private Const EVENTID_FILEEVENT_ONSETFILE As Integer = 4
    Private Const EVENTID_FILEEVENT_ONREGENERATE As Integer = 5
    Private Const EVENTID_FILEEVENT_ONSETTINGFILE As Integer = 6
    Private Const EVENTID_FILEEVENT_ONUPLOADWARNING As Integer = 7
    Private Const EVENTID_FILEEVENT_ONFILEINFOCHANGED As Integer = 8
    Private Const EVENTID_FILEEVENT_ONPROGRESS As Integer = 9
    Private Const EVENTID_FILEEVENT_ONAUTHORIZATIONFAIL As Integer = 10
    Private Const EVENTID_FILEEVENT_ONFIRED As Integer = 11
    Private Const EVENTID_FILEEVENT_ONQUERYPAGE As Integer = 12
    Private Const EVENTID_FILEEVENT_ONSHOWINGFILE As Integer = 14
    Private Const EVENTID_FILEEVENT_ONUINOTFOUND As Integer = 15
    Private Const EVENTID_FILEEVENT_ONCLOSEFILE As Integer = 16
    Private Const EVENTID_FILEEVENT_ONSETPAGE As Integer = 17
    Private Const EVENTID_FILEEVENT_ONPAGELOADED As Integer = 18
    Private Const EVENTID_FILEEVENT_ONSETTINGPAGE As Integer = 19
    The one you want to listen to is 18, here's an example:
Private Sub AxJVueAXControl1_onFileEvent(ByVal sender As System.Object, ByVal e As AxJVueAXLib.IID_ISource_onFileEventEvent) Handles AxJVueAXControl1.onFileEvent
        Dim EventID As Integer
        EventID = e.arg0.getEventID()
        If  EventID = EVENTID_FILEEVENT_ONPAGELOADED Then
            'DO ZOOM HERE
        End If
    End Sub

Similar Messages

  • Can't print a list of calendar events?

    Unable to print a list of calendar events in recent update to iCal.
    Is there some way of doing this

    cj,
    After selecting Calendar>File>Print...> I am presented with a Print selection pane which offers among other choices, a "List" selection:
    What do you see?

  • Is it possible to enter events into a specific iCal calendar, then print a list of those events with the name and date on a single sheet?

    Is it possible to enter events into a specific iCal calendar, then print a list of those events with the name and date on a single sheet?  I don't need the calendar grid.  I just want a list of events on a particular calendar, and their dates.  Is that possible? 

    Not easily. Two possibilities:
    1) If all the events have some common feature (eg you have included "XXX" in all the summaries), search for that feature then select and copy the found items at the bottom of the window. You can then paste them into TextEdit or a spreadsheet for printing
    2) You could write an Applescript to locate the events and write them into a text file for printing.
    The first one will probably give you what you want.

  • Set List URL in event reciever

    Hello All,
    I want to set list url in event reciever element.xml file. Please to resolve this problem.
    Thanks.

    Hi,
    According to your description, you might want to create an Event Receiver for a specific list.
    What we need to do is to replace the property "ListTemplateId" with "ListUrl" and specify the relative URL of list in it.
    For list:
    <Receivers ListUrl="Lists/yourlistname">
    For library:
    <Receivers ListUrl="yourlibraryname">
    Best regards
    Patrick Liang
    TechNet Community Support

  • Require list of all events for Windows Server 2008 Active Directory

    Hi all,
    I require list of all events for Windows Server 2008 Active Directory. Event Log name for Active Directory log is "Directory Service".
    Regards,
    SR

    Hi,
    Thanks for your posting.
    Do you mean you want to list all Active Directory logs into one file named “Directory Services”?
    If that, it’s hard to achieve. There are kinds of Active Directory logs stored in different locations and they have different file formats. It’s hard
    to collect them into one file.
    Active directory records events in the directory services log in Event Viewer. By default, Active Directory records only critical error events. To instruct Active
    Directory to record other events in the directory services log, we need to modify registry.
    For more information please refer to following MS articles:
    Active Directory Diagnostic Logging
    http://technet.microsoft.com/en-us/library/cc961809.aspx
    How to configure Active Directory diagnostic event log
    http://support.microsoft.com/kb/314980
    Lawrence
    TechNet Community Support

  • Returning list of files in directory not working.

    Gidday
    I'm using the following code to try to put a listing of files in a dir into an array.
    I created a dir call myDir in the same place as my .swf and .air, and placed a file in it.  But I get error messages telling me the File or directory does not exist.
    Why would this be?
    var dir:File = File.desktopDirectory.resolvePath("myDir");
    var files:Array = dir.getDirectoryListing();
    Thanks for taking a look.

    OK (still trying to get my head around the folder structure)
    Say my project exe is called test.exe, and  I also have a folder called image_files and another called text_files - how do I access the image_files folder, and how do I write txt documents to the text_files folder?  In other words, I don't want to access the user's folder, or the application storage folder, just specific folders that I have set up in my Flash as3 project.
    Or does security prevent accessing and writing to such folders?
    So how would I alter the following code to write to the text_files folder?
    function saveHandler(event:Event):void {
    var file:File = File.applicationStorageDirectory.resolvePath( "myjot.txt" );
    var jot:String = taEditor.text;
    var stream:FileStream = new FileStream();
    stream.open( file, FileMode.WRITE );
    stream.writeMultiByte( jot, File.systemCharset );
    stream.close();
    I want the user to be able to copy image and video files to the image_files folder, and then I have access to these in the air app.  So I don't want to put them in the application Storage Directory because A) like you said, it's not designed for large amounts of data, and B) I don't want the user to have to navigate to the app data folder - I want to keep navigation simple - so program files/my app/image_files (or preferably give them the option of choosing the folder where they copy their image and video files to - so it could be on d) drive for example).
    Thanks for your time and help
    Shaun

  • WLI FTP File Event Generator

    Hi,
    I'm using a FTP file event Generator from my local machine (Windows) to an AIX machine and I've got this java exception:
    2007-05-29 15:28:06,781 ERROR (InternalLogger.java:65) - Unexpected error when parsing file
    Throwable: java.util.NoSuchElementException: Unix-List: Invalid Number Format
    Stack Trace:
    java.util.NoSuchElementException: Unix-List: Invalid Number Format
    at com.bea.control.FtpFile.parseUnixListLine(FtpFile.java:189)
    at com.bea.control.FtpFile.<init>(FtpFile.java:35)
    at com.bea.control.FtpClient.parseFileNames(FtpClient.java:379)
    at com.bea.control.FtpClient.getFiles(FtpClient.java:328)
    at com.bea.control.FileResource.ftpGetFiles(FileResource.java:1393)
    - My Event configuration:
    FTP Local Directory: /dir/local/
    Directory: /dir/fileDir/{myFile}
    Archive Directory: /dir/archive/
    Error Directory: /dir/error/
    FYI It works fine when I'm using disk file event generator with the same test file.
    Some ideas ?
    Thx,
    Vincent
    Edited by VincentLacaes at 05/29/2007 9:14 AM

    Hi
    This is a problem in WLI 8.1 SP4, and is fixed with a patch.
    Please talk to any BEA Customer support Engineer, and ask for patch from CR213993.
    Thanks
    Ashok

  • How to provide the user with a list of files to pick from...for downloading

    hai..
    I have uploaded the file succesfully.. now we need to download the file...... which has been uploaded..... for that we have implemnted the Query as..
    select max(id) from APEX_APPLICATION_FILES ,here the latest uploaded record will be retrieved and shown.
    Now We want to provide the user with a list of files to pick from for downloading..,Dat is he should be shown the list of files which is available from dat he has to select one file to downlaod ???
    can u plz tell me how to do it....
    anoo

    Hi Anoo,
    Create a report using the following SQL statement:
    SELECT ID,
    FILENAME,
    CREATED_ON
    FROM APEX_APPLICATION_FILES
    ORDER BY CREATED_ON DESCThere are other fields available from the table, but the above gives you a start.
    Then edit the report's Report Attributes.
    Edit the CREATED_ON column and pick a Number/Date Format to use for the display and Apply Changes
    Edit the ID column. In the Column Link section, enter:
    Link Text: &lt;img src="#IMAGE_PREFIX#download.gif" alt="Download"&gt;
    Target: URL
    URL: p?n=#ID#
    Apply Changes and run your report
    Andy

  • Training and event management: Book Attendee List for Business Event List

    Dear all,
        I know this:
        PV07: book attendee list for business event
        PV08: book attendee for business event list
       Is there a tcode to book an attendee list for a business event list
    Thanks a lot in advance!

    Hi Federico,
    I think.., no. Below are the tcodes available to book attendee,
    PV00 Book attendee for business event
    PV01 Rebook attendee for business event
    PV02 Prebook
    PV03 Replace
    PV04 Cancel
    PV07 Book attendee for list  for Business event
    PV08 Book attendee for business event list.
    Let me know if you found tcode for your requirement.
    Thanks,
    Karunakar

  • How to get a vendor list for a event type in training and events

    Hi
    i need to get a vendor list for the event type.
    is there any function module to get the vendor name and vendor no if event type is passed.
    kindly help me...
    With regards
    Rusidar.

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • How can I get a list of files in my collections?

    Hi
    I have been given a disc of 800 photos from a photographer, some colour and some black and white. I used lightroom's 'collections' facility to separate the photos into various groups ie: some pictures that had to be printed different sizes, some black and white etc etc.
    I now need to somehow 'export' a list of the files in the various collections for her to print.
    Does lightroom have a facilty where it can just export a list of files in text/doc format?
    Thank you for your help.

    We have used 2 Pantone colors In Indesign CS2. The One Pantone color is butt with other color slightly.
    Now we want to convert ps to pdf. The Particular place color not come properly while looking at pdf.
    Our customer want us to create ps to pdf not export pdf.
    Kindly do the needful.

  • How to print list of Files?

    I have a list of Files. I would like to print their names. I tried as below:
    But I get an exception as below: Can anyone tel me what the problem is?
    private void createCheckBoxes(List javaFiles) {
            int count = javaFiles.size();
            System.out.println("The number of files are"+count);
            Iterator it = javaFiles.iterator() ;
            while  ( it.hasNext()){
                String s = (String)it.next() ;
                System.out.println(s);
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.io.File
            at extraction.Extract.createCheckBoxes(Extract.java:190)
            at extraction.Extract.actionPerformed(Extract.java:161)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:5488)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
            at java.awt.Component.processEvent(Component.java:5253)
            at java.awt.Container.processEvent(Container.java:1966)
            at java.awt.Component.dispatchEventImpl(Component.java:3955)
            at java.awt.Container.dispatchEventImpl(Container.java:2024)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
            at java.awt.Container.dispatchEventImpl(Container.java:2010)
            at java.awt.Window.dispatchEventImpl(Window.java:1778)
            at java.awt.Component.dispatchEvent(Component.java:3803)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    You list holds java.io.File objects, which you are casting to a java.lang.String. Needless to say, you can't do that: you need to cast them to the appropriate object and then create a String representation from that object.

  • How do I list in the Event Library clips that are in the Event Browser?

    Footage is from iPhoto.
    Thanks.
    Erin

    Hi Erin,
    As the footage is from iPhoto, the clips will appear in the item "iPhoto Videos" in iMovie's Events Browser. When you click on the heading iPhoto Videos, the clips will appear in the thumbnails panel to the right of the heading - these will be in chronological (date) order. This is unlike other videos, which are listed in the Events by individual name and grouped by disk and by year.
    I trust this is what you are referring to.
    John

  • After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  WRA

    After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle to make room for other audiobooks?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  These books, incidentally do not appear in the ITunes screen.  WRA

    Select the iPod shuffle in the iTunes sidebar (under DEVICES).  If this is a current 4th (or 3rd) gen iPod shuffle, you should be able to see the contents of the shuffle by type, intented under the shuffle's name (still in the sidebar).  Select Music or Audiobooks (not sure where those items from the library will be listed).  The items will be listed to the right, for each category.  Find the items, select, and delete.
    It's on page 20 of the manual
    http://manuals.info.apple.com/en_US/iPod_shuffle_4thgen_User_Guide.pdf
    NOTE:  If this is an 1st or 2nd gen iPod shuffle, select the iPod shuffle in the iTunes sidebar (under DEVICES).  Over to the right, go to the Contents tab, where the items are listed.  Select and delete them from this list.
    I find it more convenient to make a playlist in iTunes with things I want to put on the shuffle.  I then set up automatic syncing (or use autofill) to have iTunes load the shuffle from that playlist, automatically.

  • EMERGENCY: List of files in Recovery Area not managed by the database

    Hi,
    this is an emergency request....
    I have this data guard set up. And i accidently dropped online redo logs, standby logs and the archive log except the current online redolog.
    i actually ran to cleanup the whole directory which included the controlfile and the datafiles (was on the wrong location on ASM)
    but the controlfile and the datafiles did not get deleted. i can still see them on the ASM.
    and now when i am trying to restore the archive logs, but i keep getting error as shown below...
    WARNING: A file of type ARCHIVED LOG may exist in
    db_recovery_file_dest that is not known to the database.
    Use the RMAN command CATALOG RECOVERY AREA to re-catalog
    any such files. This is most likely the result of a crash
    during file creation.
    so when i did the below i was getting error as:
    RMAN> CATALOG RECOVERY AREA;
    using target database control file instead of recovery catalog
    searching for all files in the recovery area
    no files found to be unknown to the database
    List of files in Recovery Area not managed by the database
    ==========================================================
    File Name: +DATA/afcpdg/controlfile/controlfile01.ctl
    RMAN-07526: Reason: File is not an Oracle Managed File
    File Name: +DATA/afcpdg/onlinelog/group_1.304.718194815
    RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter
    number of files not managed by recovery area is 82, totaling 168.10GB
    But i do see those data files that RMAN is complaining as shown above in the ASM.
    I HOPE I DID NOT MESS UP THE CONTROLFILE and the DATFILES
    CAN SOMEONE HELP ME FIX THIS MISTAKE THAT I DID.
    Right now the data guard is running fine, the logs are getting shipped from primary and the getting applied at the DG.
    And i am able to see all the redo logs got deleted.
    But not sure how the deleted redo logs got created in the ASM (i did not create them manually)
    Thanks.
    Philip.
    Edited by: user8898644 on May 5, 2010 8:52 AM
    Edited by: user8898644 on May 5, 2010 9:16 AM
    Edited by: user8898644 on May 5, 2010 11:43 AM

    Yes this happened on the standby database.
    I had to restore the archive logs because i deleted all the archive logs which got shipped from the primary.
    I did re-create the standby logs. But when i checked back the redo logs that i deleted came back again.
    I have no idea how they can back again. is it a feature of ASM where a mirrored copy of the files are stored on ASM and they re-create them when accidently dropped.
    Can you help me understand how the redologs got created again automatically.
    Right now the data guard is running fine but i do see the error
    WARNING: A file of type ARCHIVED LOG may exist in
    db_recovery_file_dest that is not known to the database.
    Use the RMAN command CATALOG RECOVERY AREA to re-catalog
    any such files. This is most likely the result of a crash
    during file creation.
    and when i do the following
    RMAN> catalog recovery area;
    i do see errors as below...
    List of files in Recovery Area not managed by the database
    ==========================================================
    File Name: +DATA/afcpdg/controlfile/controlfile01.ctl
    RMAN-07526: Reason: File is not an Oracle Managed File
    File Name: +DATA/afcpdg/onlinelog/group_1.304.718194815
    RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter
    File Name: +DATA/afcpdg/onlinelog/group_2.372.718194833
    RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter
    File Name: +DATA/afcpdg/datafile/system.596.715610261
    RMAN-07527: Reason: File was not created using DB_RECOVERY_FILE_DEST initialization parameter
    File Name: +DATA/afcpdg/datafile/undotbs1.571.715603525
    number of files not managed by recovery area is 82, totaling 168.10GB
    we do have the db_create_file_dest and db_recovery_file_dest pointing to the same location as +DATA
    How do i fix the above error?
    Thanks in advance.

Maybe you are looking for

  • Adobe Bridge CS6 doesn't open after install. it gives me an error message. Anybody can help?

    The message I get when I open Adobe Bridge CS6 is: The operation could not be completed. Adobe Photoshop CS6 works fine. Can anybody help me?

  • How do I import photos from my iPhone 6 into Elements 13?

    I connected my iPhone 6 to my computer, clicked Trust this Computer on the phone, and went to Organizer's photo downloader but it is not detecting any devices.  If I click Refresh List, nothing happens.  Meanwhile Windows Explorer recognizes that my

  • Jsp is stupid

    I used to program java/jsp a long time ago. I found php and never looked back. Now I have a job where I will be using jsp again. I started reading about what new and I am amazed(in the wrong way) Before: very simple output <%= request.getRemoteHost()

  • OCTROI POSTING DURING STOCK TRANSPORT ORDER

    Hi, We have the following scenario. Octroi has to be paid during goods transfer from one plant to other. I'll be having an octroi agent who'll be paying the octroi for on my behalf. and the actroi agent will get this amount reimbursed once in a month

  • Normal / Full Size Brush Tips??

    I'm confused by these two brush tips. I have CS2 and in the Edit / Preferences / Display & Cursors there is the Normal Brush Tip and the Full Size Brush Tip. The Normal shows that the cursor corresponds to about 100%of the area it draws; the Full Siz