Help Menu

KaioneSoft Home

Help Home

SprintDB Pro 2.1  & Desktop Companion 1.1

Overview


SprintDB Pro 2.1 and its Desktop Companion 1.1 mainly focused on fixing bugs.

However, several new functions have been added too.

 

Following bugs have been fixed

  • Field type list is empty when importing .csv file on Desktop Companion.

  • Bugs related importing of .csv file.

  • OpenQuery/CallForm’s parameter can not be modified on Macro Builder.

  • Several bugs on Desktop version’s debug mode.

  • GetRegistryStr() does not work on Desktop version.

  • Program get downed on calling DAddRecord() on Desktop version.

  • Scribble is not saved with using check box and scribble object together.

  • Word-wrap does not work on Extendable edit box.

  • UpdateAll in TableView.

  • Supporting real number field generated on MS Access table.

  • Insert Date & Time menu option in Table view Zoom mode.

  • Changed tab order does not work.

  • The problem occurred on moving edit control with DateTime picker by using MoveControl()/SetControl().

  • The problem of text/memo field on Table view's zoom mode.

  • buttonControl.BackColor() does not work on the Desktop companion.

  • When moving Tab control on Form run mode, other controls of tab control does not move together.

  • Label's default alignment does not work.

  • Without specifying Separator, ExportToCSV() does not work.

  • SetVar() command does not work inside of ExecMacro().

  • The problem of Subform's record on using "Filter" menu option on MainForm's record.

  • Form's OnUpdate event and control's AfterUpdate event do not occur properly.

  • On selecting a format on list control's column, print does not work properly on SprintDB Pro+Printing version.

  • EAN-13 type barcode is not properly printed on SprintDB Pro+Printing version.

  • Underline text is not properly printed on on SprintDB Pro+Printing version.

  • Other trivial bugs...

Enhancements to the DoWhile...EndDoWhile macro

  • Now support nested DoWhile..EndDoWhile.

  • Support Break command. The Break command exits the DoWhile loop in which it appears.

Enhancements to the "Importing/Exporting of Forms" in the Desktop Companion

  • There is now a built-in File Browser which allows you to locate and select Form files on the Pocket PC.

Enhancements to the Form Controls

  • Alignment can be specified on List control's each column

  • List control's column width can be specified.

  • Style property added for Dropdown control.

  • MaxChars property added on Edit control.

Other Enhancements

  • When same control does not exist on copying/pasting form control(s), original control name is kept.

  • DateTime picker is available on double-clicking/double-tapping stylus pen or mouse on DateTime field in Table View.

  • "OK" button does not need to be clicked after selecting a new date on DateTime Picker.

New Macro/Script Actions

ShowWaitCursor()

Show or hide Wait cursor(hour glass).

DeleteFile()

Deletes the specified file.

RenameFile()

Renames the specified file.

Break()

Terminates the DoWhile loop in which it appears.

New Macro actions related tree controls

Using this command, the item's ID can be specified on inserting a tree item.

 

TreeInsertItemEx( treecontrol, PID, IID, text)

TreeSetItemEx( treecontrol, IID, text)

TreeSetItemIDEx( treecontrol, IID, newIID)

TreeDeleteItemEx( trecontrol, IID)

TreeSortItemEx( treecontrol, IID)

New Tree control attributes

Treecontrol.RootItemIDEx()

Treecontrol.ItemIDEx(IID, relation)

Treecontrol.ItemTextEx(IID)

 

New Macro/Script Functions

FileExists()
Check if selected file exist.
GetDBFilePath()
Return full path and name of currently opened database.