...put Axapta in the autostart group ;-)
br Tobias
-Ursprüngliche Nachricht-
Von: vozadali [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 4. März 2004 21:24
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Windows service instead of batch jobs
Hi guys,
As far as I know one clien
Hi,
you can use a binary or a struct.
For example look at the class WinApi in Axapta.
There are calls to DLL-Functions using Pointers in Arguments.
Best Regards
Mark
--- In [EMAIL PROTECTED], "Steeve Gilbert"
<[EMAIL PROTECTED]> wrote:
> Don't think so. You could use something like a st
Hi,
You should look in the system
documentation for the class AsciiIO.
Basically what you should do is:
Create an instance of AsciiIO via AsciiIO
= new AsciiIO(FileName, “W”);
Then set your delimiters:
AsciiIO.outRecordDelimiter(“\r\n”)
AsciiIO.outfieldDelimiter(“;”);
C
I would like to produce a report to ASCII file format. Any guidance
or help file that available? I would like to control the output
position of each field. Please help
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
To u
Hi again,
I want to take a report based on EmplTable and sorted according to
employees' current positions (from HRMVirtualNetworkHistory).
I can only determine the sort order based on any field of Empltable
(which is the first datasource of the table)
How can I take a sorted report accord
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 i
Don't think so. You could use something like a struct.
struct structptr = new struct(types::string, "data");
Class::Method(structptr); // -> structptr.value("data", "Stuff").
Info(structptr.value("data"));
That way I think it could work.
Steeve...
-Message d'origine-
De : eva_aks
Is it possible to declear a variable as a pointer in Axapta?
Eks:
str pointer;
;
Class::Method(pointer);
print pointer;
pause;
I want to be able to print the value that pointer has got in Method.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/gr
typeOf method is what I'm looking for. In Delphi it's called an is-operator
(if control is checkbox), but that didnt work here.
but thanks for the input anyway.
/Jens
Since InventSum is THE table for inventory qty then I would put the trigger on this table. I would only put the code in update() method. Sometimes ago I notice that a record seems to be inserted in InventSum only because a new Item or a new InventDim is created and in that case all qty would
I want to put a trigger in Axapta - to always keep another system up
to date on the current stock of items in Axapta.
Where should I put my trigger?
On insert/update on InventTrans? InventTransPosting? InventSum?
What is it that always happens when the Fysically available stock is
changed?
Hi
There is a registry parameter who can be changed to awoid theese
messages. Check support.microsoft.com -
NB!!! Be avare that you are enabling a security treat by setting this
parameter, so it shuld be discussed very good with the customers
IT-department before you do this.
Med vennlig
Dear All,
I am trying to figure out what exactly will be enabled or disabled
for each of the configuration keys.
Without going through all the menu options and checking for each key
what disappears or appears after enabling.
Now I found out that when you look into the SysConfig table, for
I've done the same with reports. I've added controls dynamically with the same name and it seems to work too. But I haven't tried to access them afterwards. Maybe you can find a function like "typeof" that would tell you what's the type of the control instead of basing the choice on the name
Financial cost amount
will only be zero if all inventory dimensions are part of the financial
inventory.
Med venlig hilsen/Best
regards/Mit freundlichen Grüßen
Karina Normann Jakobsen
Product Specialist,
Supply Chain Management
From:
min2sia [mailto:[EMAIL PROTECTED]
I still not sure of your exact problem. If you do a transfer qty and cost
should be transferred...
Anyway your reply has given me an idea to try with the transfer that I never
thought about earlier. I will try it when i get a moment. Feel free to
eleborate your problem :)
-Original Mess
Peter,
Try Microsoft's web site. There is a
manual called X++ Advanced 3.0 Microsoft Axapta Edition. If you are not
a partner your affiliatate may have to oder it. There is also an on line
class called X++ Basic R3.0 - Axapta.
Hope this helps.
You're right.
Sorry, I was not paying attention to this particular detail :-)
As I suppose, after inventory closing we have this in InventSum:
Qty=1, WH='SG', Batch='1', Location='1',
Qty=-1, WH='', Batch='', Location='', right?
Then we can do the follofing inventory transfer:
Qty=1, W
Of 20 units ordered to a project, only 15 is used on the project. The
rest I want to put on stock.
How?
I'm thinking a purchline of 20 and a salesline of 15, which are
connected. But what will happen to the 5 not used on the project?
Yahoo! Groups Links
To visit your group on th
Hi. I prefer to use Dundas Mailer.
http://www.dundas.com/other/dundasmailer/index.aspx?Section=DundasMailer&Body=body.htm
This is integrated in Axapta. Just install
the component, and declare the following:
SysMailer
mailer = new SysMailer();
;
Us
Thanks Oliver;
For some reason our customer don't want to use "clickYes".
When i search on the net, it is said that i should add axapta as a "com
add-in" into outlook. Which 'dll or exe of axapta' should i add from
"Outlook\Tools\options\Advance Options\Com Add-ins".
-Original Message
Hi,
I am not sure if you have exactly the same issue, my 'hanging' inventsum is
both qty and value and so your final attempt would not work as the cost
might be zero but the qty will still be open on my inventsum records.
I am interested in how the consistency check is able to set the inventd
Steeve...
Thanks a lot for your input.
You are right, that could in fact be a way of doing this, however I have
chosen another path.
One of the reasons for choosing another path, is that I want to learn how
to build and use dynamic forms. A thing that I find is quite difficult in
Axapta,
Hi, guys
I have exactly the same problem. So far, also I haven't found a
decent solution :-((
If you delete InventSum, alter InventSum or InventTrans records "at
backend" in any way, they are all restored back to previous state
after runing consistency check (with fix option enabled).
Thouh
Hallo,
I have a problem with master plan setting. I set the field "Explosion" in
master plan
setup ("Master planning/ Setup/ Master plans/ Time Fences") for "Yes" and I
set
explosion time fence for 0 (so planned production orders should not be
exploded into material requirement). Everything works
You can use a freeware tool called "clickYes". Just search in Google
for download. We use that on each client and it works fine.
Greetings Oliver
--- In [EMAIL PROTECTED], "Cenk Ince" <[EMAIL PROTECTED]>
wrote:
> Hi all;
>
>
>
> I want to send a report in e-mail, as batch. It will repeat
Hi all;
I want to send a report in e-mail, as batch.
It will repeat every 10 minutes. Outlook allways asks for permission like “A
program is trying to access e mail addresses you have stored in outlook. Do you
want to allow this.”. How can i allow axapta use outlook without
any permi
Mai-Britt,
I understood once a while back that in fact there is kind of a hierarchy in the way new functionality gets uplifted into the SYS layer. Let me explain what I am trying to tell.
Suppose functionality has been developed in the LOS layer.
This type of functionality can be integrate
Hi Jesper
Good question. The
essential difference between the DIS and the LOS layers is the fact that
normally only country specific legal demands and common practice (that is a
must in the country) should be made in the DIS layers. Since a release takes
about 1,5 years to make – we n
Hi!
We have license for 25 users and 1 AOS, but the system not allow 23 user.
Version: 3.0 SP2
DB : MS SQL
Could anybody help me?
Sergey.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
To unsubscribe from
Hi Mai-Britt,
Now we are talking about DIS Layers. Are you
planning a similar procedure for the LOS layers?
/Jesper
Original
Message
processed
by Tobit InfoCenter
Subject:
RE:
[
Hi Danny
Please see my comments
below.
Best regards
Mai-Britt
From:
Danny Gaethofs [mailto:[EMAIL PROTECTED]
Sent: 4. marts 2004 09:33
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta]
Mutli-Country Implementation - Single Database
Mai-Britt,
Mai-Britt,
To make sure I have understood it correctly I
1. When a new service pack is released are the DIS layers merged into the SYS layers?
2. When a new release is issued I understand that most of the DIS layer functionality will be merged into the SYS layer, but some functionality wi
Hi Girish,
could you not use the a batch job?
/Jesper
Original
Message
processed
by Tobit InfoCenter
Subject:
RE:
[development-axapta] want to understand how to create a record
34 matches
Mail list logo