Re: [Axapta-Knowledge-Village] how to set focus on a field in a dialog box?

2007-07-10 Thread vijay karthik
Hi,
you have to write the code like this,

dialogLocation.dialog().formRun().design().controlName('Fld2_1').setFocus();

To get the control name in dialog, 
Open the dialog -> Right click the control( dialogLocation) in dialog -> setup 
-> choose the "System name" value in User setup form.

Example:
I tried in AOT -> Class ->Tutorial_RunbaseBatch having the validate method, i 
wrote the code given below
public boolean validate()
{
if (false)
return checkFailed("");
if(transDate == datenull())
{

dlgTransDate.dialog().formRun().design().controlName('Fld1_1').setFocus();
return false;
}

return true;
}
This code check, if the date field is null the cursor points(Focus) the Date 
field.

Thanks,
Vijay karthik.K

- Original Message 
From: bryanevil <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Tuesday, July 10, 2007 9:56:26 AM
Subject: [Axapta-Knowledge-Village] how to set focus on a field in a dialog box?

Hi everyone,

How do I set focus on a field in a dialog ? my dialog got 2 fields -
dialogPallet and dialogLocation. What i try to do is when I hit OK
button and if the dialogLocation textbox is empty, set focus on the
dialogLocation text box. my code look like:

if(!location) {

this.dialog( ).formRun( ).design( ).controlName( "dialogLocation" ).setFocus( );

}

I got error : FormRun object not initialised

Can anyone help me on this? it is an urgent question. Thanks




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] failed to establish connection

2007-05-10 Thread vijay karthik
Hi,
Check the Services is running or not. ( ControlPanel -> Services-><% Your 
Instance Name %>).

Regards,
VijayKarthik.k

- Original Message 
From: Sumit Loya <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, May 10, 2007 9:25:20 AM
Subject: Re: [Axapta-Knowledge-Village] failed to establish connection









  



Hi,



Did you check whether the AOS is up and running or not. There could be

possibility of TCP/IP port mismatch also.



Regards,

Sumit



On 5/9/07, onurkiyik <[EMAIL PROTECTED] com> wrote:

>

>   Hi Friends,

>

> I am having a problem with AX 4.0. I have

> installed AX 4.0 successfully on windows 2003 server. But i can not

> start the axapta because of an error "failed to established connection"

>

> What are the possible solutions? what can i do?

> Please help me.

>

> With Kind Regards,

>

> Onur KIYIK.

>

> 

>



[Non-text portions of this message have been removed]






  















Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] How can configure alerts in AX4.0

2007-05-10 Thread vijay karthik
Hi Ajit;
Look the below link, here explains the Alerts in Ax 4.0
http://dynamicstech.blogspot.com/2007/04/how-to-setup-alerts-in-dynamics-ax-40.html

Thanks & Regards,
VijayKarthik.K

- Original Message 
From: contact2ajit2006 <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Sunday, May 6, 2007 11:51:39 AM
Subject: [Axapta-Knowledge-Village] How can configure alerts in AX4.0









  



Hello frnds



How can configure alerts in AX4.0...



Regards

Ajit






  















Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Runbase Report

2007-04-18 Thread vijay karthik
Hello Patrick,

It is possible to add the button(MenuButton) in RunBaseBatch's Dialog method().
The below code helps to create the menu button in dialog.
add this code in dialog() method:
-
dialog.addMenuItemButton(MenuItemType::Display,"CustTable",DialogMenuItemGroup::RightGrp);

you get the "Customers " Button in the Right corner of  the dialog .If you 
click this button, it automatically open the Customers Form.

Thanks & Regards,
VijayKarthik.K


- Original Message 
From: chuapatrickd <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, April 19, 2007 7:55:36 AM
Subject: [Axapta-Knowledge-Village] Runbase Report

Hi,

I've used the runbasebatch class and now I want to add a button to the 
dialog window that will open a form. How does can be done?
I was able to add new fields in the dialog method and also in the 
getFROMdialog METHOD. cAN I also add a button here, what the syntax ??

Any help will be greatly appreciated.

Thanks,
Patrick




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Re: Dynamics Ax server configuration..

2007-04-18 Thread vijay karthik
Hi Suneel,
It works fine. my scenerio is given below,
I created 2 AOS Instance, like Dynamics & DynamicsAx(same as u mentioned in
ur mail). both instance refered the same application & database. (Application 
->EAMStandard & Database ->Dynamics01).The instance port are 2712 & 2713.
now i started the services of both instance, and then created the 2 client
configuration for 2 AOS instance. open the 2 axapta  for 2 configuration. It
has working fine yaar.

my doubts is, check the license in administration module
(Administration->Setup->System->License Information). how many number of
"Application Object Servers" having ur license. if it is "1" , u can run 1
AOS server at a time.

Thanks & Regards,
VijayKarthik.K



- Original Message 
From: suneel babu <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]; Axapta Knowledge village 
; Development <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2007 10:52:19 AM
Subject: [Axapta-Knowledge-Village] Re: Dynamics Ax server configuration..


HI Satish...Thanks for ur Response., I will try 
in this way I will explain clearly...1. First we install one AOS named 
"Dynamics" on C:\Program Files\Microsoft Dynamics AX\40\Server path and the 
appl folder is C:\Program Files\Microsoft Dynamics AX\40\Application. it is 
working properly.2. Then we install another AOS names "DynamicsAX" next 
time in the Same server and Appl path. when i go to the Appl folder there i 
did't found any application for the new instanse. But it is start from Control 
panel.3.Then i create a client configuration for Second instance but its 
send an error " Server is unavailable". But the second instanse is running on 
control folder.   4. PLz solve my problem. or Send how to install Multiple AOS 
in one System..We are waiting for ur reply.. Thanks in 
Advanse.,Regards.,Suneel.===Hi
 Suneel,

I have 2 Dynamics 4.0 instances running on one machine with 2 AOS, 2 
databases and 2 applications all running at same time.

To one AOS you can give port number 2712 and another one you can give 
2713, make sure that you start both AOS, then go to configuration and 
prepare two configurations. Both client can be started now. wish you 
best of luck :)

Thanks,
Satish Panwar
_
Windows Live Spaces is here! It¢s easy to create your own personal Web site.
http://spaces.live.com/?mkt=en-in

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.

Come and choose your preferred name for Microsoft Dynamics AX on the Axapta 
Knowledge Village, Visit www.axapta-knowledge-village.tk


Yahoo! Groups Links



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.

Come and choose your preferred name for Microsoft Dynamics AX on the Axapta 
Knowledge Village, Visit www.axapta-knowledge-village.tk

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


Re: [Axapta-Knowledge-Village] Re: help me - batch process

2007-02-27 Thread vijay karthik
Hi Karen,
Thanks for your favourable reply. i will check the same in Ax4.0 sp1.

Thanks,
Vijay Karthik.K


- Original Message 
From: Karen <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, February 26, 2007 8:52:42 PM
Subject: Re: [Axapta-Knowledge-Village] Re: help me - batch process

Hi Vijay,

I did not tried it on version 3.0 but tried successfully on version 4 SP1.
Once you've created the service, you'll specify a Batch Group for windows
service to call. Schedule batch processing time you want for the Batch
Group. Then queued up batch jobs in the Batch Group that you're running from
windows service.

To double check that your windows service is running, go to Task Manager and
under the Processes tab, you should see Ax32.exe. If you have a client open,
you should be able to see two Ax32.exe running.

Hope that helps.

regards,
Karen

On 2/16/07, vijay karthik  wrote:
>
> Hi Karen,
> Thanks. i followed the same procedure mentioned the article. i created a
> service. but my job in axapta 3.0 is not running. what i will do for run
> the batch job by using windows service.
> kindly help me 
>
> Thanks & Regards,
> Vijaykarthik. K
>
> - Original Message 
> From: Karen <[EMAIL PROTECTED] com >
> To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com Village%40yahoog roups.com>
> Sent: Sunday, February 11, 2007 9:03:36 PM
> Subject: [Axapta-Knowledge- Village] Re: help me - batch process
>
> Create windows service to run the batch group. Refer to this article
> (http://axaptabuilde r.blogspot. com/2006/ 04/how-to- setup-axapta- batch-
> server.html) for the deails and How-To. The article is written for
> version 3.0 but i've tried it for version 4 and it worked.
>
> --- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, vijay karthik
>  wrote:
> >
> > Hi,
> > i created a batch job in Dyanmics Ax 4.0. it has working fine, when
> i run the batch process in Basic -> Periodic -> Batch -> processing .
> > but i want to run the batch process as a seperate service.i mean
> that, how to run the batch job with out user interaction / do not
> open the axapta session.
> >
> > help me 
> >
> > Thanks & Regards,
> > vijay karthik.k
> >
> > Send instant messages to your online friends
> http://uk.messenger .yahoo.com
> >
> > [Non-text portions of this message have been removed]
> >
>
> Send instant messages to your online friends http://uk.messenger .yahoo.com
>
> [Non-text portions of this message have been removed]
>
> 
>

[Non-text portions of this message have been removed]




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Need to know Methods to Direct Report to Excel.

2007-02-22 Thread vijay karthik
Hi Arjun,
i written a job for Exporting the CustTable in to Excel using code.
Hope it will help to go ahed. 

To Dipankar,
I will try for repor and let i know.

static void ExportAxreportsToExcel(Args _args)
 {
 custtable customers;
 SysExcelApplication   SysExcelApplication;
 SysExcelWorksheet SysExcelWorksheet;
 SysExcelWorksheetsSysExcelWorksheets;
 SysExcelWorkbooks SysExcelWorkbooks;
 SysExcelWorkbook  SysExcelWorkbook;
 SysExcelRange SysExcelRange;
 SysExcelCell  SysExcelCell;
 SysExcelCells SysExcelCells;
 COMVariantCOMVariant1;
 #excel
 int   i = 1, whilecount;
 SysOperationProgress progress = new SysOperationProgress();
 ;
 while select count(RecId) from customers
 WhileCount = customers.RecId;
 sysExcelApplication = SysExcelApplication::construct();
 sysExcelApplication.visible(false);
 sysExcelWorkbooks = sysExcelApplication.workbooks();
 COMVariant1 = new COMVariant();
 COMVariant1.bStr('d:\\vijay\\owi\\test.xls');
 sysExcelWorkbook = sysExcelWorkbooks.add(COMVariant1);
 SysExcelWorksheets = sysExcelWorkbook.worksheets();
 SysExcelWorksheet = SysExcelWorksheets.itemFromNum(1);
 SysExcelRange = SysExcelWorksheet.cells().range
(#ExcelTotalRange);
 progress.setCaption('Progress');
 progress.setText(strfmt('%1 - %2','Exporting customers to Excel','Please 
wait'));
 progress.setTotal(whileCount);
 //header
SysExcelCell = SysExcelWorksheet.cells().item(i,1);
SysExcelCell.value("Account Id");
SysExcelCell = SysExcelWorksheet.cells().item(i,2);
SysExcelCell.value("Customer Name");
//details of record
 while select * from customers
 if (customers)
 {
 i++;
 SysExcelCell = SysExcelWorksheet.cells().item(i,1);
 SysExcelCell.value(customers.AccountNum);
 SysExcelCell = SysExcelWorksheet.cells().item(i,2);
 SysExcelCell.value(customers.Name);
 progress.incCount();
 }
 sysExcelApplication.visible(true);
 }


- Original Message 
From: Mallikarjun Gudidevuni <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Thursday, February 22, 2007 11:12:34 AM
Subject: Re: [Axapta-Knowledge-Village] Need to know Methods to Direct Report 
to Excel.

Hi All,
Can any one send any sample xpo of creating excel reports. sample code how to 
create excel reports. I know that using com we can access the excel, but it 
could be bettor if i get the sample code.
Thanks in avs
Arjun

- Original Message 
From: Dipankar Paul <[EMAIL PROTECTED] co.uk>
To: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
Sent: Wednesday, December 6, 2006 12:44:06 PM
Subject: [Axapta-Knowledge- Village] Need to know Methods to Direct Report to 
Excel.

Hi Friends,
I have written some piece of code to generate report in Excel using COM class. 
It works fine when i test it in JOB but not getting the way how to make use it 
in Report Section.There are several methods can be overriden in reports like 
Fetch() , Send()..etc, .Could u pls tell me exactly how & where i need to make 
use of this code..

With Kind Regards,
Dipankar.

Send instant messages to your online friends http://uk.messenger .yahoo.com 

[Non-text portions of this message have been removed]

 _ _ _ _ _ _
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusines s.yahoo.com/ r-index

[Non-text portions of this message have been removed]




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Re: help me - batch process

2007-02-15 Thread vijay karthik
Hi Karen,
Thanks. i followed the same procedure mentioned  the article. i created a 
service. but my job in axapta 3.0 is  not running. what i will do for run the 
batch job by using windows service.
kindly help me 

Thanks & Regards,
Vijaykarthik.K

- Original Message 
From: Karen <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Sunday, February 11, 2007 9:03:36 PM
Subject: [Axapta-Knowledge-Village] Re: help me - batch process

Create windows service to run the batch group. Refer to this article 
(http://axaptabuilde r.blogspot. com/2006/ 04/how-to- setup-axapta- batch-
server.html) for the deails and How-To. The article is written for 
version 3.0 but i've tried it for version 4 and it worked.

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, vijay karthik 
 wrote:
>
> Hi,
> i created a batch job in Dyanmics Ax 4.0. it has working fine, when 
i run the batch process in Basic -> Periodic -> Batch -> processing .
> but i want to run the batch process as a seperate service.i mean 
that, how to run the batch job with out user interaction / do not 
open the axapta session.
> 
> help me 
> 
> Thanks & Regards,
> vijay karthik.k
> 
> Send instant messages to your online friends 
http://uk.messenger .yahoo.com 
> 
> [Non-text portions of this message have been removed]
>




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] Re: help me - batch process

2007-02-15 Thread vijay karthik
Hi,
Thanks for your favourable reply.

Regards,
vijaykarthik.k


- Original Message 
From: Karen <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Sunday, February 11, 2007 9:03:36 PM
Subject: [Axapta-Knowledge-Village] Re: help me - batch process

Create windows service to run the batch group. Refer to this article 
(http://axaptabuilde r.blogspot. com/2006/ 04/how-to- setup-axapta- batch-
server.html) for the deails and How-To. The article is written for 
version 3.0 but i've tried it for version 4 and it worked.

--- In Axapta-Knowledge- [EMAIL PROTECTED] ups.com, vijay karthik 
 wrote:
>
> Hi,
> i created a batch job in Dyanmics Ax 4.0. it has working fine, when 
i run the batch process in Basic -> Periodic -> Batch -> processing .
> but i want to run the batch process as a seperate service.i mean 
that, how to run the batch job with out user interaction / do not 
open the axapta session.
> 
> help me 
> 
> Thanks & Regards,
> vijay karthik.k
> 
> Send instant messages to your online friends 
http://uk.messenger .yahoo.com 
> 
> [Non-text portions of this message have been removed]
>




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] help me - batch process

2007-02-07 Thread vijay karthik
Hi,
i created a batch job in Dyanmics Ax 4.0. it has working fine, when i run the 
batch process in Basic -> Periodic -> Batch -> processing .
but i want to run the batch process as a seperate service.i mean that, how to 
run the batch job with out user interaction / do not open the axapta session.

help me 

Thanks & Regards,
vijay karthik.k

Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] help for Record lelvel security

