Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Win2000 & VFP6
Message
De
06/09/2002 01:15:30
 
 
À
05/09/2002 12:40:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00697148
Message ID:
00697368
Vues:
15
>Going from Win98 to Win2000 and having problems with Vfp6 cursors. Users can view files archived on cd's and print-out. They can mark pages to print or print entire file. When a file is retrieved from a cd, the file is buffered using cursorsetprop (5). This is done because when a page from a file is marked, there is a flag in the cursor that is set to .T. All pages with .T. are then printed-out. The cusor is never updated. When the user finishes, the cursor is reverted. We have never had a problem with this program until now that we have upgraded to Win2000. We think it is a Win2000 issue. We tried to duplicate this procedure using the command window in VFP6/7 and got the same error: control is read-only. We tried this again in Win98 and there are no problems unless we actually try to update the cursor to the cd. MS suggested a patch for VFP7 and that stills does not work. Any suggestion would be greated appreciated.

It sounds like you've found a difference in CD handling between the two OSs. Is there any reason you can't always use a local cursor like (VFP7 example):
SELECT ;
  * ;
  FROM CDTable ;
  INTO LocalCursor ;
  READWRITE
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform