SV: [development-axapta] How to show a form again after the user has it closed

2006-03-14 Thread Thomas Jensen
Hi Patrick I think you should simply instantiate it again, i.e.using formRUn = classFactory.formRunClass(args); formRun.init(); formRUn.run(); formRun.wait(); also the second time you want to show it.As you call run again you research your datasources anyhow. If you have any other state

SV: SV: SV: [development-axapta] Passing Arrays to and from 3rd Party DLL

2005-11-10 Thread Thomas Jensen
,numpats,Indxrm,NumCopies,Infgup, Ifg,Ifup); return iRingoReturn; } --- In development-axapta@yahoogroups.com, Thomas Jensen [EMAIL PROTECTED] wrote: Hi Tim Try using the Binary object in stead of the Array class: Binary binary = new Binary(8

SV: SV: [development-axapta] Passing Arrays to and from 3rd Party DLL

2005-11-08 Thread Thomas Jensen
iRingoReturn; } --- In development-axapta@yahoogroups.com, Thomas Jensen [EMAIL PROTECTED] wrote: Hi Tim Try using the Binary object in stead of the Array class: Binary binary = new Binary(8); Binary binary_out = new Binary(8); binary.dword(0,10

SV: [development-axapta] Passing Arrays to and from 3rd Party DLL

2005-11-04 Thread Thomas Jensen
Hi Tim Try using the Binary object in stead of the Array class: Binary binary = new Binary(8); Binary binary_out = new Binary(8); binary.dword(0,10); binary.dword(4,20); iReturn = _myFunction.call(iParam1,binary,binary_out) Regards Thomas Fra:

SV: SV: [development-axapta] Catching DB dupicate key erros

2005-10-26 Thread Thomas Jensen
Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Stefan Osterburg Sendt: 25. oktober 2005 17:42 Til: development-axapta@yahoogroups.com Emne: Re: SV: [development-axapta] Catching DB dupicate key erros same problem. Thomas Jensen

SV: [development-axapta] Catching DB dupicate key erros

2005-10-25 Thread Thomas Jensen
Hi Stefan Try catching Exception::Error instead. Regards Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Stefan Osterburg Sendt: 25. oktober 2005 11:03 Til: development-axapta@yahoogroups.com Emne: [development-axapta]

SV: [development-axapta] Exceptional Handeling

2005-08-29 Thread Thomas Jensen
Hi Matt infolog.copy(1,infolog.num()) returns a container with the contents of the infolog. Regards Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Matt Benic Sendt: 29. august 2005 11:58 Til:

SV: [development-axapta] Setting up multiple portal on single machine

2005-07-11 Thread Thomas Jensen
Hi As far as I know you can't use two different configurations on the same webserver, so in that case you'll need to run the two webapplications on two different webservers. Regards Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På

[development-axapta] SysCheckList

2005-07-08 Thread Thomas Jensen
Does anybody have a How to make your own checklist-guide or tutorial? Regards Thomas Jensen [Non-text portions of this message have been removed] YAHOO! GROUPS LINKS Visit your group "development-axapta" on the web. To unsubscribe from this g

SV: RE : [development-axapta] Beginner

2005-06-21 Thread Thomas Jensen
Hi Kadar It should be a container. Take a look at the CompanyLogo form for an example. Regards Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Abdul Kadar Sendt: 21. juni 2005 05:03 Til: development-axapta@yahoogroups.com

[development-axapta] Axapta CRM Telemarketing

2005-06-09 Thread Thomas Jensen
Does anybody have customers or any experience using the Axapta CRM Telemarketing module? I have a customer asking for a case story, but I don't know anybody using this module. Regards Thomas Jensen [Non-text portions of this message have been removed] Yahoo! Groups Links

SV: [development-axapta] Substring in query

2005-06-08 Thread Thomas Jensen
Try while select MyLedgerJournalTrans where MyLedgerJournalTrans.Txt like '123*' Regards Thomas -Oprindelig meddelelse- Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af dadan_kasep_2 Sendt: 8. juni 2005 06:50 Til: development-axapta@yahoogroups.com

Re: AW: [development-axapta] Re: return sqlstatement to user

2004-11-16 Thread Thomas Jensen
I can do that but then ill get the hole column not just the value in 1,1 ( a ) l 1 l 2 l - 1 l a l b l -- 2 l c l d l if i do what you told me the output would look something like this: a b b d I want to get all the data in the rows

[development-axapta] Arguments to an activeX method

2004-04-13 Thread Thomas Jensen
); Activex.read(argument); But It throws a type mismatch exception. Can anybody tell me the right way to initialize the COMVariant object or give me another solution?? Regards Thomas Jensen Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group