2006-12-11 Thread vijay karthik
Hi pankaj,
Thanks for your favourable reply. ok i will do the same. if i face any 
difficulty i will contact to u.

Regards,
vijay karthik.k


- Original Message 
From: Pankaj Kant <[EMAIL PROTECTED]>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Monday, December 11, 2006 11:05:43 AM
Subject: RE: [Axapta-Knowledge-Village] help for Record lelvel security

Hi Vijay

U can setup RLS from

Administration- ->setup-- > Seurity 

It is wizard and u can set the permissions on various tables at group
level
Depending on your requirement

Incase of difficulty or further queries u can contact me

Cheers

Pankaj


 _ _ __

From: Axapta-Knowledge- [EMAIL PROTECTED] ups.com
[mailto:Axapta-Knowledge- [EMAIL PROTECTED] ups.com] On Behalf Of vijay
karthik
Sent: Monday, December 11, 2006 10:55 AM
To: AXKnowledgeVillage; DevelopmentAxapta
Subject: [Axapta-Knowledge- Village] help for Record lelvel security

Hi,
what is record level security? how to acheive in axapta? 

The situation is,
we created one company in axapta to maintain the details for 2
location's data.we raised the work order from each location and
authorized by the corresponding individual.
the corrent situation is, if the person logged in,he can view both
location data.
but i want to restrict the person to viewing only the corresponding
location data. i don't want to show the other location data to him.
i heard that, it can be acheived by Record Level Security.can any one
help me for how to setting up record level security?
any one having related documents / links(url) pass as the same.
Thanks in advance
Regards,
vijay karthik.k

Send instant messages to your online friends
http://uk.messenger .yahoo.com <http://uk.messenger .yahoo.com> 

[Non-text portions of this message have been removed]

