I'm trying to create a vbscript based WSH script. I'm having trouble
accessing an enum that is a part of one object (Persist.enumObjectType -
"myEnum") when using a function call in to another object
(ImportExportUtility).
The enum is actually off of Persist (enumObjectType), but I when running the
code in VB6, I have to reference class, not just an object.
Anyone know what I need to do to get this to work? Thanks much! AL
Re: trying to access enum from one object in another ..."myEnum") when using a function call in to another object ... The enum is actually off of Persist, ... m_IEUtil.Import enumObjectType.myEnum, sParam2, sParam3 ... give details of what is happening, error codes etc ... (microsoft.public.scripting.wsh)
Re: trying to access enum from one object in another ... Do you have your parents permission to post? ... The enum is actually off of Persist, ... code in VB6, I have to reference class, not just an object. ... m_IEUtil.Import enumObjectType.myEnum, sParam2, sParam3 ... (microsoft.public.scripting.wsh)
Re: Enums übergeben ...eine Variable vom Typ myEnum??... > Public Enum myEnum... > Public Property Valueas Double ... (microsoft.public.de.german.entwickler.dotnet.vb)
=?ISO-8859-15?Q?Verst=E4ndnisproblem_Enums?= ... Ich wollte eine Enum bauen, ... einer Map und geb den Index im Konstruktor der Enum mit. ...public enum MyEnum... Ich hab das Problem zwar jetzt gelöst, in dem ich in jedem Enum-Element... (de.comp.lang.java)
=?Utf-8?Q?Enums_=C3=BCbergeben?= ...Public Enum myEnum...Public Class myClass... Public Sub New(ByVal myEnum As ) ...Public Property Valueas Double ... (microsoft.public.de.german.entwickler.dotnet.vb)