//Recorded Events
//Recorded Events
Let>WW_TIMEOUT=5
CapsOff
//Set focus to Appointment Scheduling--------------------------------
SetFocus>Appointment Scheduling*
WaitWindowOpen>Appointment Scheduling*
//Get window position and move mouse to the correct field------------
GetWindowPos>Appointment Scheduling*,WindowX,WindowY
Let>PosX=WindowX+220
Let>PosY=WindowY+191
Wait>0.2
MouseMove>PosX,PosY
Wait>0.2
LClick
Wait>0.8
GetTextInRect>220,191,LastName
MessageModal>LastName
With 220,191 being the X,Y point of the beginning of the text box. When the msg box pop up. It has no data. Any help would be greatly appreciated.

Thanks.
-brentmtc