<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_BaseDate |
Declare Function sx_BaseDate Lib "Apollo9.dll" () As String
LONG FAR PASCAL sx_BaseDate (VOID);
Retrieves the date on which the table was last opened for read/write access.
The date is returned as a string. The string is formatted as defined by sx_SetDateFormat and sx_SetCentury.
' Display table info
Text1.Text = sx_WorkArea(0&)
Text2.Text = sx_BaseName()
Text3.Text = sx_BaseDate()
m_datebox->SetStrProperty("Text", (LPCSTR) sx_BaseDate());