-
Notifications
You must be signed in to change notification settings - Fork 0
pts meet time
Click Meet Time on the CONTENT ribbon panel to display the Meet Time window. Read more: Command Syntax
|
|---|

This is used to print the congregation meeting time on your report. Please view the sample scripts to see how to use this script command correctly. Since the result is a piece of text, it is affected by any FONT, COLOUR or ALIGN settings (and requires EOL to be issued to show on the screen / report).
You must press Insert (or Update if editing an existing command) for your changes to be applied to the current script in the editor.
Choose field name for congregation
Use the drop-down list to select the field (from the current row) that specifies the congregation.
The application will only display text type fields in the this drop-down list.
Use $LocalCong
If you want to use your own congregation, then you can simply set the Use $LocalCong option. Setting this option will disable the drop-down list of field names.
At the moment, it is required that you call this command from inside an existing LOOP so that you can get access to the current row.
Choose field name for talk date
Use the drop-down list to select the field (from the current row) that specifies the meeting date.
The application will only display date type fields in the this drop-down list.
Use Variable
if appropriate, set the Use Variable option and select one of the predefined date variables:
- $Today
- $NextYear
- $NextTwoYears
Once you have specified these two items and pressed Insert or Update, the application takes the actual value of the congregation [field] and the date, and then works out what the correct meeting time would be for that date at that congregation.
If the date is in the past, it will just use the "current" meeting time for that congregation.
Copyright © 2002 - 2025 by Andrew Truckle. All Rights Reserved.
- Using Public Talks
- Main Application Menu
-
Database Ribbon Panel
- Assignments Editor
- Backup Database
- Check Talk Exchange
- Compact Database
- Convert Database
- Create Unassigned Date Entries
- Database Security
- Maintain Databases
- Purge Database
- Rearrange Dates
- Restore Database
- Help Ribbon Panel
-
Home Ribbon Panel
- Create a Report
-
Manage Custom Reports
- Editing Scripts
- Content Ribbon Panel
- System Ribbon Panel
- Script Command Syntax
-
Tutorials
- Using The Script Editor
-
How To Write Scripts
- Module 1 - The Basics
- Module 2 - Hello, World!
- Module 3 - Multiple Text Blocks
- Module 4 - It's A Date, Then
- Module 5 - Oh, I'm Blushing!
- Module 6 - It is a Rainbow!
- Module 7 - The Font Of All Knowledge
- Module 8 - Queue To The Right
- Module 9 - Memory Like An Elephant
- Module 10 - May I Squeeze In There?
- Module 11 - Move Over, Please
- Module 12 - You Move Over Here
- Module 13 - Is My Back A Funny Colour?
- Module 14 - I'm Going Loopy Here!
- Module 15 - Fields Of Golden... Text
- Module 16 - Man, That Looks Weird
- Module 17 - Inner Peace, Inner Loop
- Advanced Script Features
- Quick Access Toolbar
- Settings Ribbon Panel
- Tools Ribbon Panel
- Revision History
- Contact Information
Click Meet Time on the CONTENT ribbon panel to display the Meet Time window. Read more: