Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TRY CATCH not working w/SKIP
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00829114
Message ID:
00829120
Vues:
23
Andy,

There're no errors generated. To see that, run your code w/o TRY...ENDTRY.

>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform