Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get records
Message
De
29/08/2004 18:28:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
29/08/2004 18:08:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00937427
Message ID:
00937448
Vues:
11
>hi,
>a get the same message.
>
>
>CLOSE all
>use aliq
>INDEX ON  no TO no
>set order to "no"
>for i = 1 to 20 && assume 20 values for flag
>  select aliq && what you  mean
>  seek i  &&Table has no index order set
>  copy next 5 to temp while no = i
>use aliq1
>  append from temp
>next
>
>thanks

I wanted to put the code I had added, in bold. However, the UT showed the HTML codes for bold, instead of showing the text in bold.

You have to add the command SELECT ALIQ, at the beginning, or at the end, of the FOR/NEXT loop. You are getting the error message because you have the wrong table selected: ALIQ1 instead of ALIQ.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform