Page Index Toggle Pages: 1 2 [3]  Send Topic Send Topic Print Print
Very Hot Topic (More than 25 Replies) Importing data in a particular manner (Read 4419 times)
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Importing data in a particular manner
Reply #30 - Feb 19th, 2008 at 2:56pm
Print Post Print Post  
This line will not work as written. Your database is not named Target. The field in your database that matches is probably not named Key.
vRS = @XResultSetSearch("policy.db", "Target", SEARCH_MODE_AND, SEARCH_SYNTAX_QA, "!Key=" + ASCII0000)

To find the right names:
1. Open Policy.db in Designer. 
2. Open the Policy Form.
3. In the Property Viewer, from the View Setting For dropdown, select Database. The Database Name is what you want in place of "Target" as the second argument.
4. Click on the element on the form which has the matching key value.
5. In the Property Viewer, from the View Setting For dropdown, select Selected Elements. Click the Other tab. The Bound To is what you want in place of "!Key" in the last argument.

Fix that line and post it here. If it looks right, then I'll tell you what to do next.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Importing data in a particular manner
Reply #31 - Feb 19th, 2008 at 2:56pm
Print Post Print Post  
Cliff wrote on Feb 19th, 2008 at 2:51pm:
How best to get in touch with you on this?

Email me at erika@lantica.com or email Support at support@lantica.com.

Edited:
I got your PM and replied to the email address you provided.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 
Send Topic Send Topic Print Print