The information contained in this communication is intended solely for the use 
of the individual or entity to whom it is addressed and others
authorized to receive it. It may contain confidential or legally privileged 
information. If you are not the intended recipient you are hereby notified
that any disclosure, copying, distribution or taking any action in reliance on 
the contents of this information is strictly prohibited and may be
unlawful. If you have received this communication in error, please notify us 
immediately by responding to this email and then delete it from your system 
This email may have been intercepted, partially destroyed, arrive late, 
incomplete or contain viruses and no liability is accepted by LG Life
Sciences India Pvt. Ltd. (LGLSI) as a result. Opinions, conclusions and other 
information in this message represent the opinion of the sender and do not 
necessarily represent or reflect the views and opinions of LGLSI.

[Non-text portions of this message have been removed]




Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] help for Record lelvel security

2006-12-10 Thread vijay karthik
Hi,
what is record level security? how to acheive in axapta? 

The situation is,
we created one company in axapta to maintain the details for 2 location's 
data.we raised the work order from each location and authorized by the 
corresponding individual.
the corrent situation is, if the person logged in,he can view both location 
data.
but i want to restrict the person to viewing only the corresponding location 
data. i don't want to show the other location data to him.
i heard that, it can be acheived by Record Level Security.can any one help me 
for how to setting up record level security?
any one having related documents / links(url) pass as the same.
Thanks in advance
Regards,
vijay karthik.k

Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Help - Getting MBS Certificate from Microsoft

2006-12-01 Thread vijay karthik
Hi,
I passed the MBS axapta programming certificate 3 months before(20/09/2006). 
but still not yet getting the certificate from microsoft. i sent the mail to 
[EMAIL PROTECTED] .i got the reply also, but not yet getting the certificate.
now i tried to send mail to [EMAIL PROTECTED], it has bounced/ failure 
delivary. have any one having alternate mail id / what is the way to get the 
certificate for my cleared Axapta Programming exam.

Thanks & Regards,
Vijay Kartik.K

Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]



Re: [Axapta-Knowledge-Village] report Code

2006-05-31 Thread vijay karthik



Hi Hany,
   
  In your report having the page header section, the report name (string edit) control associate with one method( like: reportname()). In this method u have to customize ur own.
  for example:
  Normal method
  ===
  display Name reportName()
{
    return element.design().lookupCaption();
}

Customized method
  ===
  display Name reportName()
  {
   return 
  }
   
  Hope this will work.
   
  Regards,
  vijay karthik.k
hany abodoma <[EMAIL PROTECTED]> wrote:
  Hi All
if i need to make the header of report is dynamic
i mean 
when the user select in query the employee name i need to put in header that 
Report name .. Empolyee name 
how i can code this report or how i can control the query of report
Thanks and best regard
Hany Abodoma

