Thanks leon
But i also made another way by making a new array and function to the
adress_funcion include file
That went wery vell. I just want to scream out how nice work you all have
been doing here.
I am building a shop of freetrade, well i am using som modules and making
some myself in Perl.
We here at TradeIT have managed to connect it to all kinds of EDI systems,
meaning your official SKU office software who keeps track of billing and
statistic for your product is communicating with Freetrade. As well as the
BBS (the banks paymentsystem) like an ATM.
As you told me i am trying to keep up the work in the future. And i will
send you all my new modules fo rthe shop we are buidling, when we are done.
As of now there are 26 new modules in perl and 16 new PHP modules.
Working day-and-night
Tommy
----- Original Message -----
From: "Leon Atkinson" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Tuesday, October 17, 2000 10:29 AM
Subject: RE: [FreeTrade] Help with array
> > I need to display only the Email and Firstname in the screen
> > edit_user
> >
> > If i understand i have to put and array in this
> >
> > printAddressFields(
> > $EditUser["Address"],
> > "input",
> > "This is where i want an array to only show my 3 fields",
> > L_EDITUSER_UPDATE_ADDRESS,
> > L_EDITUSER_RESET_ADDRESS,
> > TRUE);
> >
> > Can somebody help me with this array.
>
> printAddressFields(
> $EditUser["Address"],
> "input",
> array("Email", "Name_First"),
> L_EDITUSER_UPDATE_ADDRESS,
> L_EDITUSER_RESET_ADDRESS,
> TRUE);
>
> Note that argument three can be either the string "ALL" or an array of
field
> names. The field names come from the AddressInfo array defined above this
> function.
>
> Leon
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]