Normal Topic xlookup (Read 688 times)
billgordon
Junior Member
**
Offline


No personal text

Posts: 61
Joined: Dec 31st, 2003
xlookup
Feb 2nd, 2004 at 7:59pm
Print Post Print Post  
I am still confused as to when and were I need to proceed my element name with database or layout name with xlookup.

Filename = the complete path of my database

Key =  the element name in the current record whose content matches the key in external record

     Do I need to proceed this with database or layout name and !  ???

Ext key= element name in the lookup database whose content matches the key in current Database

     Do I need to proceed this with database or layout name and ! ???

Source element  = element from source database you want to retrieve

     Do I need to proceed this with database or layout name and ! ???

Target= the destination element
     Do I need to proceed this with database or layout name and ! ???
  
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: xlookup
Reply #1 - Feb 2nd, 2004 at 8:20pm
Print Post Print Post  
Let us get it right. You do not use Database name and Labels in xlookup anywhere.

First is application name: i.e.   *.db with path name.

every other places you use Layout Name (Form Name) or Layout Element Name as required. I hope this is clear.
  
Back to top
 
IP Logged
 
Duane
Member
*
Offline


New at this, will have
many newbie questions!

Posts: 18
Location: Virginia
Joined: Jan 22nd, 2004
Re: xlookup
Reply #2 - Feb 2nd, 2004 at 9:43pm
Print Post Print Post  
The simple answer to your question is NO.   Unless the Ext Key is located in an application that has multipe forms with the same element name (not the label).  But I have noticed quicker times by specifing the layout if there is multi forms and none have the same element name, I believe this narrows down the search for the element.
  
Back to top
 
IP Logged