Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TRY CATCH not working w/SKIP
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
TRY CATCH not working w/SKIP
Divers
Thread ID:
00829114
Message ID:
00829114
Vues:
56
This should "CATCH" the error of trying to SKIP
beyond BOF or EOF, right?
If so, has anyone reported this yet?
CREATE CURSOR curTemp ;
  ( id I )
  
INSERT INTO curTemp ( id ) ;
  VALUES ( 1 )

TRY
    SKIP 10001 IN curTemp
    SKIP -10001 IN curTemp
CATCH
    ? "Caught"  
ENDTRY
Thanks
- Andy Rice
San Diego, CA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform