Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Index tag not found

0 views
Skip to first unread message

Steven J Starace

unread,
Oct 21, 2001, 8:58:38 AM10/21/01
to
I'm tying my first VFP 7 screen, when I attempt to run the form, I
immediately get the error:

Index tag is not found
error:1683
Index tag is not found
Method:Embossedform.Dataenvironment.Opentable
Line:0

Would appreciate any input on how to find what index this is referring
to and correct this.

Thanks,

Steve

Anders Altberg

unread,
Oct 21, 2001, 6:40:22 PM10/21/01
to
Have you put a table in the form's DataEnvironment and also set the Order
property to something index tag that no longer exists for that table?
Or are you loading you data tables programmatically in the DataEnvironment's
methods.?
-Anders

"Steven J Starace" <ste...@penrods.com> wrote in message
news:3bd2c599....@news.directvinternet.com...

Steven J Starace

unread,
Oct 22, 2001, 7:31:39 AM10/22/01
to
I set up the form using Quick form, never setting an order or manually
specifiying what table to use. There is a combo/list box involved
where the builder asks for a field, but I removed that temporarily and
I got the same error.

On Sun, 21 Oct 2001 22:40:22 GMT, "Anders Altberg" <pra...@telia.com>
wrote:

Lukas Rypacek

unread,
Oct 22, 2001, 5:55:17 PM10/22/01
to
Open the form, open it's dataEnvironment. There should be one or more
tables. Open properties of the table and there is one named "ORDER".
This is the name of the index tag which dataenvironment is trying to
set upon load.

Lukas

ste...@penrods.com (Steven J Starace) wrote in message news:<3bd402ae....@news.directvinternet.com>...

Steven J Starace

unread,
Oct 22, 2001, 9:50:46 PM10/22/01
to
Thanks, that's what it was, the order got reset to wizard1 instead of
one of the index tags.
0 new messages