Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with an array
Message
De
25/06/2002 17:07:59
 
 
À
25/06/2002 12:04:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00672061
Message ID:
00672199
Vues:
8
Hi

Frst problem point :this is your Sql Select
SELECT ATENCION.FINICIO, ATENCION.FFIN FROM ATENCION WHERE ATENCION.NUMERO=m.NMB INTO ARRAY PAUSAARRAY

if ATENCION.FINICIO is Empty in First selected row then PAUSAARRAY[1,1] is empty and Array is not empty but pausaarray(1,1) is empty
Change condition in next line
if not empty(pausaarray(1,1))
to
if (ALEN(pausaarray) > 1)
or on some other vay test is array empty .

Aco
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform