[development-axapta] Sendmail problem

2004-04-12 Thread vozadali
Hi everybody, I use DUNDASMailer to send mails, but we changed our licence and in the new licence the com class wrapper button is not shown. And when I try to send mail the following error is shown: Method 'SendMail' in COM object of class '{BCE21868-04ED-11D4-A592- 0080C858F182}'

[development-axapta] A question about Axapta licence

2004-03-24 Thread vozadali
Hi, What does it mean 600 employers written in the licence document (the one we have). Firstly, I thought that it would be 600 employees and the system will allow only 600 records in EmplTable, but we have much more than that number and it doesn't warn. Perhaps it means 600 employed

[development-axapta] Re: Bjørn Gudbrand, Windows service instead of batch jobs

2004-03-19 Thread vozadali
is lost, still persists. This batch client will run on server machine, and I should have a way to understand it it crashes. Thanks --- In [EMAIL PROTECTED], vozadali [EMAIL PROTECTED] wrote: Hi, Thank you very much for your explanation. I have done all the things you said

[development-axapta] Log table error

2004-03-11 Thread vozadali
Hi everybody, When I run the Database log report or form I get the following error message for some records, what is the problem? Error executing code: Wrong argument type for function. Stack trace: \Data Dictionary\Tables\SysDataBaseLog\Methods\contents2Str - line 8

[development-axapta] Windows service instead of batch jobs

2004-03-04 Thread vozadali
Hi guys, As far as I know one client should always be kept running for executing batch jobs, but this is not a very good solution. I am sending periodical mails to employees in Axapta using various criteria, and currently I do it using a class which works as a batch job. But the computer

[development-axapta] WebUserDefined field

2004-02-21 Thread vozadali
Hi, I have created a form by putting html into a WebUserDefined field. The WebForm that accomodates this WebUserDefined field has a WebButton. I want to get the text in input areas of the html that I created when I click the WebButton. Is there such a method to call in the clicked method

[development-axapta] Re: Logging on Web?

2004-02-16 Thread vozadali
Does nobody has an idea about this subject? --- In [EMAIL PROTECTED], vozadali [EMAIL PROTECTED] wrote: I have a question about database logging of Axapta. When I add the tables to be logged, and then do an insertion in Axapta application the inserted record is logged. But when I

[development-axapta] Logging on Web?

2004-02-13 Thread vozadali
I have a question about database logging of Axapta. When I add the tables to be logged, and then do an insertion in Axapta application the inserted record is logged. But when I do the same operation on the same table on Web, it isn't logged. Am I missing a configuration point, or Axapta

[development-axapta] Urgent: Selection on WebGrid

2004-01-27 Thread vozadali
Hi everyone, I do some calculations on a WebForm and it has a WebGrid. The problem is that when I write the following code (or a while select statement) select count(recid) from TableOfWebGrid; the rows on the WebGrid disappear or not shown properly. What should I do? Thanks.

[development-axapta] Re: What does element.close() do on Web Forms?

2004-01-22 Thread vozadali
Ok :) I saw that it is used is the code of Enterprise Portal in various places. But I didn't use it in any place in the codes I developed for the Web. So I thought that it may cause errors in the future since I don't use element.close() anywhere:) --- In [EMAIL PROTECTED], Jacob Christian

[development-axapta] MenuItems on WebMenu

2004-01-21 Thread vozadali
Currently when I click a menu item on a web menu the related web form is shown but the menu item (that I clicked on) disappears from the web menu. How can I make it not disappear after selection? What is the related property? Yahoo! Groups Sponsor ADVERTISEMENT

[development-axapta] Re: Frame Type of WebGroup

