wwAsyncWebRequest::LoadEvent
This method retrieves an event by its ID and loads the oEvent member. This method is called by all other methods that have EventId parameters.
Typically you won't call this method directly, but in basic form you can use LoadEvent() and SaveEvent() to manually manage all event processing directly.
o.LoadEvent(lcID)
.t. or .f.
Parameters
lcID
Event Id to retrieve
Example
IF !loAsync.LoadEvent(lcID) RETURN ENDIF
loAsync.SetProperty("Name","Rick") loAsync.SetProperty("Time",DateTime()) loAsync.oEvent.UserID = "rstrahl" loAysnc.oEvent.InputData = lcXML
loAsync.SaveEvent()
See also
Class wwAsyncWebRequest© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic