Search found 120 matches
- Thu Jun 17, 2021 12:14 pm
- Forum: Corporate Edition
- Topic: Troubleshooting Network Discovery Process
- Replies: 0
- Views: 23011
Troubleshooting Network Discovery Process
If client applications are unable to locate the the SAP ADS SQL database though the default discovery process, it may be necessary to point the client software to the location of the server. This will occur in situations where access is across a network connection and is not required when the client...
- Tue Jun 15, 2021 3:40 pm
- Forum: Email
- Topic: How To Check Your Email Settings
- Replies: 0
- Views: 26563
How To Check Your Email Settings
1. Start CAPITAL Business Manager
2. From the main menu select Company|Administration|Email
2. From the main menu select Company|Administration|Email
- Fri Jun 11, 2021 11:58 am
- Forum: Corporate Edition
- Topic: How To Change a SAP SQL Advantage Licence Key
- Replies: 0
- Views: 20400
How To Change a SAP SQL Advantage Licence Key
1. Locate the program ADSSTAMP.EXE Note: This is typically installed in your Windows\Program Files folder. However, during installation a user may have installed it elsewhere. 2. Run ADSSTAMP.EXE and press the Licence button. 3. Enter your new Serial Number and Validation Code . 4. Ensure that "...
- Thu Jun 10, 2021 12:59 pm
- Forum: General Ledger (Financials)
- Topic: Understanding General Ledger Sets
- Replies: 0
- Views: 19967
Understanding General Ledger Sets
What is a General Ledger Set? A general ledger set is a table of 'cross references' that acts as the connecting link between your sub ledgers and your general ledger. You can create as many sets as you need and typically each set will serve some specific purpose in telling the general ledger which ...
- Mon Jun 07, 2021 10:32 am
- Forum: Printing
- Topic: Remove Invoice Copies From Statement Runs
- Replies: 0
- Views: 26313
Remove Invoice Copies From Statement Runs
If your software is attempting to include a copy of all transactions for the period, or unpaid invoices, when a statement run is performed and you do not wish to do this, you should remove the statement invoice form from your statement process. The steps to do this are as follows: 1. Close all runni...
- Sun May 30, 2021 11:54 am
- Forum: Scripting & Advanced Techniques
- Topic: R-CLIMIT.MAC Hook Usage Example
- Replies: 0
- Views: 18551
R-CLIMIT.MAC Hook Usage Example
The following script demonstrates how to customise the credit checking system by adding a rule to fail credit approval if a customer owes more than $50 in a 90 day or greater time period. The script must be pasted into a text file with the name: R-CLIMIT.MAC * If over 50 dollars in 90 days or more, ...
- Sun May 30, 2021 11:43 am
- Forum: Scripting & Advanced Techniques
- Topic: Example: Create a Simple Spreadsheet Using Script
- Replies: 0
- Views: 13118
Example: Create a Simple Spreadsheet Using Script
The following script demonstrates how to create a simple Excel compatible spreadsheet. * Create a Spreadsheet SpreadCreate() SpreadWrite(1, 1, "Hello World") SpreadWrite(2, 1, 100) SpreadWrite(3, 1, 200) SpreadWrite(4, 1, 6.66) SpreadWrite(5, 1, Today()) SpreadSave("C:\TEMP\Test Sprea...
- Sun May 30, 2021 11:39 am
- Forum: Scripting & Advanced Techniques
- Topic: Example: Creating Lookups Using Form Functions
- Replies: 0
- Views: 12927
Example: Creating Lookups Using Form Functions
The following script demonstrates how to include look-up lists using the Form***() CBS functions. Declare aTable Type Array Declare aHeader Type Array aTable := { { "TEST1", "TEST2", FALSE }, { "TEST3", "TEST4", TRUE } } aHeader := { { "Header 1", 10...
- Sun May 30, 2021 11:35 am
- Forum: Scripting & Advanced Techniques
- Topic: Export Customer Notes to an RTF text file
- Replies: 0
- Views: 12897
Export Customer Notes to an RTF text file
This script parses the customer table and exports all notes to a text file containing rich text format (RTF) text. Declare cHeader Type Character Declare cNote Type Character Declare cFile Type Character Declare nCount Type Number nCount := 0 cFile := PathCompany() + "NOTESDATA.TXT" OpenTa...
- Fri May 28, 2021 9:25 am
- Forum: Processes
- Topic: Working With Column Properties Manager
- Replies: 0
- Views: 12857
Working With Column Properties Manager
To add or remove columns, click on the grid and press the right-mouse button. Then select Column Properties from the pop-up menu. This will open the Column Properties Manager tool. [ images/column_properties.png The columns that are visible on the grid are displayed in the list to the left and all a...