RE: [Axapta-Knowledge-Village] Re: Retrieve Admin Password

2006-02-09 Thread Varden Morris
Please note that you can browse and modify data in the UserInfo table from System Documentation - Tables - UserInfo. You do not need to go directly to the backend database. sunil padhy [EMAIL PROTECTED] wrote: Hi, If you want to reterive the admin password then go to the SQL enterprise

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread Varden Morris
I am not sure what you mean by saying that temporary tables are completely local. However, a temporary table is created and exists on the tier where the first insert takes place. This means that if the first insert is on the client that's where the table will be created and remain until it goes

[Axapta-Knowledge-Village] Serious RunBaseReport problem

2006-02-09 Thread Askeryd Thomas
I had a class extending RunBaseReport which worked perfectly and run the report well. I then added a container to a table to store a PrintJobSettings which I got through calling the SysPrintForm. Now the class will not run. It crasches when the .getLast() is called in the class which calles the

RE: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread Preston A. Larimer
Setiaji, When I need to check that the temp table is indeed loading data as suspected I will set the tables temporary property to false, run the report, and see the data and manually delete the data between runs as I work out any logic issue I may have. Once I'm confident in the logic filling

Re: [Axapta-Knowledge-Village] Serious RunBaseReport problem

2006-02-09 Thread Varden Morris
Try deleting your usage data. Askeryd Thomas [EMAIL PROTECTED] wrote: I had a class extending RunBaseReport which worked perfectly and run the report well. I then added a container to a table to store a PrintJobSettings which I got through calling the SysPrintForm. Now the class will not run.

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread raj verma
Hi setiaji, On run time after adding data to temporary data use while select on your temp table instance and retrieve the data, you can either store that data in a container or in another table, Hope this will work, for any furthure queries mail me Thanx shivraj Setiaji

RE: [Axapta-Knowledge-Village] Automate Cross-References update

2006-02-09 Thread Preston A. Larimer
In Axapta 3.0, you can not see the AOT from the com/business connector; this is by design, you will have to run this from inside a client. -Preston _ From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: Thursday, February 09,

[Axapta-Knowledge-Village] Automate Cross-References update

2006-02-09 Thread Steeve Gilbert
Hi group, I'm trying to setup something so that the Cross-Reference update is run every night on our Dev instance. I've tried calling the update from a small app that run the COM Connector and calls xRefUpdate::main(new Args(classStr(SysCompileAll))). But when I run it I endup with this :

SV: [Axapta-Knowledge-Village] Serious RunBaseReport problem

2006-02-09 Thread Askeryd Thomas
I have. I ve also made a duplicate of my class and used that but that didnt solve the problem either. I wonder why it chooses version 1. Also why should saving a printjobsetting effect the runbasereport... for one of the classes which extends it... Från:

[Axapta-Knowledge-Village] Hyperion

2006-02-09 Thread mrsnid
Good Afternoon, The company I work for has recently been purchased by another company who primarily works in Hyperion. Does anyone know if there is a good/easy way to communicate between the two systems aside from moving information through Excel ? Thanks Leon Sharing the knowledge

Re: [Axapta-Knowledge-Village] Automate Cross-References update

2006-02-09 Thread Varden Morris
You could probably try writing that code in the method of a class and then create an instance of that class via COM and then call the method that contains the code. Steeve Gilbert [EMAIL PROTECTED] wrote: Hi group, I'm trying to setup something so that the Cross-Reference update is run

[Axapta-Knowledge-Village] Popup Window

2006-02-09 Thread manojkumar_asp
Hi All, Does Axapta has any feature like when you click a link, then a pop up window or may be a form should open displaying a image. Is it possible?? regards, Manoj Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links * To visit your

RE: [Axapta-Knowledge-Village] Hyperion

2006-02-09 Thread whiteairmain
Try DataJuunction or some orthe ETL tools that are user friendly commication protocols. T. White [EMAIL PROTECTED] -Original Message- From: mrsnid [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 1:10 PM To: Axapta-Knowledge-Village@yahoogroups.com Subject:

[Axapta-Knowledge-Village] HTML Problem

2006-02-09 Thread mohit rajvanshy
Hi All, We are facing a problem. Problem description is below: Whenever we test an Analogmeter in HumanResource-Setup-Scorecard-Analogmeter then it will show a HTML page with the relevant values and colors defined in KMKnowledgeAnalogmeterSetupLine table. But when we are trying to get the HTML