NetTalk Central

Author Topic: problem with lookup field  (Read 2228 times)

ramiro

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
problem with lookup field
« on: March 28, 2013, 02:34:59 PM »
hi all,
the problem is that in a field with lookup button, after selecting a record in the browse (lookup procedure), to return to the entry, this contains garbage and not the desired code.

thank you

Ramiro

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: problem with lookup field
« Reply #1 on: March 28, 2013, 10:30:59 PM »
Hi Ramiro,

you'll need to post an example. There are literally dozens of things you might have done wrong, and it's impossible to predict which one you've done.

cheers
Bruce

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: problem with lookup field
« Reply #2 on: March 29, 2013, 10:20:20 AM »
Just had same issue.  I have a loc:customer as one of the entries on a tab.  Lookup from BrowseCustomers.  Select Customer.  Poof.  Tabs are empty and simpy say:  spacer.

Using 7.07

Jim A

  • Full Member
  • ***
  • Posts: 203
    • View Profile
    • Email
Re: problem with lookup field
« Reply #3 on: March 29, 2013, 01:03:48 PM »
Problem has got to be with my code.  Cannot seem to replicate it in an example...

In my app, I am using a Memory Form with accordian tabs.  Tab one has a browse with tagging and printing buttons below it. The 2nd Tab is for Emailing the results.  It contains the needed local variables to gather the info needed by the email routine.  When I do the lookup to Customers, it bombs. 

Again, the problem is with my code somewhere.

ramiro

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: problem with lookup field
« Reply #4 on: April 01, 2013, 01:23:52 PM »
hi Bruce,
I change the settings in the wizard: I disabled Popup Lookup and worked.

the attached image settings.

thank you.

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: problem with lookup field
« Reply #5 on: April 01, 2013, 11:20:36 PM »
put the popup option back.
and turn on firbug
and look for an error generated in the console window when you press the button.
then report on that error here.

cheers
Bruce