Indicates whether a String resolves to a Double that Financial Management would then allow to be inserted as a journal amount. To evaluate as valid, the String must not represent a negative Double, as Financial Management does not allow the entry of negative amounts in journals.
<IHsvJournalsEx>.ValidateValue(lEntity, lParent, lAccount, lValue, bstAmount)
Boolean. Returns TRUE if the bstAmount argument’s value is considered valid, FALSE if it is considered invalid.
This example tests the validity of the value in a text box named TxtData. If the value is invalid, any code placed within the If structure would be executed.