Hello Christoph,
there is property "RecordLevelSecurity" on the view - but it can only be
changed using x++.
So you could override the new89 method of the view and write somthing like
this.recordlevelsecurity(true).
However - I did not test if the RLS is really used then, so you have to try ;
Hi Daniele,
did you ever try to click that little square in the "String Lentgh" field of a
data type?
hth Tobias
Von: development-axapta@yahoogroups.com im Auftrag von staffuwa
Gesendet: Mi 13.06.2007 10:02
An: development-axapta@yahoogroups.com
Betreff: [develop
If we are talking AX4 - yes, of course (it's just a service and can be
started/stopped with net start / net stop).
AX3 you could set the property for "startup" to "on demand" -- then the
instance will be started upon request of an AX client. In addition you could
configure the instance to s
Hi,
table and datasource are two different objects, so super() in
datasource.write() will call formadatasource.write().
hth Tobias
Von: development-axapta@yahoogroups.com im Auftrag von gollywogman
Gesendet: Di 22.05.2007 10:16
An: development-axapta@yahoogroups
Hi Mary-Ann,
take a look at the property "Normal Resource" and "Normal Image" for
Menu Items and Menus ;-)
hth Tobias
--
Von: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] Im Auftrag von MaryAnn Hand
Gesendet: Mittwoch, 16. Mai 2007 13:13
An: development-axapta@yahoogrou
MOC 8626B : INSTALLATION & CONFIGURATION FOR MICROSOFT DYNAMICS(tm) AX 4.0
br Tobias
Von: development-axapta@yahoogroups.com im Auftrag von Arijit Basu
Gesendet: Di 24.04.2007 09:33
An: development-axapta@yahoogroups.com
Betreff: *SPAM* Re: [development-axapta]
...what about the Install & Config Course (AX4.0) and, maybe, reading the
Implementation Guide?
In addition it could be a good idea to have some knowledge about Windows Server
2003 and SQL Server.
This, plus some practice (~ six months) should do .
hth Tobias
Found something more ;-) On Partnerguide you will find a list of exam topics
for this certification.
Tobias
Von: development-axapta@yahoogroups.com im Auftrag von Anuj Rastogi
Gesendet: Do 29.03.2007 06:30
An: development-axapta@yahoogroups.com
Betreff: [dev
???
Von: development-axapta@yahoogroups.com im Auftrag von contact2ajit2006
Gesendet: Fr 16.03.2007 08:59
An: development-axapta@yahoogroups.com
Betreff: *SPAM* [development-axapta] Dialog Method
Hello Frnds
Can any one define the dialog method line by line..
rrent Userid
Hi Tobias,
the documentation inside AX and on MSDN is very very bad.
The most used record is: "Currently, no information is available for
this topic."
MSDN is slow, so you need many hours to find the bad informations.
birne_apfel73
--- In development-axapta@yahoogrou
Hi Febin,
there is a *huge* documentation inside AX / Axapta and on MSDN ;-)
try this one:
http://msdn2.microsoft.com/en-us/library/aa630899.aspx
hth Tobias
Von: development-axapta@yahoogroups.com im Auftrag von febinpc
Gesendet: Fr 09.03.2007 12:28
An: dev
Hi William,
just create a new class and define a method:
static void main(Args args)
{
// put verything your job did here ;-)
}
Now you can call YourClassName::main(args) instead
hth Tobias
Von: development-axapta@yahoogroups.com im Auftrag von Willia
what about :
EXDescription exDescription = ""; //extended datatype of type string
;
exDescription = someMethod(); //some method returning a string
return exDescription;
or even better :
return someMethod(); // should be enough ;-)
hth Tobias
Von: develo
You dont need code for this... just set the property "Interactive" on the
Report and on the Query to "no" - thats all.
br Tobias
Von: development-axapta@yahoogroups.com im Auftrag von tangolp
Gesendet: Do 25.01.2007 17:30
An: development-axapta@yahoogroups.c
...you made may day!!!
Happy new year everyone ;-)
Best regards Tobias
Mail 1:
Gud Morning To All
Please send Axapta technical questions to me ? Since i want to write MB6
202 Axapta Programing with in one week.
Mail 2:
Dear all
Advance new year to all...
how can e
] User login give stack errors
Nops!!! *.aoc = appl object cache, it sometimes messes thing up.
Try search for it in the users local setting\appl data\ folder.
:-J
-Original Message-
From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrae, Tobias
Sent: 27
*.aod ?
br Tobias
Fra: development-axapta@yahoogroups.com på vegne af Jacob Hjelmer Nielsen
Sendt: ma 27-02-2006 11:07
Til: development-axapta@yahoogroups.com
Emne: RE: [development-axapta] User login give stack errors
Just guessing!
Have you tried deleting
a nice day :-)
Best regards,
Mikael Dalgaard
-Oprindelig meddelelse-
Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Andrae, Tobias
Sendt: 16. februar 2006 18:04
Til: development-axapta@yahoogroups.com
Emne: AW: [development-axapta] Speed issue
Hello Mi
Again: Sounds like access restrictions by Windows... which Windows-account do you use to run the AOS?
Tobias
Von: development-axapta@yahoogroups.com im Auftrag von es_goh
Gesendet: Mo 20.02.2006 02:18
An: development-axapta@yahoogroups.com
Betreff: [developmen
Sound like access restrictions by Windows... which account do you use to run the AOS?
Tobias
> -Ursprüngliche Nachricht-
> Von: development-axapta@yahoogroups.com [mailto:development-
> [EMAIL PROTECTED] Im Auftrag von es_goh
> Gesendet: Freitag, 17. Februar 2006 09:39
> An: developmen
Hello Mikael,
Did you try to provide an index? Something lik "index hint confirmedDlvSalesIDx ... Sometimes Oracle seems to need those hints.
Best regards, Tobias
> -Ursprüngliche Nachricht-
> Von: development-axapta@yahoogroups.com [mailto:development-
> [EMAIL PROTECTED] Im Auftrag
Hi Henrik,
this sounds nice indeed.
BUT: Would you like to be responsible for an Axapta project at a customers site where important parts of the application are scrambled because you, as the project leader, had to buy some scrambled 3rd party modules? What about customizing those things afte
hello,
it is far, far easier just go to the Extended Data Type which you want to use and set the "formhelp" property to "sysdateLookup" - thats all.
Tobias
Von: development-axapta@yahoogroups.com im Auftrag von byteway_so
Gesendet: Do 26.01.2006 11:01
An
oops - didn't notice thet the strItemID was used as SalesID.
so of course it should be somthing like
SalesID strSalesID;
;
ret = super();
strSalesID= hndItemId.toString();
select firstonly SalesTable where SalesTable.SalesId == strSalesID;
...but still wonder w
Hi Gary,
the problen in this special case is that you try to do a select with an open string - which is not allowed in Axapta
use
ItemID strItemID
as declaration and it should work.
On the other hand maybe you want to work your way through Development I - III first?
Best regards,
Hi Sri Ram,
on the AOS there are no caching files, caching is done in memory only.
Also, there is no possibility to change the size of the used memory or to switch the cache on or off.
Hth Tobias
> -Ursprüngliche Nachricht-
> Von: development-axapta@yahoogroups.com [mailto:developmen
Hello Christoph,
Req. b is easy to solve - just have a look at http://www.axaptapedia.com/index.php/Multiple_grid_selections ;-)
For Req. a: there is a small square in the left upper corner of the grid just click it and all records are selected (Axapta standard).
hth Tobias
Args.record(Datasourcename);
Hth Tobias
-Ursprüngliche Nachricht-
Von: byteway_so [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. November 2005 12:58
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] args
Hi,
How can I pass a datasource (with selected records)
Hello Christoph,
thank God Axapta is a kind of "open source" system that allows to view and use all source code
So, by default there is *no* code protection - only for some kernel classes of Axapta which are not visible.
Best regards, Tobias
-Ursprüngliche Nachricht-
Von: Andrea
Do you have the license for X++ source code?
T.
-Ursprüngliche Nachricht-
Von: abinassif [mailto:[EMAIL PROTECTED]
Gesendet: Mi 05.10.2005 12:23
An: development-axapta@yahoogroups.com
Cc:
Betreff: *SPAM* [development-axapta] Re: Problem
Hi Camilo,
you need at least 64 kB/sec (i.e. one ISDN channel) for up to ten clients. The latency must not be higher than 100 ms (better: up to 50 ms).
hth Tobias
-Ursprüngliche Nachricht-
Von: ajioajioajio [mailto:[EMAIL PROTECTED]
Gesendet: Do 04.08.2005 15:25
An: developm
Hi Alessandro,
that should not be a problem. Just run ax32.exe from the clients directory - this should work for all users. Of course you have to create a configuration for that user - as this configuration is stored in the registry under HKEY_CURRENTUSER_...
The easiest way to do so is to e
Hi,
only one little modification:
NumberSeq seq;
Sagsnummer nr;
FormStringControl felt2;
seq = NumberSeq::newGetNum(NumberSequenceReference::find
(TypeId2extendedTypeId(typeid(Sagsnummer;
nr = seq.num();
felt2 = element.control(control::HelloWorld_nummer);
//felt2.text(""+nr);
your
Hi Dionne,
first of all: MS Access... what do you use it for? Are you changing Axapta data direct through MS Access? Not a very good idea, as database constraints are normally not part of SQL Server but of the Axapta application. So modifying data outside of Axapta can lead to database inconsi
hmmm... I believe it was PL/SQL... and my customer says, it could be BaaN-SQL ;-))
-Original Message-
From: Danny Gaethofs [mailto:[EMAIL PROTECTED]
Sent: Thu 30.06.2005 12:48
To: development-axapta@yahoogroups.com
Cc:
Subject: RE: [developm
See course Install & Config I / II
Tobias
-Ursprüngliche Nachricht-
Von: c_chai83 [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 21. Mai 2005 19:10
An: development-axapta@yahoogroups.com
Betreff: *SPAM* [development-axapta] thin /fat, 2-tier/3-tier combination
Hi all,
I have a doubt
See x++ advanced course.
Some Examples in Axapta: SalesAutoCreate, PurchAutoCreate, SalesFormLetter - look at the construct methods.
Hth Tobias
-Ursprüngliche Nachricht-
Von: c_chai83 [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 21. Mai 2005 19:13
An: development-axapta@yahoogroups
There is a property named "max. cache sync. time" in the AOS config utility - but only from Axapta 2.5 SP4 and Axapta 3.0 SP2 (I believe). Set this this to, lets say, 50 seconds and your cache should be ok ;-))
Hth Tobias
-UrsprÃngliche Nachricht-
Von: Ed Ladner [ma
e order to vendors by x++
Thank you very much for help me. But i can't get the class to work ...
:(. Do you have any documentation or tips about it?
I'll appreciate very much your additional help.
--- In development-axapta@yahoogroups.com, "Andrae, Tobias"
<[EMAI
Look at PurchAutoCreate ;-))
Hth Tobias
-Ursprüngliche Nachricht-
Von: gennarociulla [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 26. April 2005 10:25
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] purchase order to vendors by x++
Hi to everyone, i have th
there is - but it's called "window" ;-)
-UrsprÃngliche Nachricht-
Von: byteway_so [mailto:[EMAIL PROTECTED]
Gesendet: Do 21.04.2005 11:01
An: development-axapta@yahoogroups.com
Cc:
Betreff: [development-axapta] image on tabpage
Hi Alex,
as the code looked ok, just tried it and it works for me... placing it in init after the super() call should be perfect.
Are you sure that you have the proper label files installed?
Tobias
-UrsprÃngliche Nachricht-
Von: a_zappia [mailto:[EMAIL PROTECTED]
Hi Brandon,
maybe it would be a good idea to *read* the code Max sent to you - you still have the complete source code ;-). And you could use a development system for that task - of course no one wants you to "just import code you don't know" in your life environment.
hth Tobias
[...]
I will collect these questions and put together and make available for
everyone to use, to revise for the exam.
You better don't
Br Tobias
Kind regards,
Amo
Amjad Khan
Systems Solution Developer
[Non-text portions of this message have been removed]
Yahoo!
Hi Jaiver,
just take a look at SysExcel and maybe at the ImportWizard classes ;-))
hth Tobias
-Ursprüngliche Nachricht-
Von: jaiver avila [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 6. April 2005 16:35
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] Import inf
Hi Stefan,
this has nothing to do with unicode - it's just the protocol for SQL which should be only TCP/IP - and not Named Pipes or multiprotocol ;-)
Tobias
-UrsprÃngliche Nachricht-
Von: Stefan Osterburg [mailto:[EMAIL PROTECTED]
Gesendet: Mo 04.04.20
Just because the X++ compiler needs a sign, where the variable declaration ends and the "real" code begins -- in good old Pascal there was a keyword for this
Only if you start with a reserved word Axapta can tell without the semicolon.
Tobias
-UrsprÃngliche Nachricht-
take a look at the ASCIIIO class ;-)
Tobias
-UrsprÃngliche Nachricht-
Von: jaiver avila [mailto:[EMAIL PROTECTED]
Gesendet: Di 15.03.2005 17:06
An: development-axapta@yahoogroups.com
Cc:
Betreff: [development-axapta] (Axapta development
Hmmm... where did you get Axapta from The same source is ok for SP3 also...
-UrsprÃngliche Nachricht-
Von: vynx_1999 [mailto:[EMAIL PROTECTED]
Gesendet: Mo 14.03.2005 08:46
An: development-axapta@yahoogroups.com
Cc:
Betreff: *SPAM* R
from partnersource ;-)
oh - and from MSDN of course.
hth Tobias
-UrsprÃngliche Nachricht-
Von: vynx_1999 [mailto:[EMAIL PROTECTED]
Gesendet: Sa 12.03.2005 21:12
An: development-axapta@yahoogroups.com
Cc:
Betreff: *SPAM* [development
Depending on which exam you want to take - try to
- visit the "official" trainings for your topic
- read all help texts
- if we are talking about programming: read and understand the online help as well as the development handbook and best practice handbook
- have some practical experienc
Hi,
just create an extended data type of the type "date" and set the property "dateYear" to "year not shown". Use this in your table ;-)
hth Tobias
-Ursprüngliche Nachricht-
Von: gennarociulla [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 9. März 2005 10:03
An: development-axapta@ya
But - I always like to know what is going on... and: defining a ODBC Datasource allows you to set advanced options like tracing.
Best regds, Tobias
-Ursprüngliche Nachricht-
Von: Pieter Wijnen [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 8. März 2005 11:26
An: development-axapta@y
NO- use a new class overriding SalesAutoCreate to do that ;-)
Tobias
-UrsprÃngliche Nachricht-
Von: Deni [mailto:[EMAIL PROTECTED]
Gesendet: Do 03.03.2005 08:56
An: development-axapta@yahoogroups.com
Cc:
Betreff: [development-axapta] S
use the client's directory as "application directory" for your client (e.g. c:\axapta\client)
hth Tobias
-UrsprÃngliche Nachricht-
Von: chievaz_regalz [mailto:[EMAIL PROTECTED]
Gesendet: Do 03.03.2005 04:31
An: development-axapta@yahoogroups.com
Hi Ariadna,
Install & Config I and II are definitly a good base for preparing this exam. In addition it might be a good idea to read the *.files from the Axapta CD (Installation, Deployment etc. ) as well as the development best practice handbook -- there are some development and tuning / tr
1-1-1900. You can finf out very easy by looking at a date field in the database ;-)
-UrsprÃngliche Nachricht-
Von: RFK142 [mailto:[EMAIL PROTECTED]
Gesendet: Mo 31.01.2005 12:04
An: development-axapta@yahoogroups.com
Cc:
Betreff: [devel
Hi G´Raal,
you need the "X++ source code" license!
Hth Tobias
-Ursprüngliche Nachricht-
Von: Raal Goff [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 11. Januar 2005 04:35
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] Axapta 3.0 strangeness
Hi,
Ive just st
Hi Krishna
this is not something you can explain in an email, as a lot of people are studying for some years at universities to find out. You need knowledge about business processes as well as about the company for which the product will be implemented. So maybe try to find one or more books
Read the Axapta Development Handbook (find it under Help in your Ax. client)
Merry Christmas, Tobias
-UrsprÃngliche Nachricht-
Von: maipian_chen [mailto:[EMAIL PROTECTED]
Gesendet: Mi 22.12.2004 03:05
An: development-axapta@yahoogroups.com
Cc:
Hi Jack,
you are using different SP versions on server and client. Either you forgot to install SP2 on the server or on your new client...
hth Tobias
-Ursprüngliche Nachricht-
Von: mchiat [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 20. Dezember 2004 03:26
An: [EMAIL PROTECTED]
Betre
Hi,
all manuals have been removed from partnersource as of July 1st.
You still can obtain them from Microsoft, but have to pay for them; just look at Partnersource /Training/ Training Manuals for the address
Hth Tobias
-Ursprüngliche Nachricht-
Von: Alessandro Ghidini [mailto:[EMAIL
Hi Chievaz,
it's that easy: no license -no development
So if you want to explore the AOT you need a license including MorphX dev. And (would be good) also X++ dev.
Hth Tobias
-Ursprüngliche Nachricht-
Von: Chievaz Regalz [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 10. Dezember
It is still on technet - just goto technet.navision.com and find "Ressources/ Documentation library"; you dont need a login here.
The part mentioned by Anil is only available for partners but not for end customers.
Training material can be ordered via Microsoft.
Best regards,
Tobias An
WebSession().weblogin() delivers the webuser.
This can be used in WebUser::find() to get everthing else.
Hth Tobias
> -Ursprüngliche Nachricht-
> Von: Paulius Cerniauskas [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 26. Oktober 2004 11:15
> An: [EMAIL PROTECTED]
> Betreff: [develo
...but normally you should use the existing API or Journal Tables to insert Sales orders.
Tobias
> -Ursprüngliche Nachricht-
> Von: akash malohatra [mailto:[EMAIL PROTECTED]
> Gesendet: Sonntag, 10. Oktober 2004 05:38
> An: [EMAIL PROTECTED]
> Betreff: Re: [development-axapta] Import
Did you synchronise your table?
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 9. Oktober 2004 03:41
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Error in Method Retrieving field from Table
>
>
>
>
> Hi All,
>
> I a
Just buy the license ;-D
And -- maybe your Axapta partner is willing to give you a linited license for evaluation purposes.
Hth Tobias
-Ursprüngliche Nachricht-
Von: Paulius Cerniauskas [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 5. Oktober 2004 09:11
An: [EMAIL PROTECTED]
Betreff:
You can use this - but it returns only the field "fieldname" with the highest value. So you can use this to select the actual record then:
Select firstonly tablename where fieldname ==
Hth Tobias
-Ursprüngliche Nachricht-
Von: Mikael Dalgård [mailto:[EMAIL PROTECTED]
Gesendet: Donn
Hi,
first of all, dont use Form but FormRun instead.
If you are calling the second form with args, just fill args.caller():
args.caller(this);
hth Tobias
-UrsprÃngliche Nachricht-
Von: Jesmond Giordimaina [mailto:[EMAIL PROTECTED]
Gesendet: Di 28.09.2004
if you find \bin\cache you may delete it if not, there must be another answer ;-))
T.
> -Ursprüngliche Nachricht-
> Von: Anil Ozay [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 23. September 2004 08:35
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] A question from Ax
one app, one db!!!
check your licenses and / or set the aos's settings to not open files exclusively (this switch has been removed with 3.0 sp3 btw).
br, Tobias
-UrsprÃngliche Nachricht-
Von: axaptaci [mailto:[EMAIL PROTECTED]
Gesendet: Do 16.09.2004 14:07
[..]The information transmitted in this electronic communication is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material. PPS Insurance is neither liable for
the proper, complete transmission of the information contained in t
maybe you just want to take a look at the code ;-))
br Tobias
-UrsprÃngliche Nachricht-
Von: jp_axapta [mailto:[EMAIL PROTECTED]
Gesendet: Di 07.09.2004 12:09
An: [EMAIL PROTECTED]
Cc:
Betreff: [development-axapta] Wizard Wizard
Hi Jason,
your question might be: *who* is running my class :-)) Your Axapta-client is using the same account as you - but AOS is (most possible) using something (someone?) else ...
hth, Tobias
> -Ursprüngliche Nachricht-
> Von: jasonm [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 23.
Hi Bob,
Axapta development projects are only a set of links to the actual objects. So each change you make is visible for all users - but the set of links is only available for you.
Hope that helps, Tobias
-UrsprÃngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAI
Short answer: Yes.
Br Tobias
> -Ursprüngliche Nachricht-
> Von: Gideon Neijs [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 20. August 2004 09:17
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] SQL Server license for each AOS connection?
>
> Hi,
>
>
>
> When using MS SQL Se
yes this works. Why dont you just give it a try??
br Tobias
-UrsprÃngliche Nachricht-
Von: Sergey Siroklin [mailto:[EMAIL PROTECTED]
Gesendet: Do 19.08.2004 09:54
An: [EMAIL PROTECTED]
Cc:
Betreff: RE: [development-axapta] Re: (urgent)
Did you check the user rights?
Tobias
> -Ursprüngliche Nachricht-
> Von: jasonm [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 17. August 2004 12:38
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] writing files to network drives
>
> I am having a lot of problems trying to get
3a) start Axapta in 2tier mode
3b) recompile the complete application
3c) synchronize db
br Tobias Andrae
> -Ursprüngliche Nachricht-
> Von: jasonm [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 17. August 2004 10:34
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Moving VAR
Axapta version? OS version? What exactly did you do ?
Br, Tobias
> -Ursprüngliche Nachricht-
> Von: Axapta Pope [mailto:[EMAIL PROTECTED]
> Gesendet: Montag, 16. August 2004 06:31
> An: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Betreff: [development-axapta] Web Portal Error
>
>
> H
Hi,
the test is available at all VUE centers (www.pearsonvue.com).
best regards, Tobias
-UrsprÃngliche Nachricht-
Von: irvr80 [mailto:[EMAIL PROTECTED]
Gesendet: Fr 13.08.2004 13:28
An: [EMAIL PROTECTED]
Cc:
Betreff: [development-ax
Hi Andrew,
this page is mainly our startpage for classroom trainings (inhouse and at different locations in Germany, Switzerland and Austria). So at the moment there is no English part - but maybe will in the future.
Best regards, Tobias
-UrsprÃngliche Nachricht-
Von: andrew_
this is something different: using this method you can call the specified method after the specified time - without sleeping in the meantime ;-))
br Tobias
-Original Message-
From: sebdra [mailto:[EMAIL PROTECTED]
Sent: Tue 10.08.2004 14:29
To: [EMAIL PROTECT
Hello Kim,
would you mind to share that tool with us?
Best regards, Tobias
-UrsprÃngliche Nachricht-
Von: Kim Truelsen (MICROSOFT BUSINESS SOLUTIONS) [mailto:[EMAIL PROTECTED]
Gesendet: Do 05.08.2004 18:02
An: [EMAIL PROTECTED]
Cc:
Partnersource -> Training -> Training Material
-UrsprÃngliche Nachricht-
Von: Osama Mohd Al Shorafa [mailto:[EMAIL PROTECTED]
Gesendet: Mi 04.08.2004 15:28
An: [EMAIL PROTECTED]
Cc:
Betreff: [development-axapta] Cost Account training Manu
MorphX Integration will be helpful ;-)
Br, Tobias
> -Ursprüngliche Nachricht-
> Von: dgaethofs [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 23. Juli 2004 11:53
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Axapta Programming Exams
>
> Dear all,
>
> I need some help of for
Hi,
you could modify the method Application.startupPost().
Just write something like
Args args = new Args();
FormRun formRun;
;
args.name(formstr());
formRun = new formRun(args);
formRun.init();
formRun.run();
formRun.wait();
br, Tobias
-UrsprÃngliche Nachricht
How much is data, how much is log? Maybe you should consider shrinking your logfile from time to time?
Hth, Tobias
> -Ursprüngliche Nachricht-
> Von: Matt Benic [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 1. Juli 2004 14:26
> An: Axapta Dev
> Betreff: [development-axapta] Databas
used.
>
> Regards,
> Danny
>
>
> --- In [EMAIL PROTECTED], "Andrae, Tobias"
> <[EMAIL PROTECTED]> wrote:
> > Apparently the QueryRun calls this method in SysQueryForm ;-)
> > To find out what this form does just take a look at it - it is
> located
AOT\Forms\Tutorial_Timer ;-)
Tobias
> -Ursprüngliche Nachricht-
> Von: markette366 [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 25. Juni 2004 10:10
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Timer
>
> Hi,
>
> how can I activate a Timer an where do the timerevent appea
Apparently the QueryRun calls this method in SysQueryForm ;-)
To find out what this form does just take a look at it - it is located in AOT-Forms.
Hth, Tobias
> -Ursprüngliche Nachricht-
> Von: dgaethofs [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 24. Juni 2004 14:04
> An: [EMAIL
Use the class SalesAutoCreate (i.e. create a new class extending SAC and overwrite some of their methods).
br, Tobias
> -Ursprüngliche Nachricht-
> Von: k_otickashka [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 17. Juni 2004 16:01
> An: [EMAIL PROTECTED]
> Betreff: [development-ax
What's your "client mode" set to?
-Ursprüngliche Nachricht-
Von: Axaptaci Meyaki [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 17. Juni 2004 15:10
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Configuration Utility
Hi all :)
I have a small problem about Configuration
>
>
> --- In [EMAIL PROTECTED], "Andrae, Tobias"
> <[EMAIL PROTECTED]> wrote:
> > Take a look at e.g. the CustTable Form and what it does when you
> leave the zip code field ;-))
> > Hth, Tobias
> >
> > > -Ursprüngliche Nachricht-
> >
Take a look at e.g. the CustTable Form and what it does when you leave the zip code field ;-))
Hth, Tobias
> -Ursprüngliche Nachricht-
> Von: irvr80 [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 15. Juni 2004 11:38
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] ZipCode
>
>
Hi,
Axapta generates the shortcuts automatically at runtime and should be visible, when you type ALT.
This is due to the fact, that all your buttons are labelled with *labels* and will be different for each language ;-))
Hth, Tobias
> -Ursprüngliche Nachricht-
> Von: Wolfgang Putting
did you select "don't show checklists"?
> -Ursprüngliche Nachricht-
> Von: hilda cabrejos [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 4. Juni 2004 16:50
> An: [EMAIL PROTECTED]
> Betreff: RE: [development-axapta] upgrade list is shown for
> compiled application.
>
>
>
> Hello a
The error is a concequence of Win2003 and IIS 6.0 du to some
security issues. There's will be a fix in Win2003 SP1 .
-UrsprÃngliche Nachricht-
Von: hanfra2000 [mailto:[EMAIL PROTECTED]
Gesendet: Di 11.05.2004 09:42
An: [EMAIL PROTECTED]
Cc:
...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
1 - 100 of 117 matches
Mail list logo