Re: [Axapta-Knowledge-Village] Text Display

2006-05-12 Thread vk
Hi sakthi,    U have to use the textChange() (override method) in first text field's methods.   it means,   i have 2 text fields, named as 1)firstTxt 2) secondTxt.   under the firstTxt field's methods use this code      public void textChange() {     super();    secondTxt.text(firstTxt.te

[Axapta-Knowledge-Village] lookup form field problem

2006-05-09 Thread vk
Hi,   I create the lookup form with LedgerJournalTrans table. it has 2 fields ( accountnum & accountname).The account number is coming from LedgerJournal trans table. the account name field is a string edit field(externally i have created). the account name field mapped to the datamethod() regar

[Axapta-Knowledge-Village] lookup form problem

2006-05-09 Thread vk
Hi,   I create the lookup form with LedgerJournalTrans table. it has 2 fields ( accountnum & accountname).The account number is coming from LedgerJournal trans table. the account name filed is a string edit field(externally i have created). the account name field mapped to the datamethod() regar

[Axapta-Knowledge-Village] CUS layer Problem - Urgent

2006-04-30 Thread vk
Hi,      I did the set of reports in CUS layer.after that i have copyed the cus layer objects & lable files and put it into my client main server(live server).while i am running the reports the error is occured, the error is given below      Insufficient rights to execute method main   Insuffi

Re: [Axapta-Knowledge-Village] creating password field

2006-04-25 Thread vk
Hello siva,   Thanks. I have created password field.the problem is , when i am displaying the user details(username & password) in Grid, the password field display the exact string( like vijay), but i want the extact string of Astrick charecters.I checked the as u said the form sysLicensecode fo

Re: [Axapta-Knowledge-Village] creating password field

2006-04-25 Thread vk
hi,   thanks venkat. i have tried in table & form datasource. how to set form's datasource level. i have draged the field in to my design (Grid ) and put the field property - passwordStyle as 'yes'. but it was not display the astrick charecters in Grid's field. how to get it?      regards,   vi

[Axapta-Knowledge-Village] Create New fields during runtime in dialog

2006-04-19 Thread vk
Hi, hoiw to create a new fields during run time in dialog.any one know the answer help me... my requirement is In my dialog having a field, i have entered 4 means 4 field creating automatically.how to do? regards, vijay Send instant messages to your online friends http://uk.messenger

[Axapta-Knowledge-Village] how to create the lookup in Report's dialog class?

2006-04-17 Thread vk
Hi, how to create the lookup in Report's dialog class? my requirement is ,In my Report's Dialog class having 2 dialog field.one for customer group & another one for customer account. if i choose any of the customer group, that customer group having the customer account only displayed(lookupe

[Axapta-Knowledge-Village] Purchase order problem

2006-04-15 Thread vk
hi, how to create the lookup for PO order with the status of open order only? i had tried by using EDT, it means create the EDT( outstandingPO) and set the realtion outstandingPO == PurchTable.purchId (in Normal ) 1 == purchtable.purchstatus (in Related field fixed). it displ

[Axapta-Knowledge-Village] how to create the lookup for Resources in Dimesions?

2006-04-12 Thread vk
Hi, How to create the lookup for Resources in Dimensions .we are maintained 4 inventory Dimensions, such as business unit, branch,Department,Resources. In my report having the class, in that class i have create the lookup field for Resources in Dimesions (table).How to do? I have tried

[Axapta-Knowledge-Village] how to create lookup in class

2006-04-11 Thread vk
HI, How to create the Lookup field in Class instead of EDT(ExtendedDataType) regarding reports. thanks in advance.. regards, vijay Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] Sharing the know

[Axapta-Knowledge-Village] Re:AW: How to convert Real value to String value

2006-04-10 Thread vk
___ Von: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von vk Gesendet: Montag, 10. April 2006 10:56 An: AXKnowledgeVillage; DevelopmentAxapta Betreff: [Axapta-Knowledge-Village] How to convert Real value to String value Hi, How to convert the Real value

[Axapta-Knowledge-Village] How to convert Real value to String value

2006-04-10 Thread vk
Hi, How to convert the Real value as a String? for example the real value as 0.00,i have converted into empty string.how it is possible.please any one help me. regards, vijay Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message

[Axapta-Knowledge-Village] MSSqlServer - database full problem

2006-04-03 Thread vk
Hi, I have import the data from my current application to existing application(Database) by using export data & import data in Adminstration module. while i am importing the error is occured. how to solve it? the error is: [Microspft][ODBC SQL Server Driver][SQl Server]The log file fo

[Axapta-Knowledge-Village] Re: [development-axapta] how to display column heading using programmable section on each page?

2006-03-31 Thread vk
t; #mm100Left) { element.newPage(); counter = 1; } } It works fine. Regards, vijay vk <[EMAIL PROTECTED]> wrote: Hi, thanks for ur answer.my exact requirement is, for example I have 50 records to display the report.it should be printed in 3 pages.I

[Axapta-Knowledge-Village] Re:Re: how to display column heading using programmable section

2006-03-31 Thread vk
column heading using programmable section on each page? add PageHeader to your report and call programmable section in PageHeaders's execute section. Of course you must omit this action for the first page. --- vk <[EMAIL PROTECTED]> wrote: > Hi, > In my Report,I have di

[Axapta-Knowledge-Village] Re: [development-axapta] how to display column heading using programmable section on each page?

2006-03-31 Thread vk
ali On 3/30/06, vk <[EMAIL PROTECTED]> wrote: > > Hi, > In my Report,I have displaying the column heading by using Programmable > section.the first page it comes,bcz first time i have execute the > programmable section.but the next page the column heading not shown. >

[Axapta-Knowledge-Village] how to display column heading using programmable section on each page?

2006-03-30 Thread vk
Hi, In my Report,I have displaying the column heading by using Programmable section.the first page it comes,bcz first time i have execute the programmable section.but the next page the column heading not shown. my query is, how to know the report ( records) goes to next page? i want, each p

[Axapta-Knowledge-Village] Re:Re:How to get distinct records in report?

2006-03-30 Thread vk
PROTECTED]> wrote: Hi vijay, use programming section and display methods to display to display your records. Mukesh On 3/29/06, vk <[EMAIL PROTECTED]> wrote: > > hi, > I have an EquipmentTable.In my EquipmentTable having > Equipmentcode,EquipmentClass,Declaratio

[Axapta-Knowledge-Village] Programmable Section Query?

2006-03-29 Thread vk
Hi, In my report having 2 programmable section.One is BullTozer and another one is Excavator.Getting Record from Database table, checking in Fetch(),depends on the contion, i have display the record in either BullTozer or Excavator programmable section. my query is, The BullTozer P.se

[Axapta-Knowledge-Village] How to get distinct records in report?

2006-03-28 Thread vk
hi, I have an EquipmentTable.In my EquipmentTable having Equipmentcode,EquipmentClass,Declaration(3 fields).The Equipment code is a primary key.Same EquipmentClass having Different equipment code. my query is, how to get the unique equipmentclass in my report? equipmentTable having the