...  but if the street name or any other multiline field contains several lines they should be separated only by linefeed, i.e. ‘\n’ without carriage return.

 

VendTable.Street = StrName1 + "\n" + strName2;

VendTable.AddressMap::formatAddress();

 

Regards

Thomas

 

 


Fra: Axapta-Knowledge-Village@yahoogroups.com [mailto:Axapt[EMAIL PROTECTED] På vegne af Andrae, Tobias
Sendt: 9. juni 2005 07:54
Til: Axapta-Knowledge-Village@yahoogroups.com
Emne: RE: [Axapta-Knowledge-Village] [development-axapta] carriage return + new line in a string

 

why dont you let Axapta do the job? The address field is formatted using the Address map - just fill the other fields (Name, Street, City, Zipcode etc.) and run the methods on that map ;)

Hth Tobias

-----Original Message-----
From: Brandon George [mailto:[EMAIL PROTECTED]
Sent: Thu 6/9/2005 00:17
To: Axapta-Knowledge-Village@yahoogroups.com; development-axapta@yahoogroups.com
Cc:
Subject: [Axapta-Knowledge-Village] [development-axapta] carriage return + new line in a string

Hello All,

 

 I am coding and I am coding the Address field of the VendTable for import through X++. Anyway does anyone know if a carriage return + new line =

 

VendTable.Address = StrName + "\r\n"

 

Where the + "\r\n" equals a carriage return + a new line.

 

I know this is how it is in C# and also Java / C++ I believe... Is it the same here in X++ or is there another way to do this?

 

thanks,

Brandon

 


From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Byteway
Sent: Wednesday, June 08, 2005 2:37 PM
To: development-axapta@yahoogroups.com; Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: [development-axapta] Reservations

Hi,

Do try and take the web application training if available in your
neighbourhood... 'cause back in the old days, building a  videowebshop
was one of the things you learned. The simularity I see is that the
videos can be seen as rooms, they are bought ones and then used to be
rented. People could track online if something was available (on stock)
or could make reservations. All kinds of combinations are possible :-)
Perhaps there is still someone out there who has some demo video webshop
for you to look at? You can also try and find the keyword 'service' in
your own Axapta documentation.

/b


oscarcaravaca wrote:

> Hi there.
> We have got a very big problem with reservations/inventory/sales,
> and we would like to implement a Business politic concerning this
> topics.
>
> 1)Reservation of inventory is going to be done directly by the
> system weekly (normally on weekend) and reservations will expire in
> current week on friday.
> 2) Unreserve all physical inventory.
> 2) In this process we would like to sort sales order by amount
> 3) If we have got stock for the full sales order we would like to
> make reservation of material
> 4) Go step to the next order
> 5) if we don't have enough stock for the full order, go to the next
> one.
>
> I think this could be a good method to assign reservations and
> increase our sales.
>
> Any suggestions or tips?
> Wich objects/methods can we use?
>
>
> Thanks all.
>
>
>     
>
>
>
>
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
>     * To visit your group on the web, go to:
>      
http://groups.yahoo.com/group/development-axapta/
>       
>     * To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>       
>     * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <
http://docs.yahoo.com/info/terms/>.
>
>



Sharing the knowledge on Axapta.



Sharing the knowledge on Axapta.


Yahoo! Groups Links

 



Sharing the knowledge on Axapta.



Yahoo! Groups Links

Reply via email to