What I'm using is:
Function MonthEnd Returns Date ( Input inDate As Date):
Return ((Date(Month(inDate),28,Year(inDate)) + 4) - Day(Date(Month(inDate),28,Year(inDate)) + 4)).
End.
Disp MonthEnd(Today).
Hi Popsin,
As far as I understand you are looking for something like that:
Define Variable iNum As Integer No-undo.
Define Variable cName As Character No-undo.
Define Temp-table ttCust
Field tNum Like Sports2000.Customer.CustNum
Field tName Like Sports2000.Customer.Name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.