Home | Product Info | Downloads | Register | FAQ | Online Help | Support | News | DB Development

Buy SprintDB Pro Here!
 
   
 

SprintDB Pro 4.0 & Desktop Companion 4.0

 
  • Supports Windows Mobile 2003,2003SE, Windows Mobile 5, Windows Mobile  6.

  • Windows XP and Windows Vista compatible.
  • MS Access 2007 compatible.
  • Supports new Database conversion/sync manager, KaioneSync.

Upgrades:

We have sent the customer upgrade email for this new version.
If you have not received the upgrade email, please let us know.
If you have changed your email address, please let us know.

 

What's new in Ver 4.0

 

New Database conversion/sync manager

 

 

 

KaioneSync synchronizes MS Access files including Access 2007 format.

Support all versions of ActiveSync, Windows Mobile Device Center.

 

 

Support Skin & Theme on the Desktop Companion

 

 

 

Zoom display for the Deskop Companion.

 

 

Display form at 200% of normal size.
 

Supports GPS

Supports macro commands/functions to read the output of a GPS receiver.

Read GPS data from the serial port according to the NMEA (National Marine Electronics Association) specification.

 

Sample database:

Help > Sample Databases > SDP 4.0 Sample

 

Related macro actions:

GpsOpen(), GpsInit(), GpsClose()

 

Related macro functions:

GetGpsStatus(), GetGpsDataStr(), GetGpsData()

 

 

Supports AutoNumber data type

 

 

Undo current field/record (Tableview/formview)

 

 

Undoes any changes made to the current field or current record.

  

Supports RichEdit control

 

 

The RichEdit control allows you to enter and edit text while also providing more advanced formatting features than the Edit control. (Desktop Companion).

The Pocket PC edition does not support Edit menu option.

 

Supports HTML control

 

 

The HTML control provides the functionality of the WebBrowser, and you can browse sites on the World Wide Web, as well as files in the local file system.

 

Related macro actions:

SetHTMLControl()

 

 

Enhanced Color Dialog.

 

 

You can define custom colors using sliders.

 

 

Supports Folder/File Browser

 

 

Options > Folder/Tools >

Database Utilities > Change Form File

 

Enhancement to Form Controls

  

    

  • Color property for list control: Set the color of separate columns in a list control.

  • Locked property for list control: Lock separate columns in a list control.

Example:

MsgBox( &combo1.Column(3) )

 

 

Enhancement to Form design view

 

     

 

 

 

New Macro/Script Actions

 

SendMail(Account, To,Cc,Bcc,Subject,Body,Attachment1,Attach2,Attach3)

Send email using Pocket Outlook account.

 

PhoneMakeCall(PhoneNumber)

Dial the specified phone number. (Pocket PC Phone edition or SmartPhone only).

 

SetHTMLControl(control, action)

Navigates backwards/forwards, or stop opening a file.
 

RotateScreen(Orientation)

Rotates the Content of the Screen.

 

GpsOpen(Port,BaudRate,Parity,ByteSize,StopBits)

Opens a serial port connection to your GPS device.

 

GpsInit(String)

Send optional initialization strings to your GPS.

 

GpsClose()

Closes the serial port connection to your GPS device.

 

 

New Macro/Script Functions

 

CryptRandom()

Returns cryptographically random number.
 

GetScreenOrientation()

Returns the current screen orientation in degrees. (0,90,180,270)

 

GetGpsStatus()

Returns the current status of GPS.

 

GetGpsDataStr(Field)

Returns gps data in string.

 

GetGpsData(Field)

Returns gps data in number.

 

 

For more detailed information about the new version, please refer to the SprintDB Pro user manual.