[development-axapta] Re:Sending mail through Dynamics AX

2008-06-25 Thread Martin Sujkowski
We've had a similar issue except in our case it wouldn't send an email at all. In our case it turned out to be our antivirus software. It treated the dundas mailer component as a spam source and blocked it. Did you try sending both emails from the same client session connected to the same aos?

[development-axapta] Re:Interacting via AxaptaCOMConnector, how to set fields?

2007-11-09 Thread Martin Sujkowski
I don't know about 4.0 but in 3.0 you just call CreateRecord function passing it the name of the table you want to create. That Will return IAxaptaRecord object. Then you call set_field("fieldname",value) to set your fields. It's all pretty straight forward and believe it or not there is some d

[development-axapta] foreign language in errors and webforms

2007-03-12 Thread Martin Sujkowski
Hello, We have axapta 3.0 + portal. During our recent portal testing we had a few occurances where an error message and in one case entire webform was diplayed in a foreign language. We are a US company and only use english. English is the only language set up on the company information screen.

[development-axapta] Re:sysmailer class

2007-02-28 Thread Martin Sujkowski
Yannik, if you flip the exchange setting back to what it was before your email stopped working does the email functionlity come back? [Non-text portions of this message have been removed]

[development-axapta] Re:PurchTable "Purchase order" formula: Grid positions.....

2007-01-07 Thread Martin Sujkowski
I had a similar problem but solved it differently. I basically made number of allowed session into a setting on the user setup. I read that setting at each startup and shutdown the application itself (instead of just killing the session -which does not work by the way) if the user has exceeded thei

[development-axapta] Sharing a saved query

2006-05-02 Thread Martin Sujkowski
hello, does anyone know if it is possible to allow users to freely share their saved queries with each other? Any help is greatly appreciated. SPONSORED LINKS Computer part Progra

[development-axapta] programmable section vertical alignment?

2006-04-07 Thread Martin Sujkowski
Hello, does anyone know if it is possible to force a programmable section to act like a footer and display at the bottom of a page? If not maybe someone knows how to prevent the epilog section from starting a new page? Any help is appreciated. YAHOO! GROUPS LINKS  

[development-axapta] Axapta Lockups

2006-03-27 Thread Martin Sujkowski
Hello everyone,   Company i work for bought axapta a couple of years ago and is still in the process of implementing it. We've had a series of road blocks that have prolonged the implementation. One of our most recent ones are seemingly random system lockups. We seem to be experiencing a cou

Re: SV: [development-axapta] SysMailer class

2006-03-09 Thread Martin Sujkowski
> www.x-masterclass.com 20Settings\jhn\Application%20Data\Microsoft\Signatures\www.x- masterclass.com>  High-end education program for Axapta developers. > > > > Fra: development-axapta@yahoogroups.com på vegne af Martin Sujkowski > Sendt

[development-axapta] SysMailer class

2006-03-07 Thread Martin Sujkowski
Hi everyone, I copied the send email example code from SysMailer help file and put it in a job. It goes like this:     SysMailer mailer = new SysMailer();     mailer.body("This is the body of the mail");     mailer.subject("Eureka! Axapta generated and email");     mailer.fromAddress("[EMAIL

[development-axapta] Scrollbars on a form

2006-02-15 Thread Martin Sujkowski
Hi everyone, have a seemigly simple question and yet i'm unable to get an answer to it. Perhaps one of you could enlighen me? Here it is: Short version: is there a way to force scrollbars to appear on an axapta form? Long version: we have a form that lists out a configurable bill of matter

[development-axapta] Dynamically disabling a control on RunbaseReport subclass

2006-01-18 Thread Martin Sujkowski
Hello everyone, i have subclass of runbaseReport that is supposed to collect parameters and execute a report. The report in question can run in two couple of modes. There are some parameters that dont apply depending on which mode is chosen. I want to disable controls that do not apply to t

[development-axapta] Re: starting and monitoring a batch via business connector

2006-01-16 Thread Martin Sujkowski
We're going to be using a batch to invoice out our sales orders on a nightly basis as well as to print our picking lists - don't ask our management has been modifing the crap out of axapta. Anyway, i need to monitor the batch processes and email somebody if any of them fail or if some of the

[development-axapta] Re: Axapta ComConnector

2006-01-16 Thread Martin Sujkowski
Which line in your c sharp code produces the error? For starters i would replace all the empty string arguments you're using in your axapta calls with null arguments like this: change: AxaptaQuery = axapta.CreateObject("Query","","","","","",""); TO: AxaptaQuery = axapta.CreateObject ("Quer

[development-axapta] starting and monitoring a batch via business connector

2006-01-11 Thread Martin Sujkowski
Hello everyone, I'm really unimpressed by axapta batch processing capabilities. When a batch process is running it is virtually impossible to monitor it (or so it seems -if anyone has pointers about this it'd be great too) My guess is a batch runs in the same thread as the gui. Anyway i'd li

[development-axapta] Report doesnt look right when output to anything other than "native" format

2005-12-09 Thread Martin Sujkowski
Hello, i just developed this fancy invoice with a  whole bunch of lines and boxes etc. It looks the way it is supposed to when i ouput it in the native format but the other formats, html especially, vary in quality from somewhat to totally messed up. Html version looks more or less garbaled

[development-axapta] Page change event on a report

2005-12-05 Thread Martin Sujkowski
Hi guys Can you any of you tell me how to intercept a page change event on a axapta report? I have a programmable section on my invoice that i need to execute when the page changes - but only if i'm still displaying items. Is there even such thing as a report page change event in axapta?

[development-axapta] Using Shape Control

2005-12-04 Thread Martin Sujkowski
Hello, could someone please tell me how to use shape control effectively? I need to design an invoice and they want almost everything boxed in. I got around the small stuff with line above/left/right/below but that won't work for the bigger stuff like invoice transactions. I thought i could us

[development-axapta] Re: Switching Report Designs

2005-11-30 Thread Martin Sujkowski
Thanks be to all who responded. All of you pointed me to what i was looking for! YAHOO! GROUPS LINKS  Visit your group "development-axapta" on the web.   To unsubscribe from this group, send an email to: [EMAIL PROTECTED]   Your use of Yahoo! Groups is subject

[development-axapta] Switching Report Designs

2005-11-29 Thread Martin Sujkowski
I need to heavily modify the PurchPurchaseOrder report. It is supposed to appear almost completely different for each Purchase Type. I still want to use only one physical report object but have multiple designs inside of it (multiple elements under designs node).So say i have 3 designs name

[development-axapta] Report html

2005-10-17 Thread Martin Sujkowski
hi guys, just wondering if anyone may know how i can get my hands on the html created by a report. My ultimate goal would be to call a report and have it return its result as html string (rather than writing it to a html file somewhere) I've been looking at WebReportRun, ReportOutputUser et

[development-axapta] Temporary Table info

2005-10-09 Thread Martin Sujkowski
Is there a way to programatically get a list of fields in a given temporary table? If so how? I found SQLDictionary table in axapta database that basically has what i want but it only includes info about the "real" tables not the temporary ones. SPONSORED LINKS

[development-axapta] business connector asynchronous call

2005-10-07 Thread Martin Sujkowski
Just wondering if it is possible. I have a little class whose job is to do some possibly lenghty processing and return a  temporary table at the end. I want to call this class from a asp.net application through bussiness connector. I think have everything wired up. Unfortunately my app makes

[development-axapta] Getting opening balance on a given ledger acct

2005-06-08 Thread Martin Sujkowski
How do i do it? I tried using the balance method on LedgerBalanceSum_CurrentMST but it doesnt seem to work correctly (my opening balance on Account Statement Report is different from what i get from a simple job using the above object. I made sure to use same arguments to create my LedgerBal

[development-axapta] Re: threads in axapta?

2005-04-13 Thread Martin Sujkowski
Thanks for your response. --- In development-axapta@yahoogroups.com, Max Belugin <[EMAIL PROTECTED]> wrote: > > Hello Martin Sujkowski, > > âòîðíèê, 12 àïðåëÿ 2005 ã., you wrote: > > MS> Is it possible (and if so how?) to spawn and keep track of a thr

[development-axapta] threads in axapta?

2005-04-12 Thread Martin Sujkowski
Is it possible (and if so how?) to spawn and keep track of a thread in axapta? Does x++ even support the concept? 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:[EMAI