Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ALANGUAGE bug
Message
De
14/11/2003 10:49:33
 
 
À
14/11/2003 07:43:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00849820
Message ID:
00849900
Vues:
29
>Hi,
>
>i found this bug on ALANGUAGE() ( also on VFP7 ),
>
>TYPE() function not exists
>TYPE command not exists
>TYPEHAEAD is not a command and is on functions list
>
>FOR J=1 TO 4
>FOR k=1 TO ALANGUAGE(aFunc,M.J)
>  IF LIKE("*TYPE*",aFunc[m.k,1])
>  ? m.j,aFunc[m.k,1]
>  ENDIF
>NEXT
>NEXT
>
>
>Fabio

Actually, TYPE is in the array as a command. TYPEAHEAD is a clause for SET, so it should not appear as a function or command (same as TALK or NOTIFY). It looks like the problem is that 2 TYPEAHEAD should be 2 TYPE.

I passed this up the line on your behalf.

Thanks!
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform