Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from - is it possible to add progress bar
Message
 
 
À
17/01/2001 17:22:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00450093
Message ID:
00464995
Vues:
33
>>Well, I just tried the exact this code. It shows a form and nothing else (no progress) :) Is it how it suppose to work? :)
>
>For me it shows a text counter count how many records have been added. Like I said, the help in TALK has a blurb about it showing a Graphical progress bar instead, but I can't figure out how that works.

Mike,

This is the code I'm trying to make work. It shows form for me and nothing else...
oForm = CREATEOBJECT('MyTLForm')
oForm.Show

SET TALK ON
set status on
SET TALK WINDOW MyTLForm
set status bar on
copy to c:\aa\temp
DEFINE CLASS MyTLForm as form 
ShowWindow = 1
width=800
height=600
name = 'MyTLForm'
ENDDEFINE
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform