Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error - index tag not found
Message
From
17/09/1999 04:25:31
 
 
To
16/09/1999 13:55:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00265564
Message ID:
00265776
Views:
16
Hi Sheena.

>
>I've added 2 new tables to my dbc and a new pageframe
>that contains a grid.
>
>When I run my application and try to add a record with the following code :
>
>select gisum
>append blank in gisum
>replace gisum.sessionkey with left(time(), 2) + dtos(add_date) + add_time
>replace gisum.add_user with User, gisum.lc_user with User
>
>do form gisdet
>
>this.parent.grid1.refresh()
>
>I get the error that "index tag is not found"
>
>I know it's on my gisum table but can't see anything wrong
>with relationships, index, data environment or dbc.
>
>My grid also goes blank.
>
>Any idea what's going on here?
>
>Any input would be appreciated. THanks.

You are probably closing the gisum table in the form giset. When you return to the calling form that contains the grid, you have ripped its recordSource out from under it.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform