Re: [Axapta-Knowledge-Village] Text Files

2005-08-08 Thread Max Belugin
Hello jmenb427, âòîðíèê, 9 àâãóñòà 2005 ã., you wrote: j> Anyone knows wich are the steps to create and write into a text file? see help for AsciiIO and TextBuffer classes -- Best regards, Max http://belugin.info ICQ:9406811 Yahoo! Grou

[Axapta-Knowledge-Village] Text Files

2005-08-08 Thread jmenb427
Anyone knows wich are the steps to create and write into a text file? Yahoo! Groups Sponsor ~--> http://us.ard.yahoo.com/SIG=12hjiu2fu/M=362343.6886682.7839641.1493532/D=groups/S=1705001380:TM/Y=YAHOO/EXP=1123576130/A=2894350/R=0/SIG=10tj5mr8v/*h

RE: [Axapta-Knowledge-Village] Button on Form mandatory

2005-08-08 Thread Preston A. Larimer
Hi David,   Depending on the number of record sets on the form this could be different, but assuming a form with a single table……..   Create a variable in the Form Class declaration such as   Boolean lineAdded;   Next edit the ACTIVE method on the table data source you are interes

[Axapta-Knowledge-Village] Changing Color on Report Controls

2005-08-08 Thread mikegoau
I need help changing the background color on a control within a programmable section of a report. If I do controlname.background color it is available to change, but seems to do nothing. I have tried to override the executesection and tried to change this in a display method. Thanks in advance.

Re: [Axapta-Knowledge-Village] run time lookup - get value

2005-08-08 Thread Girish Bhatkal
The lookup now works... i am not sure earlier why it used to always return value 0. --- Girish Bhatkal <[EMAIL PROTECTED]> wrote: - Hi, i am trying to have a lookup on a stringEdit field no datasource/field/EDT attached in the properties. i have written the

[Axapta-Knowledge-Village] Button on Form mandatory

2005-08-08 Thread David VanEchaute
Hi, Could someone please explain how it could be made that a button on a form is made to be mandatory when a line(s) is added to the form or at minimum an info message appear if the user doesn't "click" on a button after a line(s) have been added? Thanks, David Yaho

RE: *SPAM* [Axapta-Knowledge-Village] Making a field mandatory for a particular item group

2005-08-08 Thread Dyachenko, Dmitry
Well, one more modification of the form, and the grid cell will appear as mandatory.   From: Andrae, Tobias [mailto:Axapta-Knowledge-Village@yahoogroups.com] On Behalf Of Andrae, Tobias Sent: Monday, August 08, 2005 8:20 AM To: Axapta-Knowledge-Village@yahoogroups.com Subject:

AW: *SPAM* [Axapta-Knowledge-Village] Making a field mandatory for a particular item group

2005-08-08 Thread Andrae, Tobias
Hi Sherin, as you dont have the field mandatory for all cases, the easiest way would be to overwrite the validatefield()-method of the table and check if conditions are met. only problem: The field will not be shown as "mandatory" because in fact it is not ;-) hth Tobias -Ursprüng

[Axapta-Knowledge-Village] run time lookup - get value

2005-08-08 Thread Girish Bhatkal
Hi, i am trying to have a lookup on a stringEdit field no datasource/field/EDT attached in the properties. i have written the following lookup method on the stringEdit field and I AM ABLE to get the lookup. But when i select the record the value does not get selected in the stringEdit field. can

[Axapta-Knowledge-Village] Error using While....Next statement

2005-08-08 Thread daniellim_yh
hi all, i get this error during runtime: Error executing code: Cannot call the NEXT command at this point. The buffer was either (a) initiated on the server, (b) SELECT was never called, (c) SELECT was called but no more rows exists, or (d) data was assigned using the data() method. the code

[Axapta-Knowledge-Village] Making a field mandatory for a particular item group

2005-08-08 Thread sherin francis
Dear All,   One of our customer has a requirement wherein in the purchase order-> Lines table -> Setup tab, the Ledger account field has to be made mandatory. But the hitch is that the ledger account field has to be made mandatory only for  a particular item group. I'm sure this will involve som