[development-axapta] Total Page

2004-07-23 Thread Stefan Heidkamp
Hi! I'm working in creating reports in Axapta at present. Now I want insert the total number of pages on each page (e.g.: Page 1/2 and Page 2/2). Has Axapta an DataMethod for this? Many thanks, Stefan Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links

RE: [development-axapta] Debugging web forms

2004-07-23 Thread Gideon Neijs
Thanks for the reply... Both Axapta and IIS are on my laptop. So I am working local. I have checked the 'Allow debugging X++ code running...' option in my Configuration Utility. I'm working in the CUS layer. Could this be the problem? What about the user that logs on? I have created

RE: [development-axapta] Debugging web forms

2004-07-23 Thread Carsten Binderup
Hi Gary. As far as I know, the web debugging is only possible in Axapta 3.0:-( (The allow debugging.. is in the configuration tool Axconfig. The chackmark is on the last tab-page Business Connector ) Regards Carsten -Original Message- From: Gary Luk [mailto:[EMAIL PROTECTED]

AW: [development-axapta] Total Page

2004-07-23 Thread Lars Brennecke
Exactly it is: lement.page() plus element.pagesTotal() -Ursprüngliche Nachricht- Von: Lars Brennecke Gesendet: Freitag, 23. Juli 2004 09:48 An: [EMAIL PROTECTED] Betreff: AW: [development-axapta] Total Page If I am right it is element.pagesTotal()... Greetings Lars

RE: [development-axapta] identify Inventory model group

2004-07-23 Thread Girish Bhatkal
Hi Harry, i understand that we could have a different account by vendor but i wanted to stop the postings for particular vendors. If this is not a good way that i stop the posting then i have to take up the option of selecting the account by vendor but then in this case i also wanted to look

[development-axapta] Control Axapta via DDE

2004-07-23 Thread sebdra
Hello, can somebody help me: i want to control axapta via DDE whatever programming language. i know, there are 2 tutorial-forms for dde, and they work fine within axapta but if i use vb or something else, i can't connect to the axapta-dde-server. and which possibilities does i have

[development-axapta] Send parameter to display method

2004-07-23 Thread Baran Sasmaz
Hi, Anil and Cenk, thanks for your answers. Long time ago i sent the problem below. I had more important problems to resolve so i postponed it. My problem is a little bit different. I add some formrealcontrol s in the init method of the form, the source is below : public void init() {

Re: [development-axapta] Send parameter to display method

2004-07-23 Thread Max Belugin
Hello Baran Sasmaz, , 23 2004 ., you wrote: BS I created some dataMethods like dataMethod1, dataMethod2, dataMethod3, etc.. BS for ex., dataMethod2 is a table display method that BS returns the second (2.) element of the container (table field of BS type container). BS This is not an

[development-axapta] How to print 3 copies of a report ?

2004-07-23 Thread fabien_m2002
Hello, I have a report i want to print in 3 copies for 3 different receivers. The problem that i want to mention automatically the name of the receiver in the copy, so i cannot use the standard parameter of number copy. How can i do this ? I think i have to add source in a report, or a

Re: [development-axapta] Debugging web forms

2004-07-23 Thread Sune Christensen
Hello Gideon I never got the webdebugging going by checking the checkmark in the config. However if you search for webdebug in the web classes, you'll find a method / variabel (can't remember which) which you can set it to true, and the the webdebugging will always be running in your

RE: [development-axapta] Debugging web forms

2004-07-23 Thread Carsten Binderup
Hi Gidoen The layers are no problem. Do the web site use virtuel directory? - selected when creating the website i Axapta. My debug webuser has my userid. If I use another webuser there is no debugging. Hope this will help you. Regards Carsten -Original Message- From: Gideon

[development-axapta] Relations between QueryBuildDatasource and FormDatasource

2004-07-23 Thread smeagul2303
Hi all, I don't understand in detail how the values from a FormDatasource are displayed from the controls. In a standard form a query (this.query) fetches the values from the database. In this query I don't have a FormDatasource, I have a QueryBuildDatasource which is initalized with a

[development-axapta] Axapta Programming Exams

2004-07-23 Thread dgaethofs
Dear all, I need some help of forum members with relation to the programming exams. Can anyone tell me which material should be studied to pass the programming exam. I already went through the X++ Advanced training. Are there any other trainings that would help in successfully taking

AW: [development-axapta] Axapta Programming Exams

2004-07-23 Thread Andrae, Tobias
MorphX Integration will be helpful ;-) Br, Tobias -Ursprüngliche Nachricht- Von: dgaethofs [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 23. Juli 2004 11:53 An: [EMAIL PROTECTED] Betreff: [development-axapta] Axapta Programming Exams Dear all, I need some help of forum

RE: [development-axapta] Relations between QueryBuildDatasource a nd FormDatasource

2004-07-23 Thread lho
Hi Manfred, Can't you just use a tmp table or a Table control? A table control is a bit hard to work with though but you can display almost anything in it. Even different datatypes in the same row / column. But to make a long explanation short: I don't think you will have much success

[development-axapta] Re: Axapta Programming Exams

2004-07-23 Thread min2sia
My advice would be: 1. Axapta Developer's Guide - available from Axapta Help menu. 2. Axapta Developer's Best Practice Handbook - available as download from TechNet. Most exam questions are taken from Developer's Guide. Good luck! min2sia --- In [EMAIL PROTECTED], dgaethofs [EMAIL

RE: [development-axapta] How to print 3 copies of a report ?

2004-07-23 Thread lho
Hi Fabien, If you can live with the copies in the same report - then it's quite easy: Try to call super three times in run of the inherited RunbaseReport class. You might want to pass some parameters to the report in between each call to super, e.g. Object r = this.reportRun(); ;

RE: [development-axapta] identify Inventory model group

2004-07-23 Thread James Flavell
this one I got around with using GST group (as this can affect posting) but it was not a geat clean solution but is a possible way without doing any mods...if you link posting to warehouse etc then i would be very very interested to know how you did. Thanks james -Original Message-

[development-axapta] Re: Dialog

2004-07-23 Thread byteway_so
Actually it was quite easy ;-) The only difficulty was that in the overridden method dialogSelectCtrl, because you first need to get the handle of the field you're trying to change. So in short these are the steps: - newClass extends RunBase - Set allowUpdateOnSelectCtrl(true) in the

[development-axapta] Blocking Production for planning

2004-07-23 Thread baumgartner_helbling
Hi all If i have a production order which is in the status started (no picking of material and no route jobs) and has a assigned end-date, i don't want the masterplan to calculate a new end-date. Because i know that i will finish the production in time at my original end- date. I alway