Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse not showing appended records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01464714
Message ID:
01464728
Vues:
72
This message has been marked as the solution to the initial question of the thread.
It's not going to work. Your temporary indexes will not be updated when master table changes.

>
>Probably missing something dumb, but...
>
>I have this screen with a grid whose table is related into a master employee look-up table.
>the table has a temporary index built to sort records by the look-up table's employee names.
>When I add records to the master table, they do not show until I back out and re-enter, forcing the temp index to be rebuilt.
>Out of desperation I've added redundant refreshes, set order to's, done a pageup/down - no luck..... :
>
>cPUNCH_CDX=TMP_DIR+sys(3)
>index on OWNER_ID tag EMPNO of &cSignInCDX
>index on EMPINFO.SNAME+EMPINFO.FNAME tag NAME of &cSignInCDX
>index on subs(EMPINFO.SIGN,2) tag SIGN of &cSignInCDX
>index on DUTY tag DUTY of &cSignInCDX
>set index to &cSignInCDX
>set order to NAME of &cSignInCDX
>
>any ideas, anyone?
>
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform