If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > do I use fieldname()?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-07-07, 21:18
jaygats jaygats is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
do I use fieldname()?

I'm trapping for a key on a form (keyphysical method), and I want to know what field the cursor is in when the key is pressed.

My question is what command returns this location in the form (returns which field the cursor is on, or what table is it on)?

Does it have something to do with fieldname()?

Thank you in advance for the reply!
Jaygats in Oregon
Reply With Quote
  #2 (permalink)  
Old 11-08-07, 17:10
jaygats jaygats is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
woohoo!

i figured it out.

eventInfo.getTarget(targObj)
if targObj.fieldname = "thenameofthefield" then...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On