sx_BaseDate

<< Click to Display Table of Contents >>

Navigation:  Apollo API Listing >

sx_BaseDate

VB Declaration

Declare Function sx_BaseDate Lib "Apollo9.dll" () As String

C Declaration

LONG FAR PASCAL sx_BaseDate (VOID);

Description

Retrieves the date on which the table was last opened for read/write access.

Return Value

The date is returned as a string. The string is formatted as defined by sx_SetDateFormat and sx_SetCentury.

VB Example

' Display table info

Text1.Text = sx_WorkArea(0&)

Text2.Text = sx_BaseName()

Text3.Text = sx_BaseDate()

C Example

m_datebox->SetStrProperty("Text", (LPCSTR) sx_BaseDate());

See Also

sx_BaseName, sx_IndexName