Discussion:
AX_SetServerAOF how to migrate to AdsSetAOF
(too old to reply)
m***@gmail.com
2019-04-17 13:48:32 UTC
Permalink
Hello,

I have a older example from clipper code :

USE Accounts INDEX state VIA "DBFCDXAX"

// Create an AOF on the server
AX_SetServerAOF( 'state == "CA"', .F. )

// List all records where state is California
LIST state

// Clear the Server AOF
AX_ClearServerAOF()


How to migrate this example to Harbour ?


Best Regards
m***@gmail.com
2019-04-17 22:26:17 UTC
Permalink
I can how to.

Best Regards
Post by m***@gmail.com
Hello,
USE Accounts INDEX state VIA "DBFCDXAX"
// Create an AOF on the server
AX_SetServerAOF( 'state == "CA"', .F. )
// List all records where state is California
LIST state
// Clear the Server AOF
AX_ClearServerAOF()
How to migrate this example to Harbour ?
Best Regards
Loading...