> Please advise the ways in which I can change the shape and color of keyboard text cursor - both in a form's text box as well as in a GET field situation ?
> Thanks in advance.
>
> Ajay
ThisForm MousePointer = n property...
0 (Default) Shape determined by the object.
1 Arrow.
2 Cross. A cross-hair pointer.
3 I-Beam.
4 Icon. A small white square within a black square.
5 Size. A four-pointed arrow pointing north, south, east, west.
6 Size NE SW. A double arrow pointing northeast and southwest.
7 Size NS. A double arrow pointing north and south.
8 Size NW SE. A double arrow pointing northwest and southeast.
9 Size WE. A double arrow pointing west and east.
10 Up Arrow.
11 Hourglass.
12 No Drop.
13 Hide Pointer.
14 Arrow. Not a valid property value for grids, which will return the error "Expression evaluated to an illegal value."
KTB