NetTalk Central

Author Topic: Auto Complete  (Read 2908 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Auto Complete
« on: June 28, 2013, 03:44:07 PM »
Not sure whether I should have posted this on the C* user site  :-*

If you look at the attached doc you will see two pictures.  the first shows an autocomplete box after typing 'sc' (SCE: is the prefix of my table).  It looks like field names but has 'isinvalid' attached and the SCE:comment filed is noted as long when it's string.

The second picture shows the autocomplete box if I type 'sce:' which look correct.

What's going on here?

Thanks

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Auto Complete
« Reply #1 on: June 28, 2013, 06:42:31 PM »
Hello Keith,

This site is primarily devoted to the sharing of knowledge pertaining to Capesoft's NetTalk.

Having said that, I'm not sure that we have enough information.

Good luck,

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Auto Complete
« Reply #2 on: June 29, 2013, 12:48:59 AM »
Hi Keith,

I presume you're in the embeditor, and these are the IDE Code-Completion suggestions you're talking about?

The first screen is showing you a bunch of local variables (create by the template) in that procedure. As you can see they're named based on your field names (on the form) and keep track of whether the field currently contains an invalid value or not. As you continue typing the code-completion narrows down the options for you.

cheers
Bruce