Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in SET ORDER command?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Bug in SET ORDER command?
Divers
Thread ID:
00848173
Message ID:
00848173
Vues:
50
How to reproduce

1. Open table, for example clients.dbf and set ascending order to a tag:
USE clients.dbf IN 0 ALIAS A
SET ORDER TO TAG id ASCENDING

2. Open same table again and set descending order to same tag:
USE clients.dbf IN 0 AGAIN ALIAS B
SET ORDER TO TAG id DESCENDING

This changes to DESCENDING order in work area B, but also in work area A!

It seems to be very dangerous bug. I discover it after intensive debugging my code in case of strange behavior of my program.

Best regards,
Nikolay Petkov
Nikolay Petkov, nik@osf.bg
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform