'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'**********************************************************************
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'**********************************************************************
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'**********************************************************************
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix() As String 'All six foot roll information
Dim tableauTwelve() As String 'All twelve foot roll information
Cest bien simple comme probleme, jai un type tableau que jai creer, par
contre je ne peux linitialiser tout de suite car il est dinamique donc je
peux que linitialiser apres avoir rouler une certaine procedure , je ne
comprend pas comment je pourrais declarer tout sa pour que mon tableau
accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix() As String 'All six foot roll information
Dim tableauTwelve() As String 'All twelve foot roll information
Cest bien simple comme probleme, jai un type tableau que jai creer, par
contre je ne peux linitialiser tout de suite car il est dinamique donc je
peux que linitialiser apres avoir rouler une certaine procedure , je ne
comprend pas comment je pourrais declarer tout sa pour que mon tableau
accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix() As String 'All six foot roll information
Dim tableauTwelve() As String 'All twelve foot roll information
Cest bien simple comme probleme, jai un type tableau que jai creer, par
contre je ne peux linitialiser tout de suite car il est dinamique donc je
peux que linitialiser apres avoir rouler une certaine procedure , je ne
comprend pas comment je pourrais declarer tout sa pour que mon tableau
accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as been
choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
Probablement un truc comme cela...
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix() As String 'All six foot roll information
> Dim tableauTwelve() As String 'All twelve foot roll information
"Himselff" a écrit dans le message de
news:FZ8ic.82760$
> Cest bien simple comme probleme, jai un type tableau que jai creer, par
> contre je ne peux linitialiser tout de suite car il est dinamique donc
ne
> peux que linitialiser apres avoir rouler une certaine procedure , je ne
> comprend pas comment je pourrais declarer tout sa pour que mon tableau
soit
> accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as been
> choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred
>
>
Probablement un truc comme cela...
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix() As String 'All six foot roll information
> Dim tableauTwelve() As String 'All twelve foot roll information
"Himselff" <info@dmsinc.ca> a écrit dans le message de
news:FZ8ic.82760$Gp4.2001449@news20.bellglobal.com...
> Cest bien simple comme probleme, jai un type tableau que jai creer, par
> contre je ne peux linitialiser tout de suite car il est dinamique donc
ne
> peux que linitialiser apres avoir rouler une certaine procedure , je ne
> comprend pas comment je pourrais declarer tout sa pour que mon tableau
soit
> accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as been
> choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred
>
>
Probablement un truc comme cela...
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix() As String 'All six foot roll information
> Dim tableauTwelve() As String 'All twelve foot roll information
"Himselff" a écrit dans le message de
news:FZ8ic.82760$
> Cest bien simple comme probleme, jai un type tableau que jai creer, par
> contre je ne peux linitialiser tout de suite car il est dinamique donc
ne
> peux que linitialiser apres avoir rouler une certaine procedure , je ne
> comprend pas comment je pourrais declarer tout sa pour que mon tableau
soit
> accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as been
> choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred
>
>
Jai apporter les modifications que vous mavez proposee et maintenant je
recoi une erreur "Qualificateur Incorecte"
quand jarrive a mettre qque chose dans le tableau
x = 1
tableauSix.patron(x) = "test"
Merci !
"Christian HUBERT-HUGOUD- Xtrem7" wrote in
message news:c6b8r4$jgr$
> Probablement un truc comme cela...
>
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix() As String 'All six foot roll information
> > Dim tableauTwelve() As String 'All twelve foot roll information
>
>
> "Himselff" a écrit dans le message de
> news:FZ8ic.82760$
> > Cest bien simple comme probleme, jai un type tableau que jai creer,
> > contre je ne peux linitialiser tout de suite car il est dinamique donc
je
> ne
> > peux que linitialiser apres avoir rouler une certaine procedure , je
> > comprend pas comment je pourrais declarer tout sa pour que mon tableau
> soit
> > accessible de partout dans mon module!
> >
> > voici mes declarations !
> >
> > '**************************************************************
> > 'Type that will allow me to classified each roll of every kind
> > '**************************************************************
> > Type Mon_Tableau
> > Longueur As Integer 'YD2
> > noRoll As String 'Roll number
> > noIndex As Integer 'Key in the database
> > patron As Integer 'Pattern number
> > satisfaction As Boolean 'Variable that say if that roll as
> > choosen
> > End Type
> >
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix As String 'All six foot roll information
> > Dim tableauTwelve As String 'All twelve foot roll information
> >
> > et plus bas dans ma procedure
> >
> > ReDim tableauSix(1 To quantitySix) As Mon_Tableau
> >
> > ce qui bien entendu ne fonctionne pas !
> >
> > Merci a lavance !
> >
> > Fred
> >
> >
>
>
Jai apporter les modifications que vous mavez proposee et maintenant je
recoi une erreur "Qualificateur Incorecte"
quand jarrive a mettre qque chose dans le tableau
x = 1
tableauSix.patron(x) = "test"
Merci !
"Christian HUBERT-HUGOUD- Xtrem7" <c.hubert-hugoud@xtrem7.com> wrote in
message news:c6b8r4$jgr$1@news-reader1.wanadoo.fr...
> Probablement un truc comme cela...
>
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix() As String 'All six foot roll information
> > Dim tableauTwelve() As String 'All twelve foot roll information
>
>
> "Himselff" <info@dmsinc.ca> a écrit dans le message de
> news:FZ8ic.82760$Gp4.2001449@news20.bellglobal.com...
> > Cest bien simple comme probleme, jai un type tableau que jai creer,
> > contre je ne peux linitialiser tout de suite car il est dinamique donc
je
> ne
> > peux que linitialiser apres avoir rouler une certaine procedure , je
> > comprend pas comment je pourrais declarer tout sa pour que mon tableau
> soit
> > accessible de partout dans mon module!
> >
> > voici mes declarations !
> >
> > '**************************************************************
> > 'Type that will allow me to classified each roll of every kind
> > '**************************************************************
> > Type Mon_Tableau
> > Longueur As Integer 'YD2
> > noRoll As String 'Roll number
> > noIndex As Integer 'Key in the database
> > patron As Integer 'Pattern number
> > satisfaction As Boolean 'Variable that say if that roll as
> > choosen
> > End Type
> >
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix As String 'All six foot roll information
> > Dim tableauTwelve As String 'All twelve foot roll information
> >
> > et plus bas dans ma procedure
> >
> > ReDim tableauSix(1 To quantitySix) As Mon_Tableau
> >
> > ce qui bien entendu ne fonctionne pas !
> >
> > Merci a lavance !
> >
> > Fred
> >
> >
>
>
Jai apporter les modifications que vous mavez proposee et maintenant je
recoi une erreur "Qualificateur Incorecte"
quand jarrive a mettre qque chose dans le tableau
x = 1
tableauSix.patron(x) = "test"
Merci !
"Christian HUBERT-HUGOUD- Xtrem7" wrote in
message news:c6b8r4$jgr$
> Probablement un truc comme cela...
>
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix() As String 'All six foot roll information
> > Dim tableauTwelve() As String 'All twelve foot roll information
>
>
> "Himselff" a écrit dans le message de
> news:FZ8ic.82760$
> > Cest bien simple comme probleme, jai un type tableau que jai creer,
> > contre je ne peux linitialiser tout de suite car il est dinamique donc
je
> ne
> > peux que linitialiser apres avoir rouler une certaine procedure , je
> > comprend pas comment je pourrais declarer tout sa pour que mon tableau
> soit
> > accessible de partout dans mon module!
> >
> > voici mes declarations !
> >
> > '**************************************************************
> > 'Type that will allow me to classified each roll of every kind
> > '**************************************************************
> > Type Mon_Tableau
> > Longueur As Integer 'YD2
> > noRoll As String 'Roll number
> > noIndex As Integer 'Key in the database
> > patron As Integer 'Pattern number
> > satisfaction As Boolean 'Variable that say if that roll as
> > choosen
> > End Type
> >
> >
> > 'Variable that is goiing to be my 6 foot and 12 foot array
> >
> > Dim tableauSix As String 'All six foot roll information
> > Dim tableauTwelve As String 'All twelve foot roll information
> >
> > et plus bas dans ma procedure
> >
> > ReDim tableauSix(1 To quantitySix) As Mon_Tableau
> >
> > ce qui bien entendu ne fonctionne pas !
> >
> > Merci a lavance !
> >
> > Fred
> >
> >
>
>
Cest bien simple comme probleme, jai un type tableau que jai creer,
par contre je ne peux linitialiser tout de suite car il est dinamique
donc je ne peux que linitialiser apres avoir rouler une certaine
procedure , je ne comprend pas comment je pourrais declarer tout sa
pour que mon tableau soit accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
Cest bien simple comme probleme, jai un type tableau que jai creer,
par contre je ne peux linitialiser tout de suite car il est dinamique
donc je ne peux que linitialiser apres avoir rouler une certaine
procedure , je ne comprend pas comment je pourrais declarer tout sa
pour que mon tableau soit accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
Cest bien simple comme probleme, jai un type tableau que jai creer,
par contre je ne peux linitialiser tout de suite car il est dinamique
donc je ne peux que linitialiser apres avoir rouler une certaine
procedure , je ne comprend pas comment je pourrais declarer tout sa
pour que mon tableau soit accessible de partout dans mon module!
voici mes declarations !
'**************************************************************
'Type that will allow me to classified each roll of every kind
'**************************************************************
Type Mon_Tableau
Longueur As Integer 'YD2
noRoll As String 'Roll number
noIndex As Integer 'Key in the database
patron As Integer 'Pattern number
satisfaction As Boolean 'Variable that say if that roll as
been choosen
End Type
'**********************************************************************
'Variable that is goiing to be my 6 foot and 12 foot array
'***********************************************************************
Dim tableauSix As String 'All six foot roll information
Dim tableauTwelve As String 'All twelve foot roll information
et plus bas dans ma procedure
ReDim tableauSix(1 To quantitySix) As Mon_Tableau
ce qui bien entendu ne fonctionne pas !
Merci a lavance !
Fred
Salut,
Si j'ai bien compris le problème est de typer le tableau directement. Cela
est difficilement faisable même en passant par du Variant ! Quel est le
d'une telle manoeuvre ? Pourquoi ne pas déclarer plusieurs tabelaux ?
Car un changement de type n'est pas des plus conseillé !
--
Nicolas G.
FAQ VB : http://faq.vb.free.fr
API Guide : http://www.allapi.net
Google Groups : http://groups.google.fr/
MZ-Tools : http://www.mztools.com/
http://apisvb.europe.webmatrixhosting.net/
Himselff a écrit :
> Cest bien simple comme probleme, jai un type tableau que jai creer,
> par contre je ne peux linitialiser tout de suite car il est dinamique
> donc je ne peux que linitialiser apres avoir rouler une certaine
> procedure , je ne comprend pas comment je pourrais declarer tout sa
> pour que mon tableau soit accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as
> been choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred
Salut,
Si j'ai bien compris le problème est de typer le tableau directement. Cela
est difficilement faisable même en passant par du Variant ! Quel est le
d'une telle manoeuvre ? Pourquoi ne pas déclarer plusieurs tabelaux ?
Car un changement de type n'est pas des plus conseillé !
--
Nicolas G.
FAQ VB : http://faq.vb.free.fr
API Guide : http://www.allapi.net
Google Groups : http://groups.google.fr/
MZ-Tools : http://www.mztools.com/
http://apisvb.europe.webmatrixhosting.net/
Himselff <info@dmsinc.ca> a écrit :
> Cest bien simple comme probleme, jai un type tableau que jai creer,
> par contre je ne peux linitialiser tout de suite car il est dinamique
> donc je ne peux que linitialiser apres avoir rouler une certaine
> procedure , je ne comprend pas comment je pourrais declarer tout sa
> pour que mon tableau soit accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as
> been choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred
Salut,
Si j'ai bien compris le problème est de typer le tableau directement. Cela
est difficilement faisable même en passant par du Variant ! Quel est le
d'une telle manoeuvre ? Pourquoi ne pas déclarer plusieurs tabelaux ?
Car un changement de type n'est pas des plus conseillé !
--
Nicolas G.
FAQ VB : http://faq.vb.free.fr
API Guide : http://www.allapi.net
Google Groups : http://groups.google.fr/
MZ-Tools : http://www.mztools.com/
http://apisvb.europe.webmatrixhosting.net/
Himselff a écrit :
> Cest bien simple comme probleme, jai un type tableau que jai creer,
> par contre je ne peux linitialiser tout de suite car il est dinamique
> donc je ne peux que linitialiser apres avoir rouler une certaine
> procedure , je ne comprend pas comment je pourrais declarer tout sa
> pour que mon tableau soit accessible de partout dans mon module!
>
> voici mes declarations !
>
> '**************************************************************
> 'Type that will allow me to classified each roll of every kind
> '**************************************************************
> Type Mon_Tableau
> Longueur As Integer 'YD2
> noRoll As String 'Roll number
> noIndex As Integer 'Key in the database
> patron As Integer 'Pattern number
> satisfaction As Boolean 'Variable that say if that roll as
> been choosen
> End Type
>
> '**********************************************************************
> 'Variable that is goiing to be my 6 foot and 12 foot array
> '***********************************************************************
> Dim tableauSix As String 'All six foot roll information
> Dim tableauTwelve As String 'All twelve foot roll information
>
> et plus bas dans ma procedure
>
> ReDim tableauSix(1 To quantitySix) As Mon_Tableau
>
> ce qui bien entendu ne fonctionne pas !
>
> Merci a lavance !
>
> Fred