Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I set an object to the property of another object?
Message
De
27/08/1999 10:53:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How do I set an object to the property of another object?
Divers
Thread ID:
00258423
Message ID:
00258423
Vues:
46
Hello,

I have asked this question before but I was not able to get it to work .

Here is the situation again...

I have a Active X control wich contains 5 objects. For some reason I have to add the 5 objects in seperate Ole Controls but that is besides the point (at least I think). Ok, basically I set the properties of the FileSelection object (xFiles) in the following way:

THISFORM.xFiles.FilesToProcess = "c:\Winnt\*"
THISFORM.xFiles.FilesToExclude = "c:\Winnt\System32\*"

Then, I want to pass the entire xFiles object to the Backupjob object (xBackup) in the following way:

THISFORM.xBackup.Selection = THISFORM.xFiles
(and other variations)

I get many error but the one that is bothering me the most is "Unknown COM status".

In VB the code would look like this:

xFiles.FilesToProcess = "c:\Winnt\*"
xFiles.FilesToExclude = "c:\Winnt\System32\*"

xBackup.Selection = xFiles

(I also have to call the method but for the moment I just want to get this part to work)

I can send you ca copy of the component if it helps..

Thanks again for your time!

Jenny
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform