wdcalendar event format

  • jQuery Event Delegation Plugin -- Needs feedback

    I've put together a little plugin that's based on Zach's $.live().Usage:$(context).delegate('click',callback) // same as live()$(context).delegate('li:even, li:odd :click',callback) //supports multiple selectors$(context).delegate('li :click.namespace',callback) // supportsevent namespace$(context).delegate('li:first a :click',callback) // supportspseudo classes$(context).delegate('li a :click mouseover',callback) // supportfuture multiple event formatCheck out the source code here: http://raxanpdi.com/blog-jquery-event-delegate.htmlWhat do y

  • jQuery Anyone see anything wrong with this validation code from Jorn's plug-in?

    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--/* Font Definitions */@font-face{font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}/* Style Definitions

  • Homework help using the type Date

    Hello, I am working on a program that is using the type DATE to develop a class Event to model events scheduled for dates. This might be a familiar question to some, but, I have run into an error during the compile and I need help in debugging it. Below should be the components of the program://EventSchedule.ccp Use the type Date to develop a class Event.#include <iostream>#include <vector>#include <algorithm>#include "DateClass.h"#include "EventsClass.h"using namespace std;int main(){char quit;vector < pair <Date, Event> > eventDate;vector

  • Questions about Polimorphism

    I want to use a database for log control process information and I mustto store this info in event format:Timestamp: Event timestampOID: Event object source idoldvalue: Old value of object propertynewvalue: Old value of object propertyThe problem consists on the values can be:- Integers- Floats- Booleans-....How I can to model this kind of polimorphism ? In OO world it can be solved with a class hierarchy (extends), but I don't know how can i to solve this problem in ER paradigm

  • Cannont submit form which holds another form inside it (Works on FF, but not on IE)

    Im trying to submit a form , which holds another form tags inside (i must do it this way)the problem is that this doesn't work on IE, while it works perfect on Firefoxthe button seems to have no effect on the page... its like it is not connected to the form....this is how the page looks like ( i minimized it to show here...) I did tryed to change the button to input type=submit... but it doesn't work also....<form name="submitPage" action="package.servletName"><table border="0" id="tblClass"><tbody><tr><td><center>Clas

  • Using SetWindowsHookEx to find Mouse position

    I have attempted to use the other posts on this forum to get me this far, but I seem to have hit a wall. THe objective of this dialog program is to determine when the left mouse button is depressed (especially when its outside the dialog window) and, when this happens, to write the cursor x, y position and time to a text file. The problem is that the text file is only showing those events when the cursor is in the dialog. I am using Windows 98 presently but may have to run the program on Windows NT later. Here's my code:HHOOK hHook;int m_intClicks;LRESULT CALLBACK MyMouseProc(int code, WPARAM

  • RaiseEvent fails, crashes VB

    I have a legacy user control and two new replacement controls in my OCX project. All of these controls have the following property handlers with identical code and with procedure attributes bound to DataField:'Event declarations:Event Format(ByVal KeyData As String, Text As String)'Property handlers'WARNING! DO NOT REMOVE OR MODIFY THE FOLLOWING COMMENTED LINES!'MemberInfo=13,0,0,Public Property Get KeyData() As StringKeyData = m_KeyDataEnd PropertyPublic Property Let KeyData(ByVal New_KeyData As String)If m_KeyData <> New_KeyData Thenm_KeyData = New_KeyDataRaiseEvent Format(New_KeyData,

  • Oracle Log Buffer Statistics

    I have following statistics regarding log buffer.SQL>col NAME format A30;SQL>SELECT NAME, VALUEFROM V$SYSSTATWHERE NAME = 'redo buffer allocation retries';NAME VALUE ----------redo buffer allocation retries 5883SQL>col EVENT format A20;SQL>SELECT SID, EVENT, TOTAL_WAITS, TOTAL_TIMEOUTS, TIME_WAITED, AVERAGE_WAIT, MAX_WAIT, TIME_WAITED_MICRO/1000000 TIME_WAITED_secFROM V$SESSION_EVENTWHERE EVENT = 'log buffer space';SID EVENT TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT MAX_WAIT TIME_WAITED_SEC -------------------- -------------- ------------ ---------------1 log buffer space

  • Oracle Sys user locks

    oracle:10.2.0.3os : SunOS csmqadb4 5.10Server working very slow. I haverified the locks. SQL> select l1.sid, ' IS BLOCKING ', l2.sidfrom v$lock l1, v$lock l2where l1.block =1 and l2.request > 0and l1.id1=l2.id1and l1.id2=l2.id22 3 4 5 6SQL> /SID 'ISBLOCKING' SID -------------------------------- 505 IS BLOCKING 495select SID , SERIAL# , USERNAME , STATUS , SCHEMANAME from v$session where sid in ('505','495');SID SERIAL# USERNAME STATUS SCHEMANAME ---------- -------- 495 1253 ACTIVE SYS505 1546 ACTIVE SYSfurther verified SQL> select s1.username || '@' || s1.machine2 || ' ( SID=' || s

  • Oracle free buffer waits

    I have a new database (Oracle 9i), and on that the client ran a batch job. SQL> column event format a40 SQL> select * from v$system_event where event like '%wait%';   EVENT TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT TIME_WAITED_MICRO ---------------------------------------- ----------- -------------- ----------- ------------ ----------------- free buffer waits 2340 143 60008 26 600084205 local write wait 40 0 11 0 109995 write complete waits 24 6 855 36 8551160 buffer busy waits 1778 0 624 0 6241092 LGWR wait for redo copy 9755 13 83 0 828511 I believe the lgwr wait was cau

  • How do you change the format of an event output in a Cognos 8 Event Studio

    I have defined an agent in Event Studio, and it is running fine. My task is "Send an email", and I want to send the event output via email to recipients. Current I'm using "Attach the event output" in the task, and it is attaching in html format.I'd like to change the format of this event output to pdf, and also change the formatting of this event output (font size, colors etc.). How can I do so?Also, how can I change the order of columns displaying in this event output?

  • Report's Format event summing

    In my detail section on my report, I have a text box whose control source is an IIf function. In the format event of the detail section, I have code that adds the value of the text box to my public variable holding this running sum. The report footer has a text box which is set to this public variable. This report is a subreport on a main report and both are linked by a value.Whenever this subreport is run standalone, the sum performs correctly. However, when it is placed as a subreport on the main form, it gives a value exactly twice the value it should be. I'll also note that my subreport's

  • Format event on Access Report

    Hi, I have a line in report's detail unit in order to seperate one record from another. But I want, this line, to change its BorderWidth property each time a specific record appear. I have created code in Format event that do this but this change appear to all records in detail unit.Why?

  • Format Event Problems

    I am fairly new to COM and ran into an odd problem:The problem that I am having is that the DISP_FUNCTION that I call in my Event Sink class is being called twice. It is a Format function (Crystal Reports) which I implemented to allow the user to change the Logo on a report. It works but the FileDialog box comes up twice for the user to choose the logo that they want attached to the report???Also, I added AfxMessageBoxes to my IConnectionPoint class Advise and Unadvise methods and also to the Advise and Unadvise methods in my Event Sink class. If I comment out these messages now in the Event S

  • Ubuntu udevd-event [3838]: udev_rules_apply_format: unknown format char 'e'

    Each time I boot my system I see this message:udevd-event [3838]: udev_rules_apply_format: unknown format char 'e'I have searching through almost everything I could find about udev but can'tfigure out what it mean and what to look for.My system seems to function as it should. But there is some delay during the bootthat maybe has something to do with the message.I hope that there is some one that can explain for me what it is, and how I can fix this.My system:Intel P4 2.4GHz 1G RAMIntel motherboard Pearl 865GKernel 2.6.20-16 genericFeisty

  • Date format in "event Calendar"

    i recently added this calendar from www.javascriptkit.com/script/script2/evtcal.zip to my site.I have found 1 minor problem - I need to change the date format from mm/dd/yyy to dd/mm/yyyy.Whilst I don't find this a problem my Australian website users do.If anyone could help with this minor patch I'd be appreciate (as it would get my users off my back).

  • Oracle Date format in log/error messages with Server Event Log

    I have some question.Current Date is printed at tterrors/ttmesg log files to add with "-showdate" option at $TIMESTEN_HOME/info/ttendaemon.options file.But date when the TimesTen Server Event Log output is not displayed.How to solve these case?====ttmesg.log====2010-05-17 09:40:00.11 Info: : 7409: maind: done with request #433.165709:40:00.13 Info: SRV: 31875: EventID=16| Connect succeeded from client: ttwell01 (ttwell01); IP address: 218.234.33.27; Client PID: 31870; DSN: ntsdb; UID: timesten2010-05-17 09:40:27.84 Info: : 7409: maind got #434.1658, hello: pid=32076 type=utility payload=%00%00

  • jQuery attach a click event to everything but one TR element...??

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28"><TITLE>attach a click event to everything but one TR element...??</TITLE></HEAD><BODY><!-- Converted from text/plain format --><P><FONT SIZE=2>Hello there,<BR><BR>Kind of new to jQuery (stumbled across it two days ago when i was looking for pieces of javascript to sort tables), but i'm a fan already! (and i ne

  • jQuery BUG: Rebinding an event in IE

    I have a "click" event assigned to a link. When the event fires, I'd like to unbind this event and re-assign a new "click" event to the link. The re-assignment is handled within the originating "click" event.This works FINE in FF 1.5/+. It crashes IE by sending it in a continuous loop (IE seems to immediately execute the "click" event re-assignment, thus causing a recursive loop).NOTE: I have tried using $.oneclick() to no avail.Below is a short code synopsis. A demo page is posted @ http://dev.iceburg.net/jquery/tableEditor/rebind.html which demonst

  • jQuery Reference to the element that triggered the event (Karl Rudd)

    Thanks Karl.However, that doesn't give me what I'm after...:)A little more explanation. This is my pseudo-HTML<li class="selectable">    content content content    <a href="##1">some link</a>    content content content    content content content    <img src="##" />    content content content    content content content    content content content    content

  • jQuery Parsing external XML files - Events Format

    Hi!Im working in a project that needs to parse like 10 external XML orRSS resources of events. Some of this XML resources uses this format:http://web.resource.org/rss/1.0/modules/event/<ev:startdate><ev:enddate><ev:location><ev:organizer><ev:type>Other resources are not using this standard tags, they use tags indifferent languages like:<titulo><fechainicio><fechafinal><categoria>another example:<title><description><startdate>Some of this events have description others dont. Some eventsare Google Calendar XML format.My ques

  • jQuery Any doc on the validator object in the "invalid-form.validate" event?

    It's about the validation plugins.I found in some example that I can somehow control the validation by using "invalid-form.validate" event.e.g.             $("#form")                 .bind("invalid-form.validate", function(e, validator) {                    var errors = validator.numberOfInvalids();             

  • jQuery Autocomplete and change event

    HiI've been using this autocomplete pluginhttp://www.pengoworks.com/workshop/jquery/autocomplete.htm for a while. It's been doing its job, but now I want to add a change event to that field, so- Autocomplete finds the value and- change event does some calculation based on that value (or the value enteredstraight by the user.)But autocomplete fires the change event of that field with its format functions. My question is if this is a known problem, if there is a quick fix, or if I have to deploy another autocompleter or so.

  • jQuery r2347 - slider: updated #4385 visual test page to match visual test page ticket format

    Author: rdworthDate: Sat Mar 21 14:59:05 2009New Revision: 2347Modified:trunk/tests/visual/slider/slider_ticket_4385.htmlLog:slider: updated #4385 visual test page to match visual test page ticket formatModified: trunk/tests/visual/slider/slider_ticket_4385.html==============================================================================--- trunk/tests/visual/slider/slider_ticket_4385.html    (original)+++ trunk/tests/visual/slider/slider_ticket_4385.html    Sat Mar 21 14:59:05 2009@@ -1,49 +1,38 @@<!doctype html><html lang="en"

  • jQuery Forcing the format of the DatePicker UI

    Im new to jquery and really love how it works.I am having some issues with the datepicker though and really need some help...i have a form that the user can enter events then save them to a database. One of the fields is a Event Date field and i have chosen to sue the JQuery DatePicker for this.How do force the format for the date chosen so that is like this...?Wed, 13 May, 2009????

  • jQuery r2809 - changed the format option to a callback function, allowing it to be more freeform.

    Author: scottjehlDate: Thu Jun 18 12:44:28 2009New Revision: 2809Modified:branches/labs/selectmenu/index.htmlbranches/labs/selectmenu/ui.selectmenu.jsLog:changed the format option to a callback function, allowing it to be more freeform.Modified: branches/labs/selectmenu/index.html==============================================================================--- branches/labs/selectmenu/index.html    (original)+++ branches/labs/selectmenu/index.html    Thu Jun 18 12:44:28 2009@@ -80,14 +80,29 @@          

  • ASP.NET Placeholder, JQuery, and live() event

    I have a placeholder that houses controls that starts with it'sVISIBILITY set to FALSE. This makes the controls non-existant toJQuery initially. So I found the LIVE() event, and have been tryingto get it to work alongside autotab (http://www.lousyllama.com/sandbox/jquery-autotab) with no luck. Any suggestions?BTW, the commented portions work so long as the controls are loadedwith the page.$(document).ready(function() {$('#txtEmployee').live('load', function(){$(this).autotab({ target:'txtJob', nospace,format:'numeric'});});//$('#txtEmployee').autotab

  • jQuery r2946 - spinner: further code clean-up and bugfixes in _parse and _format methods.

    Author: [email protected]: Mon Jul 20 02:07:03 2009New Revision: 2946Modified:branches/dev/spinner/ui/ui.spinner.jsLog:spinner: further code clean-up and bugfixes in _parse and _format methods.Modified: branches/dev/spinner/ui/ui.spinner.js==============================================================================--- branches/dev/spinner/ui/ui.spinner.js    (original)+++ branches/dev/spinner/ui/ui.spinner.js    Mon Jul 20 02:07:03 2009@@ -19,27 +19,20 @@$.widget('ui.spinner', {    _init: function() {-   

  • jQuery Help required using datepicker event formatting

    I want to use the standard event datepicker code below and make a few changes, I've looked at the available documentation but I have not got a clue what to do.  <script type="text/javascript">                $(function() {                    var dates = $('#from, #to').datepicker({                        defaultDate: "+1w",        

  • jQuery Datepicker > Event Search Example

    I am using the Event search example on my site pretty much as is, i,e, cut and paste. It's great but now my boss wants to change the date format to dd-mm-yyyy. I have searched the forum and can't work out how to do it.My Javascript knowledge is not good so it would be really great if someone could help, please

  • jQuery Event Calendar sample won't load data?

    I am trying to use the jQuery event calendar by web-delicious.  Per the readme instructions, I extracted the zip file to a directory, but the data will not load. When I pull up sample.php, I get the "Sorry, could not load your data, please try again later" error.This is without making any changes to the files at all. (Should be loading random data).Please help! Running PHP 5.2.14 on Apache 2.2.16Their own working sample is athttp://www.web-delicious.com/jquery-plugins-demo/wdCalendar/sample.phpbut my untouched (and nonworking) sample is athttp://184.154.106.14/tci/calendar/sample.phpAny i

  • jQuery Event Calendar with PHP

    I am trying to integrate jQuery calendar with my php site. I had added code to insert and pull back calendar details to and from mysql DB. Now my issue is I am using this code to get event details,return $.get('./calendar.php?action=get_events&startD='+start+'&endD='+end);calendar.php page is retrieving details from DB using start and end values and returning in this format,return '{events : [{"id":1,"start": new Date(2010, 10, 22, 12, 30, 00),"end": new Date(2010, 10, 22, 13, 30, 00),"title":"Meeting with Mark"}]};';This is not displaying the data in the calendar. If I try the code li

  • Need Help with Event Handlers Outside of HTML

    I have tried many conventional methods trying to get my javascript to work without using inline event handlers and for some reason the way my teacher shows us how to do it is not working for me. Any help would be much appreciated. Here is were I left off. The top part of this code is were I was trying to get the event handler to work.function setClock() {document.getElementById('custname').focus();digitalClock();}var digital;function stop(){clearTimeout(digital);}function digitalClock(){var newDate = new Date();var hour, minute;var second;var time = " ";hour = newDate.getHours();minu

  • How Change the Format of Selected Date from Calendar?

    I have a calendar and when selecting the date the date format inserted to text box is in the format ' 10/10/2010'. This is not getting inserted into oracle database. Oracle accepts only the format '10-OCT-10' . So please help me to change the format of date that getting selected from calendar.Code is given below (calendar.html, calendar.js & style.css)//calendar.html<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="standard.css

  • Javascript Event Delegation & Validation

    Probably a simple fix, the below code is for a form that is validated against some external (valid.js) functions. It's my first forray into Event Delegation and stupidly (testing in FF only just now) I didn't realise that the addEventListener isn't recognised in IE. Anyone got an idea which way I should look at sorting it. I am still searching and playing around but can't seem to find the right solution. Thanks in advance :Ddocument.addEventListener('keyup',function(event){//IE doesn't pass in the event objectvar event = event || window.event;//IE uses srcElement as the targetvar target = even

  • Windows Event Viewer issue

    I received an event log file in a new format (.evtx file) from a client that is located in a different time zone. When I view that log in the Event Viewer available in Administrative Tools in the Control Panel it shows time of all events relative to my time and not the time on a client's system when the event was triggered. Is there any way to change that?

  • Event Caledar (evtcal) date formats

    I have just implemented the Event Calendar (http://javascriptkit.com/script/script2/eventscalendar.shtml) (located at http://javascriptkit.com/script/script2/eventscalendar.shtml) on my website with only 1 issue : the date format has to be changed from mm/dd/yyyy to dd/mm/yyyy.I have been searching for the coding in the html and js file to amend this to no avail.\Can someone point me in the right direction ? :confused::confused:

  • click event on checkboxradio no longer works with jQuery mobile 1.0a3

    I am coding the following HTML tags for radio buttons:<div id="format"><fieldset data-role="controlgroup" data-type="horizontal" data-role="fieldcontain"><legend>format:</legend>  <input type="radio" name="print" id="print_1" value="1">   <label for="print_1"><img src="PDF.jpg"/></label>   <input type="radio" name="print" id="print_2" value="2">   <label for="print_2"><img src="Excel.jpg"/></label>   <input type="radio" name="print" id="print_3" value="3">   <

  • Binding a function to an event

    I want to bind a function to an event without having to put the entire code into the anonymous function that I'm binding to the event. How can I do this?When I bind a function using the following code, the details function displays the error message for few seconds:window.onload = function(){$(".error").hide();if (document.getElementById("featureForm")){document.getElementById("featureForm").onsubmit = function(){ featureDetails(); };}}; // end onload functionfunction details(){// Get field valuesvar title = document.getElementById("title").value;if (tit

  • Problem(s) on number auto-format function.

    Thanks in advance to everyone that will give me help for these questions.The function formatCurrency is used to auto-format a numeric value with thousands separators and a decimal separator.It works, but still has the following problems:°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°Problem 1.The function automatically inserts the decimal separatoronKeyPress="return(currencyFormat(this,',','.',event))" //(where '.' is the decsep)This is a problem because when a user tries to write 1000 (o

  • jQuery Adding Click Event To Pagination

    My issue here is that the click event (edit) will work on page one but it won't when there's more than one page. What I need to do is add the click event to each page and I'm not sure where I need to accomplish this at.<?phperror_reporting(E_ALL);// Include the database pageinclude ('../inc/dbconfig.php');$query = "SELECT CONCAT_WS(' ', handlers.firstName, handlers.lastName) AS name, DATE_FORMAT(characters.dateCreated, '%M %d, %Y') AS dateCreated, characters.ID, characters.characterName, statuses.statusName, styles.styleName FROM charactersINNER JOIN handlers ON characters.creatorID = handl

  • MySQL date_format

    I'm trying to use this query string to reformat the date from yyyy-mm-dd to mm-dd-yyyy) but it's not working, any advice?? SELECT date_format(tour_event.date, '%b-%d-%Y') AS readable_date, `tour_event`.`venue`, `tour_event`.`city`, `tour_event`.`state`, `tour_event`.`attributes`, `tour_venue`.`id`' . ' FROM tour_event' . ' LEFT JOIN `tour_venue` ON `tour_event`.`venue` = `tour_venue`.`name`' . ' ORDER BY `tour_event`.`date` ASC';

  • Reversing binary file format

    Looking for a programmer to do the following work. No luck on guru.com, scriptlance.com or getafreelancer.com. Any ideas? Thanks in advance.Performance Central (www.performancecentral.net) is a small website that allows bicycle riders who use a "virtual reality" tool called a Computrainer to train indoors at home. The Computrainer device is attached to the rear wheel of the bicycle and connects to a PC which produces the 3D experience of riding on a real course.When a rider a finished riding a course, his performance on that course is "recorded" or saved in a file and the r

  • using onBlur event to run an ASP Function

    I am stumped.I am trying to run an ASP function using an onBlur event from a Text box. How do I correctly format my HTML code please?<input type="text" name="myTextBox" size="20" onBlur=myASPFunction()>or do I need to call a Javascript function which can then call the ASP function in which case how do I call an ASP Function from a Javascript functionCormac

  • DB2 Event Monitor reading 0000000.evt files

    I'm using DB2 v9.1.4 LUW. I want to read the event monitor logs for deadlocks. I'm not that familiar with this. For example there are two files out in:/db2syscat/db2inst1/NODE0000/SQL00001/db2event/db2detaildeadlock/00000000.evt db2event.ctlThen I used the db2evmon command like this, to copy to a readable format:db2evmon -path /db2syscat/db2inst1/NODE0000/SQL00001/db2event/db2detaildeadlock/ > /source/00000000.txtHere is what is in the file:--------------------------------------------------------------------------EVENT LOG HEADEREvent Monitor name: DEADLOCKServer Product ID: SQL09014Version

  • Deadlock event monitor

    Our deadlock event monitor files are getting full and the deadlock event monitor is getting inactive ( 20 files, size 10 MB). so i am formatting the output of first 20 files (using db2evmon) and then removing the old *.evt files. after this i am starting the event monitor using "set event monitor <name> state 1", so now the event monitor starts writing to the files and it names from 00000021.evt, 00000022.evt and so forth.. so when these files become full when i try to format using db2evmon (db2evmon -path /db2dir/evmon ), i get the below errorCannot open Event Monitor file

  • Duplicate Simple Event Filters

    A bit of an odd one here.I have exported my Event Action Plans (archive format) from a 5.20 Director server (win2003) and imported them to my new Director build on a different server (5.20.2, win2003).When trying to import I got an error saying "conflicts exist in the highlighted items" and the simple event filters in the imported EAPs are highligted.If I click ok and exclude conflicts, nothing is imported. However when I tried leaving the exclude conflicts box unchecked this happenedIMGhttp://i107.photobucket.com/albums/m313/RadioGnome67/Director.jpg[/IMG]As you can see, the simple event filt

  • Event Action Plan Template / IBM Director scripting

    HiI'm going to install IBM Director 5.20 on several computers, and have created a passive install.I'm currently trying to create some sort of template for the Event action plan. I need to use variables (servername, email address A.S.O.), and i need a active EAP running by default. Is there any way to do this? I have tried exporting the EAP to XML (so that I can generate the XML to be imported automatically during installation for each server), but I'm not able to import the plan using the same method. Exporting/importing in archive format works, but I'm not able to edit this format.Is there an

  • Windows Event Log, pls. help

    I'm having a bit of trouble with the Windows Event Log.I have the following code:void/*bool*/ LogEvent(char *Name,char *pFormat, ...){TCHAR chMsg[256];HANDLE hEventSource;LPTSTR lpszStrings[1];va_list pArg;va_start(pArg, pFormat);/*_vstprintf*/vsprintf(chMsg, pFormat, pArg);va_end(pArg);lpszStrings[0] = chMsg;log_info(TD_NORMAL_TR,"%s ",__FUNCTION__);/* Get a handle to use with ReportEvent(). */hEventSource = RegisterEventSource(NULL, Name);if (hEventSource != NULL){/* Write to event log. */log_info(TD_NORMAL_TR,"Logging message");log_dynstm(TD_NORMAL_TR,chMsg);ReportEvent(

  • How to catch excel operation event by VC++ ?

    One question about VC++ programming with excel application. I have searched in FAQ but no suited answer can be found.My qusetion is how can i get the event(or signal) when somebody save the excel file according to the following operation(in a open excel application):excel toolbar -> file -> save My situation is: the project need a reporting system by excel format, after study and test, i have no big problem to creat a new excel sheet and read / wirte data from it , but according to my client that they need to keep the possibility to modify some data after the report automatically generat