Form1.Focus=true ... problem.

pdablue

Active Member
Licensed User
Longtime User
Hi,

When I try to compile the program statement:

Form1.Focus=true

using the desktop IDE it generates an error message.

When I compile on the PDA device it does not generate
an error message.

When I try to compile using the desktop IDE to generate
an (.exe) file for the device, it generates an error message
everytime the desktop compiler sees this program statement.

Is this program statment invalid ?
 
Top