[development-axapta] AxCom.dll

2004-05-10 Thread eradovevivevodare
Hi group. I've already asked an hint on how to connect to Axapta throw a Java application. Someone pointed me to an example on the axapta cd, but that example is for J++ using microsoft virtual machine.. I need standadrd java code.. I read something about java-com bridges.. Can anyone tell

RE : [development-axapta] getting text out of a cell in Excel

2004-05-10 Thread Steeve Gilbert
You can't use cells(1, 1). Try something like that : workSheet.cells().item(1, 1).value(Hello world); Steeve... -Message d'origine- De : Chris Trybus [mailto:[EMAIL PROTECTED] Envoyé : 10 mai 2004 03:41 À : [EMAIL PROTECTED] Objet : [development-axapta] getting text out of a cell

Re: [development-axapta] Auto creation of a Quotation line

2004-05-10 Thread Danny Gaethofs
Akash, I will give you one way you can accomplish this. Of course there will possibly be more alternatives. Override the run() method In the form's methods node (in other words create a run method) and add the following line after super() DATASOURCENAME_ds.create() Datasourcename is the

[development-axapta] Re: How can I find (Axapta) Tables, who's field(s) contain a given extendedDataType?

2004-05-10 Thread dgaethofs
Walter, Try this out! I created a job that enables searching for the fields that are based on a certain extended data type. The dialog will ask you for the extended data type you are searching for. Then the program will go through all tables searching for fields that are based on this

RE: [development-axapta] How can I find (Axapta) Tables, who's field(s) contain a given extendedDataType?

2004-05-10 Thread Holger K. Pedersen
Try this. static void FindTablesWithListCodeId(Args _args) { SqlDictionary sqlDictionary; DictTable dt; int i, j; boolean blnFound; ; while select sqlDictionary order by name where sqlDictionary.fieldId==0 sqlDictionary.name like '*' { dt = new DictTable(sqlDictionary.TabId); //

AW: RE : [development-axapta] How can I find (Axapta) Tables, who's field(s) contain a given extendedDataType?

2004-05-10 Thread Walter Becker
It works static void Job5(Args _args) { xInfo xInfo = new xInfo(); treeNode t = xInfo.rootNode().AOTfindChild(DataDictionary).AOTfindChild(Tables); treeNode child; treeNode fields; treenodeIterator it, itFld; str properties; str table; str field; str extendedDataType; str

[development-axapta] getting text out of a cell in Excel

2004-05-10 Thread Chris Trybus
Hi all In my project I'm writing data into an excel spreadsheet. The problem is I want to be able to check what text is in a certain cell before I right to a cell. The only method/property that I could find is the .value method but when I try compile using this method Axapta gives the

[development-axapta] Development-Axapta is changed to a moderated forum

2004-05-10 Thread bmp_thydatacenter_dk
Hi Axapta Developers! Some people simply do not understand that this forum is for technical discussions only. There has been quite a few postings regarding job opportunities in the past couple month. The people posting these think it is a good and easy way to contact a lot of candidates.