Form and Component Routines
Viewed 2410 times since Thu, Jun 12, 2008
Here is a list of available form and component routines: function NewForm(FormWidth, FormHeight, Caption) ...
Read More
Item Property Routines
Viewed 2191 times since Thu, Jun 12, 2008
These routines are for reading or writing the properties of an item that you would typically view in the "Edit Estimating Item" window.Here is a list of available item property routines: function ItemProperty(ItemI...
Read More
Editing and Creating Scripts
Viewed 2093 times since Wed, Jul 2, 2008
Editing and creating scriptsRequirements: PlanSwift Enterprise Edition Knowledge of VBA or Pascal Scripting Languag...
Read More
Item Routines
Viewed 1920 times since Thu, Jun 12, 2008
Here is a list of available item routines: function AllItemCount Description Returns the estimating items count Example ...
Read More
Tab and Column Routines
Viewed 1794 times since Thu, Jun 12, 2008
Here is a list of available tab & column routines: function GetColumnName(ColumnIndex) Description Returns the string value of the column name. ...
Read More
Graphics Routines
Viewed 1720 times since Thu, Jun 12, 2008
Here is a list of available graphics routines: procedure ImageRefresh Description Refreshes the current image. This repaints to the screen to show any newly cre...
Read More
Math Routines
Viewed 1720 times since Thu, Jun 12, 2008
Here is a list of available math routines: Min(Value1, Value2) Return the MIN of 2 numbers Max(Value1, Value2) ...
Read More
Note Routines
Viewed 1589 times since Thu, Jun 12, 2008
Here is a list of available note routines: NewNote(X, Y, X2, Y2, Text, FontName, FontSize, Color, BorderColor, FontColor, Transparency) ...
Read More
Item Section Routines
Viewed 1564 times since Thu, Jun 12, 2008
Here is a list of available item section routines: procedure AddSection(ItemID) Description Creates a new section on the current estimating item. ...
Read More