When using the GetTransactionName function the return value is returned in UPPERCASE. For example, in the following code transaction TMain var sTranName : string; begin sTranName := GetTransactionName(); sTranName will contain the value "TMAIN" not "TMain" This is a known issue and is scheduled to be fixed
↧