Dear Group , 
   
  In Axapta 3.0 if some user has own login userId  and password .
   
  If he wants change the Password of user (self) but he has not writes of Admin 
or administrator .
   
  Can he will change his password through his user login Id and details .
   
  If its possible so how do i  change  as its our Clients Requirements .
   
   
  Give me Solutions 
   
   
  Sachin Kesarwani
  Assoiciate Consultant (Axapta)
   
  

Axapta-Knowledge-Village@yahoogroups.com wrote:
              Axapta Knowledge Village 
    Messages In This Digest (6 Messages)       
1.   
   Re: Dynamics AX 3.0 and FRx 6.7 From: Nancy L Hall     
2a.   
   Re: Disable a field on the form From: Varden Morris   
2b.   
   Re: Disable a field on the form From: Arijit Basu     
3.   
   XML Document parse which is on web From: Ramazan GÝRGÝN     
4.   
   Re: Editing the inventory dimensions after posting a transaction From: Nihar 
Saraiya     
5.   
   Re: AOS Stops Immediately After Starting From: abdollah mostafa 
  View All Topics | Create New Topic 
  Messages       
1.   
     Re: Dynamics AX 3.0 and FRx 6.7   Posted by: "Nancy L Hall" [EMAIL 
PROTECTED]   nlhall77477   Sat Nov 25, 2006 7:42 am (PST)   Yes, you do need a 
separate odbc connection for FRx
and AX. 
--- Tarek Saleh <[EMAIL PROTECTED]> wrote:

> Hi
> i m also new in Frx but i think you should make a
> spechial ODBC for FRX rather than useng the same one
> that connect for AXDB
> 
> Just check it out
> 
> Regards
> Tarek
> 
> 
> 
> 
> 
> ----- Original Message ----
> From: axapta_soporte <[EMAIL PROTECTED]>
> To: Axapta-Knowledge-Village@yahoogroups.com
> Sent: Thursday, November 23, 2006 8:43:34 PM
> Subject: [Axapta-Knowledge-Village] Dynamics AX 3.0
> and FRx 6.7
> 
> Hi everyone, I am new with FRx and I want to use it
> with Dynamics AX 
> 3.0. I install the FRx 6.7 version from the partner
> source and I 
> have checked the installation manual but I still
> don't know how to 
> use the FRx module with the Dynamics Ax 3.0
> database.
> 
> When I try to dimension wizard for FRx I get the
> next error:
> 
> "An error has occurred when connecting to the data
> base"
> 
> This happens in the step 1 of the wizard, I enter
> the my Dynamics 
> data base name here.
> 
> I have installed the entire FRx component from the
> installation 
> wizard.
> 
> If someone can help me or tell where to find some
> documentation 
> about this topic, I will appreciate it a lot.
> 
> Thanks in advance 
> 
> Alex!
> 
> 
> 
> 
> 
> 
>
__________________________________________________________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail
> beta.
> http://new.mail.yahoo.com
> 
> [Non-text portions of this message have been
> removed]
> 
> 

__________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (4) 
    
2a.   
     Re: Disable a field on the form   Posted by: "Varden Morris" [EMAIL 
PROTECTED]   vardenm   Sat Nov 25, 2006 9:22 am (PST)   Change the "allowEdit" 
property of the field on the form data source node to "No". This will disable 
the field everywhere it's being used on the form. To disable the field on all 
user interface in the application you should set the "AllowEdit" property of 
the field on the TABLE to "No".

V G <[EMAIL PROTECTED]> wrote: Hi

I want to disable a field on the form which is in auto group.
Thanks in advance for help

Regards

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

Varden Morris 

85 Saddleland Close N.E. 
Calgary, Alberta T3J 5J5 
Canada 

(403) 366-8434 (H) 
(403) 615-1604 (C)
[EMAIL PROTECTED]



---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

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


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (3) 
  
2b.   
     Re: Disable a field on the form   Posted by: "Arijit Basu" [EMAIL 
PROTECTED]   jijo_24   Sat Nov 25, 2006 8:50 pm (PST)   You can also try this

FormStringControl XYZ;

XYZ= element.design().control(Control::ControlName);
XYX.visible(false);

Cheers

