Announcements
No record found.
internal final class RunnableClass1 { /// <summary> /// Class entry point. The system will call this method when a designated menu /// is selected or when execution starts and this class is set as the startup class. /// </summary> /// <param name = "_args">The specified arguments.</param> public static void main(Args _args) { RecordInsertList tmpDBTableRecordInsertList = new RecordInsertList(tableNum(TmpDBTable)); ttsbegin; TmpDBTable tmpDBTable; tmpDBTable.Field1 = 2; tmpDBTable.Field2 = 2; tmpDBTableRecordInsertList.add(tmpDBTable); tmpDBTable.clear(); tmpDBTable.Field1 = 1; tmpDBTable.Field2 = 1; tmpDBTableRecordInsertList.add(tmpDBTable); tmpDBTable.insertDatabase(); ttscommit; while select tmpDBTable { Info(int642Str(tmpDBTable.Field1)); } } }
internal final class RunnableClass1 { /// <summary> /// Class entry point. The system will call this method when a designated menu /// is selected or when execution starts and this class is set as the startup class. /// </summary> /// <param name = "_args">The specified arguments.</param> public static void main(Args _args) { RecordInsertList tmpDBTableRecordInsertList = new RecordInsertList(tableNum(TmpDBTable)); ttsbegin; TmpDBTable tmpDBTable; tmpDBTable.Field1 = 2; tmpDBTable.Field2 = 2; tmpDBTableRecordInsertList.add(tmpDBTable); //tmpDBTable.clear(); tmpDBTable.Field1 = 1; tmpDBTable.Field2 = 1; tmpDBTableRecordInsertList.add(tmpDBTable); tmpDBTableRecordInsertList.insertDatabase(); ttscommit; while select tmpDBTable { Info(int642Str(tmpDBTable.Field1)); } } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 527 Super User 2026 Season 1
Giorgio Bonacorsi 473
Adis 284 Super User 2026 Season 1