[development-axapta] Table Relations..

2007-04-25 Thread Andre Klopper
Hi, Why do we see a relation defined on a table to itself? e.g. Table: County Cheers Andre [Non-text portions of this message have been removed]

[development-axapta] Parameter to class from VB...

2006-12-05 Thread Andre Klopper
Hi, I need some help please, I've written an API (class) to be used to write certain data to table of ours. I created it with about 10 parameters that can be sent to it. But the problem is that when I call it with more than 6 parameters it gives me invalid number of argument sent. Here is t

[development-axapta] webgrid and Enums

2006-06-01 Thread Andre Klopper
Hi, I get this error as soon as I link an enum in a webGrid. Any reason for this or is enum not supported on webgrid? Cheers Andre HTTP 500.100 - Internal Server Error - ASP error Internet Information Services

[development-axapta] Passing parameter on the web...

2006-05-29 Thread Andre Klopper
Hi All, I want to pass parameters through to the next webform. Now that was easy enough, but now I want to send through a atruct as parm. On the called form When I try to get the value it does not work. The value of temp is EmplId. That should surely by the value of the item send.. Any c

[development-axapta] Enterprise Portal...

2006-03-03 Thread Andre Klopper
ebSession().redirect(webLink); Regards Andre Klopper SPONSORED LINKS Computer part Programming languages

[development-axapta] Open axapta form from E-Mail or command line??

2006-02-07 Thread Andre Klopper
Hi All, I send a mail from Axapta using sendmail. Now I want a link in the mail that when clicked will open Axapta then projects and set it to the correct project... Hmmm, the question is "Is this possible?" Thanks Andre SPONSORED LINKS

[development-axapta] Determine if a module is included

2006-02-01 Thread Andre Klopper
Hi I want do check by code if Projects II has been installed (licensed). How can I determine this? Regards, Andre Klopper SPONSORED LINKS Computer part Programming languages

[development-axapta] Query Range and ||

2005-12-04 Thread Andre Klopper
Hi, I have table1 with 3 fields. Field1 = id Field2 = Boolean Field3 = Boolean Now I want to build a QueryBuildRange where I get all the id's where either field2 or field3 is true. How would I do this? Thanks Andre YAHOO! GROUPS LINKS  Visit your group "devel

Re: [development-axapta] Report Page break

2005-10-12 Thread Andre Klopper
its working - Original Message - From: "Andre Klopper" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 11, 2005 07:16 Subject: [development-axapta] Report Page break > Hi, > > I'm trying to get areport to work. > > I've got report w

[development-axapta] Report Page break

2005-10-11 Thread Andre Klopper
Hi, I'm trying to get areport to work. I've got report with master and child datasource. Page Header Datasource A     |     |     Datasource B (multiple records) Page Footer I want to have every record of Datasource A to be on a new page. I just cant get the page break on the cor

[development-axapta] Server setup??

2005-10-10 Thread Andre Klopper
Hi, Just want to know what the prefferred setup is for axapta server? Windows 2000 server or Windows 2003 server? Cheers Andre SPONSORED LINKS Computer part Programming languages

[development-axapta] FormTreeDatasource

2005-08-22 Thread Andre Klopper
Ok, So I worked through the tutorial_Form_TreeDatasource. I get this to work but would like to take it one step futher... I want do create the tree on the data in a filtered datasource. How do I assign the filtered datasource to the FormTreeDatasource? Regards Andre S

[development-axapta] Enum Filter??

2005-08-02 Thread Andre Klopper
Hi Is it possible to filter the contents of an enum on lookup? Thanks Andre [Non-text portions of this message have been removed] SPONSORED LINKS Computer part Programming la

[development-axapta] Unreserve Items from code....