On 11/25/06, Varden Morris <[EMAIL PROTECTED]> wrote:
>
> Change the "allowEdit" property of the field on the form data source
> node to "No". This will disable the field everywhere it's being used on the
> form. To disable the field on all user interface in the application you
> should set the "AllowEdit" property of the field on the TABLE to "No".
>
> V G <[EMAIL PROTECTED] <learnaxapta%40gmail.com>> wrote: Hi
>
> I want to disable a field on the form which is in auto group.
> Thanks in advance for help
>
> Regards
>
> [Non-text portions of this message have been removed]
>
> Varden Morris
>
> 85 Saddleland Close N.E.
> Calgary, Alberta T3J 5J5
> Canada
>
> (403) 366-8434 (H)
> (403) 615-1604 (C)
> [EMAIL PROTECTED] <vardenm%40yahoo.com>
>
>
>
> ---------------------------------
> Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.
>
> [Non-text portions of this message have been removed]
>
> 
>

-- 

Arijit Basu

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


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (3) 
    
3.   
     XML Document parse which is on web   Posted by: "Ramazan GÝRGÝN" [EMAIL 
PROTECTED]   ramazangirgin   Sat Nov 25, 2006 8:41 pm (PST)   
Hi all,

I want to directly load and parse XML document which is on web and get data 
from it. Can I use XMLDocument Class for this. I know we can use this class 
files which our local computer.
How can I do this ?

Ramazan

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


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (1) 
    
4.   
     Re: Editing the inventory dimensions after posting a transaction   Posted 
by: "Nihar Saraiya" [EMAIL PROTECTED]   nihar_saraiya   Sat Nov 25, 2006 9:38 
pm (PST)   Hi Billur

How can one change the dimensions on this form?

Nihar

________________________________

From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On 
Behalf Of Billur Kardas
Sent: Thursday, November 23, 2006 6:52 PM
To: Axapta-Knowledge-Village@yahoogroups.com; 
Axapta-Knowledge-Village@yahoogroups.com
Subject: YNT: [Axapta-Knowledge-Village] Editing the inventory dimensions after 
posting a transaction

Yes you can.

>From Inventory-Closing and adjustment table -adjustment button -On-hand is 
>selected.

By giving the true criterias you can find your transaction. You can make your 
correction on this page.

-----Özgün Ýleti----- 
Kimden: Axapta-Knowledge-Village@yahoogroups.com 
<mailto:Axapta-Knowledge-Village%40yahoogroups.com> bu kiþinin yerine 
kirubarani_dev 
Gönderilmiþ: Per 23/11/2006 08:51 
Kime: Axapta-Knowledge-Village@yahoogroups.com 
<mailto:Axapta-Knowledge-Village%40yahoogroups.com> 
Bilgi: 
Konu: [Axapta-Knowledge-Village] Editing the inventory dimensions after posting 
a transaction

Hi,

Can I edit the value of inventory dimensions after posting a 
transaction?If this is feasible how to achieve this?

Thanks in anticipation,
Kirubarani

__________________________________________________________
Bu e-mail'in tüm icerigi gönderenin kisisel tasarrufu ile olusturulmus ve 
gönderilmistir. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. bu e-mail 
icerigi hakkinda sorumluluk kabul etmez.

This e-mail has been sent by the sender under his/her own individual 
discreation. Oyak Teknoloji Bilisim ve Kart Hizmetleri A.S. accepts no 
responsibility.

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

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


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (3) 
    
5.   
     Re: AOS Stops Immediately After Starting   Posted by: "abdollah mostafa" 
[EMAIL PROTECTED]   abdollah777   Sun Nov 26, 2006 12:35 am (PST)   hi 
i'd like to thank you all for your helpfull assistance,

I have checked the event viewr as you told me, and discovered that the 
ODBC for the AOS is not exist, so i have created a new one , and 
making the AOS configuration using it...

thank you again


    Back to top 
Reply to sender | Reply to group | Reply via web post 
Messages in this topic (4) 


      Recent Activity
    
      14 
  New Members

Visit Your Group 
  SPONSORED LINKS
      
   Small business finance  
   Business finance online  
   Business finance training  
   Business finance course  
   Business finance schools

      Be Discovered!
  Yahoo! HotJobs 
  Employers find you
  Upload your resume

    New business?
  Get new customers.
  List your web site
  in Yahoo! Search.

    Yahoo! Groups
  Start a group
  in 3 easy steps.
  Connect with others.


      Need to Reply?
  Click one of the "Reply" links to respond to a specific message in the Daily 
Digest.



  Create New Topic | Visit Your Group on the Web 
  Messages | Links | Calendar 
  Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.
Visit www.axapta-knowledge-village.tk 
   
Change settings via the Web (Yahoo! ID required) 
Change settings via email: Switch delivery to Individual | Switch format to 
Traditional 
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe 
 


 
---------------------------------
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get 
things done faster.

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

Reply via email to