Re: [Axapta-Knowledge-Village] Adding printer option in dialog based class

2006-01-29 Thread kumar gaurav
hi vikas, there is a workaround, use runbase report class and if you don't want than hide the batch tab, this is just an idea as i haven't done anything like this earlier but hope it will work. happy coding kumar Vikas Garg <[EMAIL PROTECTED]> wrote: Hello everyone, I have

[Axapta-Knowledge-Village] Adding printer option in dialog based class

2006-01-29 Thread Vikas Garg
Hello everyone, I have designed a dialog based class(extended from RunBase class) and want to add an option button to set printer options on dialog like we have runbaseReport. Is there any easy way to do this like we can add button to select query by simply declaring new queryRun object in new

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Varden Morris
Yes. I see no reason why it should not be done your way. It is best to keep the business logic in the class instead of putting it in the form or on the table. The only thing I would prefer is to use a parameter that will set the value instead of hard coding it. "Subrahmanyam, Mamidi" <[EMAIL

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Varden, Why dont we suggest in doing Classes - LedgerJournalEngine_LedgerPeriodic so that it will not change whereever LedgerJournalTrans is used.. I think I recommend in doing the period class so that it applied for thet periodic journal only... Varden Morris <[EMAIL PROTECTED]

[Axapta-Knowledge-Village] Re: Product Builder Question

2006-01-29 Thread nigel_cox2003
I can confirm that for a Sales Order line (including one in the Quotation state) Dynamics AX (sp3 and 4 and likely earlier releases) automatically persists the dialog answers (i.e. values of Model Variables) as long as the user has SUCCESSFULLY clicked OK at least once on the dialog box. Cert

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Memories, Yes. Our friend Varden is correct as I was searching in diferent place...AssetTable... Actualy, the lookup method was overriden in this case so as to point the lookup form..This is just adding more columns..for this.. So in future, if you want to do similar coding, you may

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread Varden Morris
Hi In Memories, The only side effect I can see from doing this is that everywhere this enum is used the default value will be month. One Alternative is to insert the line of code shown below in the initValue method on the ledgerJournalTrans data source in the form. In order to get around t

Re: [Axapta-Knowledge-Village] Lookup Form[Period JournalLine]

2006-01-29 Thread Subrahmanyam, Mamidi
Hi Memories, Please dont do that way. and swap them back to original.That will cause absurb results. Here is what ou have to do to achive our way.. Classes - LedgerJournalEngine_LedgerPeriodic Then Overide the method - InitValue(). This actually initiates the default values f

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread In Memories
I swapped the EnumValue for each of day and month and it month is coming by default now but is there any side effect for doing so. Varden Morris <[EMAIL PROTECTED]> wrote: For this particular case, the Lookup method for the control is overriden and the form AssetLookup is being used to do the

Re: [Axapta-Knowledge-Village] Lookup Form

2006-01-29 Thread In Memories
G.L module ---PeriodicPeriodic Journal - Lines Field Name = Unit , next to the Currency. Form Name = LedgerJounalTransPeriodic in the general tab, Grid, ComboBox:LedgerJournalTrans_FreqCode, freqCode is based in an Enum. Thanks Varden Morris <[EMAIL PROTECTED]> wrote: Yo

[Axapta-Knowledge-Village] Dimensions - Upload from Excel Templates

2006-01-29 Thread Nihar Saraiya
Hi All One of our new client has a license for 7 dimensions. So far he has identified 5 dimensions that he will be using. He has also suggested the lables that he want to be seen as names of the Dimensions. These all modification have been taken care by our team. So far no problem. Now i am sup