Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error - index tag not found
Message
De
17/09/1999 04:25:31
 
 
À
16/09/1999 13:55:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00265564
Message ID:
00265776
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform