Do these api work for html and citrix APPL users?

BOster

BOster

Legendary Poster
Does jdeErrorGetCountEx and jdeErrorGetNextDDItemNameInfoEx and other error related api work for Citrix and HTML/Java APPL clients?

They seem to work fine when running on a Full Client and when BSFNs are called from UBEs.

If they don't work for HTML APPL clients, is there a way to get the error count and enumerate the errors for HTML clients?
 
More a question than a response.

I very well known the first api but not the second. What does'it do ?
 
You can enumerate all the errors in the error stack and basically get all the information about them that you see in the detail window inside of an APPL. It is pretty useful because you can look at the errors thrown by a call to a BSFN and then have logic execute depending on what errors are returned from the called BSFN.
 
Question:

jdeErrorGetCountEx gets the count from Error Stack, is there an API to clear the Error Stack ?

AM
 
Back
Top