Missing <summary> Documentation for askSam
| Class | Description |
|---|---|
| DatabaseFile | This is a wrapper for the Engine class, makes working with askSam Databases easier. |
| Engine | A wrapper for the askSam Engine C/C++ Win32 DLL. |
| FieldMapItem | Class used to store information about each field name to web control mapping on forms. |
| FieldMapList | Array of FieldMapItem classes to map from field names to web controls on forms. |
| FieldMapper | Helpper class to map a list of field names to web controls. |
| Structure | Description |
|---|---|
| ASDID | askSam Document Serial Number ID |
| ASDOC | askSam Document Handle |
| ASDOCNUM | askSam Document Number |
| ASERR | askSam Error value |
| ASFP | askSam File Handle returned from askSam.Engine.OpenFile |
| ASPOS | askSam File position |
| ASSIZE | Size of a memory buffer |
| doc_hdr | Used to load and save document properties. |
| doc_package | Used in the document header structure to pass blobs of data back and forth to the engine to be stored along with a document. |
| indexWord | Structure describing a word in the index with count information |
| load_style_block | This structure is used to read and write styles to and from the an asSam Database. |
| set_multi_field_data | Used with the SetMultiFieldData method to save data to multiple fields in a document at one time. |
| TAGtab | A structure that holds the single set of tab information. |
| TAGtab_table | A structure holding an array of tabs |
| Enumeration | Description |
|---|---|
| DateCenturySetting | Date Century setting |
| DateFormat | Various askSam date formats. |
| DelimitedDocType | How to delimit a document while saving and loading multiple documents. |
| DocPropEntryFormSaveLocation | Entry Form add location types |
| DocPropMaskFlag | Flags for the doc_hdr.mask property |
| DocPropMaskFlag2 | Flags for the doc_hdr.mask property |
| DocPropReportSelectionType | Flags for the doc_hdr.report_sel_type property |
| DocType | askSam document types |
| EncryptType | File Encryption Types |
| ErrNumRange | askSam error numbers |
| ErrorNumber | askSam error numbers returned by most askSam methods. |
| FieldDataType | Field Types used in GetFieldData and SetFieldData |
| FilePrintSetting | File Print Settings |
| FileSecurityFlags | Defines used by the file security functions. |
| FileSecurityFlags2 | Bits collections number two, not current used |
| FindReplaceFlag | Flags used by ASFindReplaceText function |
| FormatType | Format Filter Types used when loading and saving documents |
| HTMLSetting | Flags used to adjust the HTML output from the LoadDoc method. |
| NearSide | Defines the bit flags for the Near Command, SetNearSetting, and GetNearSetting functions |
| NearUnits | Defines the bit flags for the Near Command, SetNearSetting, and GetNearSetting functions. |
| OpenFileHow | Flags used by OpenASFile for opening an askSam file. |
| OpenFileShare | How to open an askSam file in network sharing mode. |
| PickListFlag | Picklist bits |
| ReportOutputSeparator | Report Output Separator - Settings Used with GetReportOuputSeparator and SetReportOuputSeparator |
| SaveDocLocation | Where to save an askSam document in the database file. |
| StyleType | The type of a formatting styles. |
| StyleTypeSupportFlag | The type of the styles. |
| TimeFormat | Time format setting |
| WeekdayFormat | Weekday settings |