giovedì 17 aprile 2014

HOWTO: Refresh display options at run time

If you need to refresh the display options of a record, after an update to the data of dataset or in another situation you don't to research or requery the database, but use the clearDisplayOption method on you datasource. The parameter of the method is the updated record.
yourTable_ds.clearDisplayOption(yourTable);
yourTable_ds.refresh();

Nessun commento:

Posta un commento

AX 2012: The request was aborted: Could not create SSL/TLS secure channel

The error you're encountering, "The request was aborted: Could not create SSL/TLS secure channel," can occur due to various re...