Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing a label caption
Message
De
11/04/2000 18:08:26
 
 
À
11/04/2000 17:49:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00357731
Message ID:
00358395
Vues:
14
Here is the code.

ThisForm.txtProcessDisplay.value = "Building road inventory records"
ThisForm.txtProcessDisplay.refresh

SELECT *
FROM plc,lne;
WHERE lne_placement_id = plc_placement_id ;
AND lne_survey_id $ ThisForm.cSurveyString ;
AND SUBSTR(lne_lane_number,1,1) $ 'RL' ;
AND !lne_unable_to_rate ;
AND !lne_unsafe_to_rate ;
ORDER BY lne_placement_id, lne_lane_number;
INTO TABLE data\pmi_inventory;
DATABASE data\pmib;
NAME pmi_inventory

The textbox object is not refreshed until after the SQL statement finishes.
I have tried both using a refresh on the textbox alone and the whole form.
Same results, no refresh until after the SQL executes.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform