RE: [development-axapta] force paper orinetation [auto,protrait,landscape]

2004-06-15 Thread Jason Crook
You don't need code there is orientation field in the properties, select it there it is defaulted to Auto From: andrew_vranjes [mailto:[EMAIL PROTECTED] Sent: 15 June 2004 04:17 To: [EMAIL PROTECTED] Subject: [development-axapta] force paper orinetation

AW: [development-axapta] Class Thread

2004-06-15 Thread Michael Tapal
This thread problem is "fixed" in SP3, but you shouldn't use these threads at all. Now you're able to "run" the Form tutorial_thread, withot the infolog message. Technically the thread works as expected. but but but but but but After leaving(closing) Axapta you'll get a Dr. Watson in 90% of

[development-axapta] short cut's

2004-06-15 Thread Wolfgang Puttinger
Hi all, how can i create short cut's für menuitems. I've create a new Button in the salesTable Form - SALES FINISH The Label for the button is SALES &FINISH. So I thought, that I could press ALT F for finshing SalesTable. But ALT+F is reserved for Menu WINDOWS Thanks for any help puwo

AW: [development-axapta] short cut's

2004-06-15 Thread Andrae, Tobias
Hi, Axapta generates the shortcuts automatically at runtime and should be visible, when you type ALT. This is due to the fact, that all your buttons are labelled with *labels* and will be different for each language ;-)) Hth, Tobias > -Ursprüngliche Nachricht- > Von: Wolfgang Putting

AW: [development-axapta] short cut's

2004-06-15 Thread Michael Tapal
But axapta seems to "semi interpret" the ampersand within a button text. If you for e.g. create a button with text BLA &Fasel (doesn't matter if you choose the letter F or something else) and open the form you'll see the underlined F in "BLA Fasel". After pressing the Alt key you'll see the u

[development-axapta] SysREcordTemplate / creating new item

2004-06-15 Thread Karsten Krabbes
Hi all, from Version 2.5 to 3.0 MBS introduced the RecordTemplate Model. Has anybody a clue how to get the information stored there back ? I want to create a new item and set all the default parameters (in 2.5 they where in Table InventParameters). How can I do that ? br Karsten Yah

[development-axapta] ZipCode

2004-06-15 Thread irvr80
Hi, All I have a form where i have an address field. but when i enter a zipcode it dosn't automatically insert the city... what am i doing wrong With regards Søren Andersen Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the we

RE: [development-axapta] ZipCode

2004-06-15 Thread Brommer, Henk-Jan | Mprise
Dear Soren, The reason is probably the fact that no country has been specified for that particular Zipcode. Solution: Go to the main table of the zip code and check whether the country has been filled in on the General tab. Yours, Henk-Jan Brommer Axapta trainer The Netherlands -Orig

RE: [development-axapta] SysREcordTemplate / creating new item

2004-06-15 Thread Mai-Britt Winther \(MICROSOFT BUSINESS SOLUTIONS\)
Hi Karsten The record template feature in 3.0 is activated automatically by the kernel on all tables that have the type Main. All you need to do is: 1.  right click on a record for instance in the inventory table 2.  choose record info 3.  select company accounts template or

RE: [development-axapta] Re: Warehouses in Master Planning

2004-06-15 Thread Yifat Halili
Hi Harry, I need some more help please... We are thinking of using item dimensions i.e. size and colour... The problem comes in where I am using the code that you gave me. The code populates the item dimensions for the raw material by looking at the item dimensions of the finished goods

[development-axapta] Re: ZipCode

2004-06-15 Thread irvr80
In main menu under generel and zipcodes, all zipcodes have a contry code, and the field on the form has a datascource and is an extended datatype "addressing". The form/source is ProjTable. --- In [EMAIL PROTECTED], "Brommer, Henk-Jan | Mprise" <[EMAIL PROTECTED]> wrote: > Dear Soren

[development-axapta] Re: SysREcordTemplate / creating new item

2004-06-15 Thread Karsten Krabbes
Thanks Mai-Britt, but how can i do that by code ??? I mean i want to create a new item by code but how can i get the 'default' parameters that where created while upgrading from 2.5 to 3.0 (Method createInventTableTemplate in Class ReleaseUpdateDB_V25toV30) all I see there is how to create

[development-axapta] Load balanced selection of AOS

2004-06-15 Thread Matt Benic
How does one use this functionality? I thought I would simply be able to use a wildcard within the config file used for our web dwployment control, but this actually results in a window being displayed that gives users the opportunity to select which AOS to connect to.. I want to force the syst

[development-axapta] charMax()

2004-06-15 Thread helgeeide
Hello... I'm having trouble with the functions StrMax(),charMax() and classFactory.charMax(). This function is supposed to return the max value of the ASCII table used, and it works inside Axapta. But my problem starts when using the funktion from the web. Inside Axapta it returns "Å

AW: [development-axapta] ZipCode

2004-06-15 Thread Andrae, Tobias
Take a look at e.g. the CustTable Form and what it does when you leave the zip code field ;-)) Hth, Tobias > -Ursprüngliche Nachricht- > Von: irvr80 [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 15. Juni 2004 11:38 > An: [EMAIL PROTECTED] > Betreff: [development-axapta] ZipCode > >

AW: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Gahr, Andreas
You have to start each AOS with a command line option telling him which cluster it is belonging to. From the client you have to use the same cluster name option. In this constelation the client asks (via udp) every server for his session count and chooses the one with the lowest session count.

[development-axapta] Re: ZipCode

2004-06-15 Thread irvr80
It doesn't do anything, it is just a field of the type stringedit:zipcode, and so i the address fiel´d... there are no Methods on the fields.?? --- In [EMAIL PROTECTED], "Andrae, Tobias" <[EMAIL PROTECTED]> wrote: > Take a look at e.g. the CustTable Form and what it does when you leav

RE: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Matt Benic
Thanks Andreas, does this require the servers to be registered with Active Directory? The only parameters I see that seem to deal with this functionality are the aos ones, and they all mention active directory. We do not use Active Directory at all.. Matt Benic Axapta Developer UTi Sun Courie

RE: [development-axapta] Re: Warehouses in Master Planning

2004-06-15 Thread Amit Jain
Select coverage by item dimensions in the item dimension group for each corresponding dimensions like warehouse. That way your requirements would be scheduled according to the warehouse Regards Amit Jain EIS, India Yifat Halili <[EMAIL PROTECTED]> wrote: Hi Harry, I need some more

AW: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Gahr, Andreas
In the last configuration i also used no active directory integration. The client does a udp broadcast to get the aos info. I don't know the exact comand line parameter at the moment, but i guess there's a document in tech net discribing this (search for 'cluster'). Regards Andreas Gahr ---

AW: [development-axapta] Re: ZipCode

2004-06-15 Thread Andrae, Tobias
Not really. The DataSource field ZipCode has a modified() method: public void modified() {     super();     custTable.AddressMap::EmptyAddressFields();     custTable.AddressMap::FormatAddress(); } ;-)) Tobias > -Ursprüngliche Nachricht- > Von: irvr80 [mailto:[EMAIL PROTECTED] > Gesen

[development-axapta] Re: ZipCode

2004-06-15 Thread irvr80
Sorry, if was looking at the design Thanks for helping :-) --- In [EMAIL PROTECTED], "Andrae, Tobias" <[EMAIL PROTECTED]> wrote: > Not really. The DataSource field ZipCode has a modified() method: > > public void modified() > { > super(); > custTable.AddressMap::EmptyAddressFiel

RE: [development-axapta] Load balanced selection of AOS

2004-06-15 Thread Kim Truelsen \(MICROSOFT BUSINESS SOLUTIONS\)
Hi No AD is not required. In the advanced parameter in Axconfig and in AOS, you write -Cluster=MYCLUSTER. This will activate the AOS cluster Med venlig hilsen / Best regards Kim Truelsen Escalation Engineer Microsoft Business Solutions Axapta EMEA Global Technical Support Center Di

[development-axapta] UserInfo table in toolbar-tools-options

2004-06-15 Thread manjushree dave
Hello, Does anyone knows how we get these messages when we set parameters in Toolbar-tools-options- Confirmation Tab - Confirmation for update or delete. In the Option form data source is Userinfo table. In AOT this table is not locatable. How in Axapta these methods are linked to normal

[development-axapta] Re: Load balanced selection of AOS

2004-06-15 Thread durandgui
Hi, For the cluster parameter, you just need this command line : "-cluster=myCluster". "myCluster" is the name you give at your cluster. This command line have to be set in the Advanced field (General tab): 1- in the Axapta Configuration Utility of the Client 2- in the configuration of the

RE: [development-axapta] Re: Load balanced selection of AOS

2004-06-15 Thread Matt Benic
Thanks for the help :) Matt Benic Axapta Developer UTi Sun Couriers Division   -Original Message-   From: durandgui [mailto:[EMAIL PROTECTED]   Sent: 15 June 2004 02:33 PM   To: [EMAIL PROTECTED]   Subject: [development-axapta] Re: Load balanced selection of AOS   Hi,   For the clu

[development-axapta] Re: force paper orinetation [auto,protrait,landscape]

2004-06-15 Thread ax1d
Try this: PrintJobSettings.paperOrientation(PrinterOrientation::Portrait) Alex. --- In [EMAIL PROTECTED], "Jason Crook" <[EMAIL PROTECTED]> wrote: > You don't need code there is orientation field in the properties, select > it there it is defaulted to Auto > >  > >  > > __

[development-axapta] Re: UserInfo table in toolbar-tools-options

2004-06-15 Thread bmp_thydatacenter_dk
The table UserInfo is introduced by the kernel. Thats the reason why you won't find it in the AOT in the Data Dictionary section. But try to look in the System Documentation\Tables. Here you will find a range of tables which is defined by the kernel. Best regards, Bjørn Møller Pedersen Thy

[development-axapta] SalesLine --> CustPackingSlipTrans.

2004-06-15 Thread Jens Strandberg
I have added a new field to table SalesLine, in which a value is being entered prior to issuing a packing slip. The same field has been added to CustPackingSlipTrans. Where do I arrange for CustPackingSlipTrans.MyField to be populated by SalesLine.MyField ? Thanks in advance ! /Jens

[development-axapta] Use of Decimals...

2004-06-15 Thread Jens Strandberg
I would appreciate some input on this: I have introduced a new Extended Data Type, which is defined as a Real with 4 decimals. Having changed PriceDiscTable.Amount, SalesLine.SalesPrice and PurchLine.PurchPrice all fields display 4 decimals as desired. However, when looking up a given price i

RE : [development-axapta] SalesLine --> CustPackingSlipTrans.

2004-06-15 Thread Steeve Gilbert
In : SalesFormLetter_PackingSlip.writeJournalLine() Add this : custPckSlpTrans.YourField = custPckSlpTrans.salesLine().YourField; After this : custPckSlpTrans.partDelivery = !(salesLine.salesStatus ==   SalesStatus::Delivered && salesLine.salesQty == custPckSlpTrans.qty); Steeve... -

[development-axapta] Date Conversion

2004-06-15 Thread k_otickashka
Hi there, I am reading a file with some data which contains dates. I would like to put these dates in a table that I've created. The field on my table is a date field. However when reading the file and converting the string to a date (Str2Date with the format DMY i.e. 123) it is blank. If I

AW: [development-axapta] Date Conversion

2004-06-15 Thread Michael Tapal
whats about doing the conversion by yourself - think it's more secure than using the undocumented buildin function - sorry there is a 10% documentation but no exactly - Str2Date something like. int d,m,y; str s; date dt; s =  .. // holds you date string from ascii d = Str2Int(SubStr(s,1

RE: [development-axapta] Re: Warehouses in Master Planning

2004-06-15 Thread Harry Deshpande
Hi Yifat InventDim inventDimSearch; inventDimSearch.inventlocatoinid = InventDim::find(_reqPo.CovInventDimId).InventDimId; reqTransBOM.CovInventDimId = InventDIm::findorcreate(inventdimsearch).InventDimId; this should solve ur problem. Since I am typing from memory, the

[development-axapta] Focus with Box::info and Box::stop

2004-06-15 Thread Steeve Gilbert
I have a form with property Frame=None (for PDA purpose).  I click a button (on that form) and the validation can popup a Box::stop or a Box::Info then I set the focus on a StringEdit of the form.  When the Box::stop comes up the focus is getting back to the StringEdit but when it's the Box::In

[development-axapta] Data Export/ Import -> Excel Spreadsheets Error

2004-06-15 Thread gonzalo_edo
When I try to create a template at  Administration ->Periodic ->Data Export/ Import -> Excel Spreadsheets ->Template Wizards for a table created by myself, after I click on Finish button this error is displayed Error executing code: DictEnum object not initialized. Stack trace: \Classes\D

[development-axapta] Re: Data Export/ Import -> Excel Spreadsheets Error

2004-06-15 Thread bmp_thydatacenter_dk
Do you have an enum field where the base enum is not specified in the properties? Best regards, Bjørn Møller Pedersen Thy Data Center Development A/S --- In [EMAIL PROTECTED], "gonzalo_edo" <[EMAIL PROTECTED]> wrote: > When I try to create a template at  Administration ->Periodic - >Data >

Re: [development-axapta] Data Export/ Import -> Excel Spreadsheets Error

2004-06-15 Thread Stefan Osterburg
For me, this happened when I had fields (date and/or string) on the table that had no extended datatype. Stefan gonzalo_edo wrote: > When I try to create a template at  Administration ->Periodic ->Data > Export/ Import -> Excel Spreadsheets ->Template Wizards for a table > created by myself,