Toni, I don't do much Rules based programming but in your action could you not check to see if you are where you think you are with the Row and Col properties?
For instance at the start of your action do something like this: stable 0.5 ' so you are sure the cursor is not still moving if Row = XX and Col = XX then do something. end if You could also use these variables to check the filed in relation to the current cursor position. I.E. Fieldname@(Row - 1),COL This is probably over complicating this but I do think this should work. Billy Padilla ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Toni Wheeler Sent: Monday, March 05, 2007 1:16 PM To: [email protected] Subject: RE: [Talk] Field Issue Does anyone have an idea on how I can handle fields per below? Thanks, Toni Wheeler Systems Analyst Good Shepherd Health System 700 E. Marshall Longview, Texas 75601 Work: 903-315-5106 Fax: 903-315-2291 ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Toni Wheeler Sent: Tuesday, February 27, 2007 10:44 AM To: [email protected] Subject: [Talk] Field Issue I am doing a rules-based script. What is the best way to handle fields that are on the same row and the field names are in the row above, such as in the vendor area of the item dictionary? I want to make sure that I am on the correct field but I am having problems getting the system to see the cursor correctly. Thanks, Toni Wheeler Systems Analyst Good Shepherd Health System 700 E. Marshall Longview, Texas 75601 Work: 903-315-5106 Fax: 903-315-2291