SV: [development-axapta] Document handling

2004-01-27 Thread Thomas Jensen
Hi Steve Maybe the ActiveTable parameter is enabled in the document parameter form? In that case you need to setup SalesTables in the activetables-table. Regards Thomas -Oprindelig meddelelse- Fra: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sendt: 27. januar 2004 14:50 Til: [EMAIL

SV: [development-axapta] Regarding Labels

2004-01-22 Thread Thomas Jensen
. januar 2004 16:23 Til: [EMAIL PROTECTED] Emne: SV: [development-axapta] Regarding Labels Hi Thomas I tried that a several times - and still got the same problem. Br. Mikael -Oprindelig meddelelse- Fra: Thomas Jensen [mailto:[EMAIL PROTECTED] Sendt: 22

SV: [development-axapta] Activate/deactivate delete button

2004-01-08 Thread Thomas Jensen
Hi Steve I suppose it's the allowDelete property on the datasource. Regards Thomas -Oprindelig meddelelse- Fra: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sendt: 8. januar 2004 14:51 Til: [EMAIL PROTECTED] Emne: [development-axapta] Activate/deactivate delete button How do you

SV: [tadorna-axapta] Run time error during writing a tables data in an excel work sheet through coding

2004-01-02 Thread Thomas Jensen
check the version by calling excel.version(). Kind regards Thomas -Oprindelig meddelelse- Fra: Thomas Jensen Sendt: 5. september 2003 11:20 Til: '[EMAIL PROTECTED]' Emne: SV: [tadorna-axapta] Run time error during writing a tables data in an excel work sheet through coding Hi Amar

[development-axapta] Events in an ActiveX component fired from another thread

2004-01-02 Thread Thomas Jensen
any body know any tricks to make it work, or can anybody supply further information on how the email integration is done? Best regards Thomas Jensen QDS Yahoo! Groups Sponsor ADVERTISEMENT Click to learn more... Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

SV: [development-axapta] Closing files after usage

2004-01-02 Thread Thomas Jensen
Hi Mikael You can force the file to close this way: export = null; Regards Thomas Jensen -Oprindelig meddelelse- Fra: Mikael Dalgrd [mailto:[EMAIL PROTECTED] Sendt: 9. september 2003 08:27 Til: [EMAIL PROTECTED] Emne: [development-axapta] Closing files after usage Hi everybody Can

SV: [development-axapta] Transaction Text !!

2004-01-02 Thread Thomas Jensen
Hi Pierre Use: TransactionTxt.setKey1(xxx); TransactionTxt.setKey2(xxx); TransactionTxt.setKey3(xxx); Kind regards Thomas Jensen -Oprindelig meddelelse- Fra: Pierre Marchel [mailto:[EMAIL PROTECTED] Sendt: 9. september 2003 12:00 Til: [EMAIL PROTECTED] Emne: [development-axapta

SV: [development-axapta] Label printing (reports)

2004-01-02 Thread Thomas Jensen
a papersize on the driver, I guess you have to select a paper size which is a multiplum of the label size and make your report print several labels on each report. Hope this helps. Regards Thomas Jensen -Oprindelig meddelelse- Fra: Girish Bhatkal [mailto:[EMAIL PROTECTED] Sendt: 19