2005-06-27 Thread Andre Klopper
Hi, How do I unreserver (book) stock from code? Regards Andre [Non-text portions of this message have been removed] 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:[E

[development-axapta] Item Dimensions...

2005-06-20 Thread Andre Klopper
Ok I want to know what dimensions are switch on on items... I want a dynamic peace of code to determain what dimensions must I populate, dependant on what dimensions are selected... hmmm hope this make sense... lol Anywhere I can get a example... Cheers Andre [Non-text portions of th

RE: [development-axapta] Change Colors in grid rows

2005-05-19 Thread Andre Klopper
Hi, Check out the displayOption on the datasource example... public void displayOption(Common _proj, FormRowDisplayOption _options) {     projtable projtablelocal;     projtablelocal = _proj;     switch (projtablelocal.Status)     { case projStatus::Completed :

[development-axapta] Connection & Statement

2005-02-17 Thread Andre Klopper
Hi, I've got a method that do the following.. Connection Con = new Connection(); Statement Stmt = Con.createStatement(); con.ttsbegin(); Stmt.executeupdate('EXEC [HAB2]'); con.ttscommit(); HAB2 is a stored procedure. This is a lengthy process an does not complete before the m

[development-axapta] InventDim

2005-02-14 Thread Andre Klopper
Hi, I'm trying to write an entry to InventDim table. The reason, I created a salesLine entry and need to populate the warehouse field which is part of the InventDim. Here is the Job to create an entry to InventDim, it does not give any errors, but it isn't in the table when I go look for i

[development-axapta] TutorialGantt

2005-02-01 Thread Andre Klopper
Hi, Anybody used a gantt before? This tutorial doesn't help me much. If anyone can point me to a source where more descriptive help is available it would be greatly appreciated. Regards Andre [Non-text portions of this message have been removed] Yahoo! Groups Links To visi

[development-axapta] Invent Dimension ID

2004-12-09 Thread Andre Klopper
Hi, When entering a record into the inventjournaltrans table, I need to enter a inventdimid field. Where do I get this id from? Regards, Andre --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.808 / Virus Database: 550

[development-axapta] Labels....

2004-11-23 Thread Andre Klopper
Hi, I just can't seem to get this labels to work. I've got an installation of Axapta 3 sp 3. I'm working in language en-za. I've created a new label file EAM. First problem, I don't see the axEAMen-za.ald file that was suppose to be created in the application directory. Where will the lab

[development-axapta] Labels??

2004-11-04 Thread Andre Klopper
Hi, Where is the labels stored? I thought it was in the application directory *.ald? But when I create a label and go to see where it has been created its nowhere to be found... Any way to filnd my missing label file? When I go to Label Search, it does find it somewhere. Regards, Andr

[development-axapta] TableId, RecId and selects....

2004-11-03 Thread Andre Klopper
Hi, Ok, so I have the TableId, RecId and FieldId. How will I select the record from the table in question? This will explain…. select * from tableid2name(this.nTableID) where tableid2name(this.nTableID).recId == recId; print tableid2name(this.nTableID). FieldId; Is somethin

RE: [development-axapta] Available Physical (Sales Order)

2004-10-14 Thread Andre Klopper
Hi, I need to run code every time Axapta writes to the database. Is there a generic place that I can put this code? I really don’t want to visit every table :-) Cheers Andre --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6

[development-axapta] Axapta and PDA's

2004-09-29 Thread Andre Klopper
Hi, I’m looking for documentation / examples, of how to use PDA’s as a medium for Axapta (communication / design ect.). I’ve never worked with PDA’s before so any help will greatly be appreciated. Regards, Andre --- Incoming mail is certified Virus Free. Checked by AVG anti-virus syst

[development-axapta] text files (csv)

2004-09-14 Thread Andre Klopper
Hi, I need to make use of csv file to do certain operations. How do I read these into axapta? And how can I write new files? Ragards Andre The information transmitted in this electronic communication is intended only for the person or entity to which it is addressed and may contain confid

[development-axapta] Arrays of type Class

2004-09-08 Thread Andre Klopper
Ok, This is a reel stupid question but still I can't get it to work... I declare an array TempArray of type class. I've created a class SomeClass with 2 variables. varOne, varTwo. Array TempArray= new Array(types::Class); SomeClass TempClass = new SomeClass(); int x; then I set the data in