[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
    Business finance course   Business to business finance   Small business finance Business finance consultant   Business finance magazine   Business finance schools 
    
-
  YAHOO! GROUPS LINKS 

    
    Visit your group "Axapta-Knowledge-Village" on the web.
    
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

    
-
  



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-29 Thread vijay karthik



Hi,
  Thanks yaar. i did the same.
   
  regards,
  vijaykarthik.k

Dhiraj yadav <[EMAIL PROTECTED]> wrote:
  NIhar is right . plz do as nihar said.
comment millon and write crore at that position .
if u will fail to do so i will give the entire code


On 5/27/06, vijay karthik <[EMAIL PROTECTED]> wrote:
>
> hi,
> i need for help regarding a real value as converted into string. for
> example:
> real value : 1200.00 rs, this value is converted in to 'One Thousand Two
> hundred'.
> Is there any inbuilt function in Axapta.
>
> help me...
> Thanks in advance..
> regards,
> vijaykarthik.k
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Sharing the knowledge on Axapta.
> Visit www.frappr.com/axapta for axapta friends.
> Yahoo! Groups Links
>
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
    Business finance course   Business to business finance   Small business finance Business finance consultant   Business finance magazine   Business finance schools 
    
-
  YAHOO! GROUPS LINKS 

    
    Visit your group "Axapta-Knowledge-Village" on the web.
    
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

    
-
  



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-28 Thread vijay karthik



Hi sunil,
   
   Thanks for ur favourable response.it has working fine for 1200.00, but i have tried the same for 120.00 rs. The result as 'one Million two hundred thousand and 00/100'. but i want the result as indian standared, like 'twelve laksh only'
  how to get our(indian) standard.
   
  regards,
  vijay karthik.k
   
  

sunil padhy <[EMAIL PROTECTED]> wrote:
  Hi Vijay,

You can use the Global Class - numerialstotxt() method
for converting the real value : 1200.00 rs, to 'One
Thousand Two hundred'.


Thanks,
Sunil Padhy 

--- vijay karthik <[EMAIL PROTECTED]> wrote:

> hi,
>   i need for help regarding a real value as
> converted into string. for example:
>   real value : 1200.00 rs, this value is converted
> in to 'One Thousand Two hundred'. 
>   Is there any inbuilt function in Axapta. 
>    
>   help me...
>   Thanks in advance..
>   regards,
>   vijaykarthik.k
> 
> Send instant messages to your online friends
> http://uk.messenger.yahoo.com 
> 
> [Non-text portions of this message have been
> removed]
> 
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
    Business finance course   Business to business finance   Small business finance Business finance consultant   Business finance magazine   Business finance schools 
    
-
  YAHOO! GROUPS LINKS 

    
    Visit your group "Axapta-Knowledge-Village" on the web.
    
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

    
-
  



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[Axapta-Knowledge-Village] how to convert Real value as a string?

2006-05-27 Thread vijay karthik



hi,
  i need for help regarding a real value as converted into string. for example:
  real value : 1200.00 rs, this value is converted in to 'One Thousand Two hundred'. 
  Is there any inbuilt function in Axapta. 
   
  help me...
  Thanks in advance..
  regards,
  vijaykarthik.k

Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












[Axapta-Knowledge-Village] Base Enum help

2006-05-19 Thread vijay karthik



Hi,
   
  I have an Base Enum with 6 values. This base enum has populated in my dialog class.it shows 6 values(combobox list).this my query is , only 3 values display in  dialog class instead of 6 values. how to acheive it. where i can control the base enum values.
  help me...
  Thanks in advance...
   
  regards,
  vijay karthik.k
   

Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [Axapta-Knowledge-Village] Text Display

2006-05-15 Thread vijay karthik



hi sakthi,
  have u try my earlier code.that one is suitable for ur requirement. if u entered the texts in first field, the second field also affecting(displaying the text) the same.
  i think u write code in textchange() of first field's method, u acheive the result.
  u try the same.if any queries pass as the same.
   
  regards,
  vijay karthik

[EMAIL PROTECTED] wrote:
  


hi,
 if i use display method means it will display the values that r stored
in the specified datasources,that is only static values will be displayed
,if i want to enter the values during runtime means how to achieve it?

Ex: During Runtime if i entered first text values as"sakthi" means it
should be displayed in the second text field as"sakthi".

That is:   First Textfield:  User: sakthi
  Second Textfield:   UserID:    sakthi

Regards,

sakthi



   
    Mallikarjun Gudidevuni 
    <[EMAIL PROTECTED]>  To: Axapta-Knowledge-Village@yahoogroups.com  
    Sent by: cc:   
    [EMAIL PROTECTED]   Subject: Re: [Axapta-Knowledge-Village] Text Display  
    groups.com 
   
   
    05/15/2006 10:35 AM    
    Please respond to  
    Axapta-Knowledge-Village   
   
   




Hi
  U have to wite a display method for the second text field. and in
properties of send text give the datamethod as the display method name.

[EMAIL PROTECTED] wrote:


hi,
  i have  two text fields if i entered text in first field that
corresponding text should display in second text field,how to perform it?

Regards,

Sakthi







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.



  SPONSORED LINKS
    Business finance course   Business to business finance   Small
business finance Business finance consultant   Business finance
magazine   Business finance schools

-
  YAHOO! GROUPS LINKS


    Visit your group "Axapta-Knowledge-Village" on the web.

    To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


-





-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates
starting at 1¢/min.

[Non-text portions of this message have been removed]




Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Yahoo! Groups Links
















Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 



  SPONSORED LINKS 
    Business finance course   Business to business finance   Small business finance Business finance consultant   Business finance magazine   Business finance schools 
    
-
  YAHOO! GROUPS LINKS 

    
    Visit your group "Axapta-Knowledge-Village" on the web.
    
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

    
-
  



Send instant messages to your online friends http://uk.messenger.yahoo.com 

[Non-text portions of this message have been removed]







Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.





  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "Axapta-Knowledge-Village" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.