2004-01-20 Thread vozadali
implemented. However you can do your own implementation, but it is not recommended since this class is changed in later versions. Alternatively you can borrow the code from a v.3x.! :-J Jacob Hjelmer - Original Message - From: vozadali [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[development-axapta] Re: Axapta always crashes

2004-01-19 Thread vozadali
details as when exactly it crashes. do any modifications or when trying to modify a specific table/report/form. Also can you confirm if you tried to install on a new machine with different database and application copy? cheers, girish -Original Message- From: vozadali [mailto

[development-axapta] Very Urgent, Axapta 3.0 Oracle 8.1.7

2004-01-07 Thread vozadali
Is there a way to run Axapta 3.0 on Oracle 8.1.7??? Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your

[development-axapta] Web Form- modified method

2004-01-03 Thread vozadali
I want to make allowedit property of some fields on a webform false when the selected item in a combox is changed. When I put the xxx.allowedit(false) code into the modified method of the combo box it doesn't work as in the normal forms of the axapta. How can I make such a _javascript_

[development-axapta] isreal() method??

2004-01-03 Thread vozadali
I want to check if the user entered string or real into a real field. Default Axapta converts all strings entered to a real typed field to 0 (zero). I wan to give an warning explicitly. This real field in not bound to a table field so error message is not given automatically. How can I

[development-axapta] SaveContinue a questionnaire

2004-01-02 Thread vozadali
As far as I know there is no SaveContinue functionality in the Questionnaire module of Axapta. I will enable the user save a questionnaire and then when he reopens it his previous answers will be there and he will continue filling the questionnaire. I will be very happy if anyone did this

[development-axapta] Strange problem?

2004-01-02 Thread vozadali
I designed a form so that the user chooses a an excel file by browsing and after clicking import button a progress bar is shown and the data is imported into a table, the problem is that if I don't click anything file importing it works but if I change the window (open browser or etc.) it

[development-axapta] Cryptography

2004-01-02 Thread vozadali
Are there build in cryptography related functions or classes in Axapta? Yahoo! Groups Sponsor ADVERTISEMENT click here Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[development-axapta] Websession().writeText

2004-01-02 Thread vozadali
How can we determine where the result of WebSession().writeTxt is displayed? I don't know if I am doing it in correct way, but when I add a flash .swf file to the web page with .writeText() command, it appears on the screen but not in the position that I wanted. Is this the right way to add

[development-axapta] Toolbars client file

2004-01-02 Thread vozadali
In the client file called toolbars it says that, See tutorial.htm in the Doc directory for full info on how to use this package. Where is this Doc directory? Yahoo! Groups Sponsor ADVERTISEMENT click here Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[development-axapta] No update on Webpage

2004-01-02 Thread vozadali
Hi all, I am doing some changes on the webpage KMEPQuestionnaire but they aren't shown when I deploy it, instead the original webpage KMEPQuestionnaire is being shown always, even if I delete most part of it. What am I missing? Thanks Volkan Yahoo! Groups Sponsor ADVERTISEMENT click

[development-axapta] Urgent: Insufficient licence rights

2004-01-02 Thread vozadali
When I try to open the Enterprise portal on web following error message is given, AxaptaCOMConnector.Axapta.1 error '80004005' Insufficient license rights : Cannot start Navision Axapta, as more users are running the system than the purchased rights allow. Please restart the Navision Axapta

[development-axapta] Help: SQL Syntax

2004-01-02 Thread vozadali
I want to show courses which, say TJO, didn't registered on a grid. In HRMCourseTable there is hrmCourseID field. This table gives information about the courses In HRMCourseAttendee table there is hrmCourseID and hrmVirtualNetworkId field. This table shows which employee took which course.

[development-axapta] Methods while collecting data on grids data source

2004-01-02 Thread vozadali
I want to call a method with fields of the row while initializing the Grid data, so that I can show the rows with respect to the method's result. If the all data in the table is as follow, a 1 6 b 78 4 c 287 90 What I want to show is a 1 6 c 287 90 since the last column is

[development-axapta] Displaying 'real' typed fields

2004-01-02 Thread vozadali
Is there a way to display a 'real' typed field with default value instead of 0 ? (The field will be bound to a datasource) Or can I write a method to convert 0 s to . Thanks _ Yahoo! Groups Links * To visit your group on the web, go to:

[development-axapta] Pop up windows in WebForm

2004-01-02 Thread vozadali
I want to make a pop-up window which will be opened when I click a menu item. I did it by using the weblet which popups, but it doesn't have scroll bars and explorer header. How can I open a complete pop- up browser window, or how can I turn on these properties in the weblet that I mentioned?

[development-axapta] Re: Displaying 'real' typed fields

2004-01-02 Thread vozadali
Turn Jensen - Original Message - From: vozadali [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 20, 2003 10:21 AM Subject: [development-axapta] Displaying 'real' typed fields Is there a way to display a 'real' typed field with default value instead of 0 ? (The field

[development-axapta] How to create such a report?

2004-01-02 Thread vozadali
Hi everybody, I am new to report design on Axapta. As far as I see reports on Axapta are some repeating patterns (showing rows from tables etc.) What I want to create is that in each page there will be different content. I will create a report about 30 pages, in which there are different

[development-axapta] Components of the project are disappearing

2004-01-02 Thread vozadali
As I work with a project, some of the forms or tables disappear from the project (They are still in AOT). And then I have to put them back into the project. I am using Axapta 3.0 SP1, does it work correct on SP2 ? Yahoo! Groups Sponsor ADVERTISEMENT click here _ Yahoo! Groups

[development-axapta] Grid datasource

2004-01-02 Thread vozadali
How can I show the employees which are under the responsible (of an organization unit) X ? Eg: C and D are under B; B and A are under H I want to show A, B, C, D in the grid Related tables are HRMOrganization and HRMVirtualNetworkHistory But I couldn't find a way to show them in a grid?

[development-axapta] A few questions abour report generation

2004-01-02 Thread vozadali
How can I sort the results of a report in terms of employee name+surname? Current I can only sort in terms of emplid or hrmvirtualnetworkId Secondly when I take partial sums of an employee (using hrmvirtualnetworkId as sorting criteria), hrmvirtualnetworkId is shown on the left of the sum,