[development-axapta] show message if report empty

2005-02-14 Thread chievaz_regalz







hi all,

i need advice, how to show message if report is empty.
some time if i make some report with fetch method, if report empty 
doesn't give any message.

thanks

best regards

Chievaz Regalz















Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] File Chooser Dialog

2005-02-14 Thread Raal Goff






Hi,

Is there any way in axapta to create a file chooser/picker dialog for
the user to navigate to a file to open? Or alternatively, is there a way
to get a list of files in a particular directory?

I want to let users pick a file to import, but I don't know if there is
a standard dialog/form to do it. Any help appreciated,

Cheers,

Raal Goff
Software Developer
NAS Insurance Brokers
T 08 9480 8900
F 08 9481 1166
W www.nasinsurance.com.au













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] Re: BOM

2005-02-14 Thread pepejeans2k







Thanks for your reply, but I don't seem to find this function anywhere
in my Axapta environment. Is inventtable, salesorder  a form,
report, class or something else? Or is it customized in your Axapta
environment?

Best rgds,
BSYong.

--- In development-axapta@yahoogroups.com, Hans-Walter Bous
[EMAIL PROTECTED] wrote:
 
 Hi,
 take a look at the explode function (on inventtable, salesorder, ...)
 There, you'll find what you are lookin for.
 regards
 John
 
 pepejeans2k [EMAIL PROTECTED] wrote:
 
 
 Hi,
 
 Is there something (build in function) in Axapta that can trace and 
 explode
 1. all the child component needed to build a part no
 2. using a child component no, trace back multi level of parent?
 3. calculate quantity per of component (this can be  1 level deep) 
 needed to build a final product ?
 
 I have a report request where user key in specific Production Order 
 ( 1 PO), it need to print a report to show what are the list of 
 component needed to complete this Prod Order, what are on hand qty, 
 in insp qty, on order qty, MO qty or the listed component, and the 
 most important, how many pieces or qty for particular component 
 needed to complete the MO.
 
 
 
 Best rgds, 
 BSYong
 
 
 
 
 
 
 
 Yahoo! Groups SponsorADVERTISEMENT
 document.write('');
 
 -
 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:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
 
 
   
 -
 Gesendet von Yahoo! Mail - Jetzt mit 250MB kostenlosem Speicher
 
 [Non-text portions of this message have been removed]















Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] Web Page for Enterprise Portal is blank

2005-02-14 Thread Koh Meng






Hi all,
 
i've set up an Enterprise Portal based on IIS and after i logged in into Enterprise Portal through web using administrator name and password, the web page is blank (Please see attached).
 
Can anyone tell me what's going wrong?
 
Thanks.
 
Best Regards,
 
Jack Koh
 
 



__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] what are file type .alc and .ali used for?

2005-02-14 Thread mchiat







Hi all,

Can anyone tell me what are the file type .alc and .ali used for?

Thanks.


Best Regards,

Jack Koh















Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [development-axapta] File Chooser Dialog

2005-02-14 Thread Max Belugin

Hello Raal Goff,

, 14  2005 ., you wrote:

RG Is there any way in axapta to create a file chooser/picker dialog for
RG the user to navigate to a file to open?

Winapi::getOpenFileName

look  at  FilenameOpen  EDT  and Forms\SysopenFileName\methods\Run for
usage
-- 
Best regards,
 Max

http://belugin.newmail.ru
ICQ:9406811



 
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:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 






[development-axapta] InventDim

2005-02-14 Thread Andre Klopper






Hi,

I'm trying to write an entry to InventDim table.

The reason, I created a salesLine entry and need to populate the warehouse
field which is part of the InventDim.

Here is the Job to create an entry to InventDim, it does not give any
errors, but it isn't in the table when I go look for it... Any suggestions?

InventDim inventDim;
ItemId itemId;

;

itemId = 'a item number';

inventDim.inventDimId = InventDim::newDimId()

inventDim.InventLocationId = innventTable::find(itemId).
salesInventLocationId();

inventDim.Insert();



Regards,
Andre













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] Dynamic form changes possible?

2005-02-14 Thread James Flavell






Hi everybody,

I hope somebody can help me to know is it possible to control what is
displayed on a form (e.g. disable a button) based on the value in a record's
field?

I would like to be able to make a general solution whereby I can setup that
on a given form certain controls (such as posting button) are not available
unless the record the user selects has its approved field filled out.

I have looked through the classes SysSetupForm, SysSetupFormRun and
SysSecurityXXX but cannot work out exactly where Axapta checks and sets form
controls and so hope someone can assist me a bit. I do not know if my
solution is pratical in terms of does Axapta do anykind of 'redraw' of the
form for every selected record and also whether the performance will be
unbearable with such a redraw???

Also any explanation of how the security settings or a user are stored would
be great as I guess I would need to use similar methods.

Thanks
James















Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










AW: [development-axapta] InventDim

2005-02-14 Thread Theissen, Annette






Try the following:
 
inventDim.InventLocationId =
innventTable::find(itemId).salesInventLocationId();

inventDim = InventDim::FindOrCreate(InventDim);

If you are using WMSLocations, set InventDim.wmsLocationID, too.
 
HTH, Annette
 

Mit freundlichen Grüßen / Best regards 
Dipl. Phys. Annette Theißen
System Software Entwicklung
__
Viscom AG - Carl-Buderus-Str. 9-15 - D-30455 Hannover
Phone: +49/511/94996-0 - Fax: +49/511/94996-900
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -
http://www.viscom.de http://www.viscom.de/ 

-Ursprüngliche Nachricht-
Von: Andre Klopper [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 14. Februar 2005 10:02
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] InventDim



Hi,

I'm trying to write an entry to InventDim table.

The reason, I created a salesLine entry and need to populate the warehouse
field which is part of the InventDim.

Here is the Job to create an entry to InventDim, it does not give any
errors, but it isn't in the table when I go look for it... Any suggestions?

InventDim inventDim;
ItemId itemId;

;

itemId = 'a item number';

inventDim.inventDimId = InventDim::newDimId()

inventDim.InventLocationId = innventTable::find(itemId).
salesInventLocationId();

inventDim.Insert();



Regards,
Andre






Yahoo! Groups Sponsor 

ADVERTISEMENT


 
http://us.ard.yahoo.com/SIG=1290sflto/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1108460321/A=2532114/R=2/SIG=12ko4o5bc/*http://clk.
atdmt.com/NFX/go/yhxxxnfx002014nfx/direct/01/time=1108373921636915 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2532114/rand=739057718  

 _ 

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
http://groups.yahoo.com/group/development-axapta/ 
 

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
 

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 




[Non-text portions of this message have been removed]













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [development-axapta] InventDim

2005-02-14 Thread Demet Filizler






Hi,

Use findorcreate method of InventDim table .

Regards,

Demet.

-Original Message-
From: Andre Klopper [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 14, 2005 11:02 AM
To: development-axapta@yahoogroups.com
Subject: [development-axapta] InventDim




Hi,

I'm trying to write an entry to InventDim table.

The reason, I created a salesLine entry and need to populate the
warehouse field which is part of the InventDim.

Here is the Job to create an entry to InventDim, it does not give any
errors, but it isn't in the table when I go look for it... Any
suggestions?

InventDim inventDim;
ItemId itemId;

;

itemId = 'a item number';

inventDim.inventDimId = InventDim::newDimId()

inventDim.InventLocationId = innventTable::find(itemId).
salesInventLocationId();

inventDim.Insert();



Regards,
Andre






 
Yahoo! Groups Links



 

















Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [development-axapta] Dynamic form changes possible?

2005-02-14 Thread Malcolm Burtt





Hi James
 
You can do that sort of thing by placing your code in the date source's
Active() method. If the users are creating new records and you want to
enable/disable controls as fields are filled in (i.e. rather than
waiting until the record is saved), then you may also need to put some
code in the date source fields' modified() methods.
 
Doing it that way shouldn't require any screen redraw so long as you
only disable the controls and not make them invisible or dynamically
add/remove them.
 
Regards
 
Malcolm Burtt 
Global IT Group
Business Solutions designed for YOUR business processes
Global IT Group is the trading name of Touchstone Global Business
Solutions Ltd. and is part of the Touchstone Group PLC.

 -Original Message-
 From: James Flavell [mailto:[EMAIL PROTECTED] 
 Sent: 14 February 2005 08:54
 To: development-axapta@yahoogroups.com
 Subject: [development-axapta] Dynamic form changes possible?
 
 
 
 Hi everybody,
 
 I hope somebody can help me to know is it possible to control
what is
 displayed on a form (e.g. disable a button) based on the value
in a record's
 field?
 
 I would like to be able to make a general solution whereby I can
setup that
 on a given form certain controls (such as posting button) are
not available
 unless the record the user selects has its approved field filled
out.
 
 I have looked through the classes SysSetupForm, SysSetupFormRun
and
 SysSecurityXXX but cannot work out exactly where Axapta checks
and sets form
 controls and so hope someone can assist me a bit. I do not know
if my
 solution is pratical in terms of does Axapta do anykind of
'redraw' of the
 form for every selected record and also whether the performance
will be
 unbearable with such a redraw???
 
 Also any explanation of how the security settings or a user are
stored would
 be great as I guess I would need to use similar methods.
 
 Thanks
 James
 
 
 
 
 
 
 
 
Yahoo! Groups Sponsor 
ADVERTISEMENT

 
http://us.ard.yahoo.com/SIG=129fsl97v/M=298184.6018725.7038619.3001176/
D=groups/S=1705006764:HM/EXP=1108461634/A=2532114/R=2/SIG=12k8uctm2/*htt
p://clk.atdmt.com/NFX/go/yhxxxnfx002014nfx/direct/01/time=110837523
4000453 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=group
s/S=:HM/A=2532114/rand=219477897  

 
 _ 

 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:
  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
be 
   
 * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service http://docs.yahoo.com/info/terms/ . 




[Non-text portions of this message have been removed]










Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [development-axapta] Re: connectivity studio

2005-02-14 Thread Willem Baelde





hello Onno,

It has to be connected with Oracle forms and Axapta
requests data.

Do you have handlers for connectivity studio ?

kind regards,

Willie
--- onnobid [EMAIL PROTECTED] wrote:

 
 
 Willie, 
 
 Which oracle component is to be connected with
 Axapta, oracle forms 
 client or oracle database? Who is client or better
 who requests 
 data? Axapta, Oracle or both from each other? 
 
 Regards, 
 Onno 
 
 
 
 
 
 
 



  
__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 









Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










[development-axapta] Autoincrement

2005-02-14 Thread astro_viking






Hello,

I am making an application where I want the field JournalID to be 
an autoincrement integer. Is this possible. I cant find nowhere to 
make such a setting. Maybee I am looking in the wrong place :)













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










AW: [development-axapta] InventDim

2005-02-14 Thread Unger, Denis





You should use InventDim::findorcreate(...)

Denis


-Ursprüngliche Nachricht-
Von: Andre Klopper [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 14. Februar 2005 10:02
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] InventDim




Hi,

I'm trying to write an entry to InventDim table.

The reason, I created a salesLine entry and need to populate the warehouse field which is part of the InventDim.

Here is the Job to create an entry to InventDim, it does not give any errors, but it isn't in the table when I go look for it... Any suggestions?

InventDim inventDim;
ItemId itemId;

;

itemId = 'a item number';

inventDim.inventDimId = InventDim::newDimId()

inventDim.InventLocationId = innventTable::find(itemId).
salesInventLocationId();

inventDim.Insert();



Regards,
Andre






 
Yahoo! Groups Links



 




Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.












Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [development-axapta] Re: BOM

2005-02-14 Thread Rajagopal.B - Manager (Enterprise Solutions Practice) - SIS






 
 
Sales order screen.. in lines //-rightside bottom button --- functions
-explode BOM

-Original Message-
From: pepejeans2k [mailto:[EMAIL PROTECTED]
Sent: Monday, February 14, 2005 6:48 AM
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Re: BOM




Thanks for your reply, but I don't seem to find this function anywhere
in my Axapta environment. Is inventtable, salesorder  a form,
report, class or something else? Or is it customized in your Axapta
environment?

Best rgds,
BSYong.

--- In development-axapta@yahoogroups.com, Hans-Walter Bous
[EMAIL PROTECTED] wrote:
 
 Hi,
 take a look at the explode function (on inventtable, salesorder, ...)
 There, you'll find what you are lookin for.
 regards
 John
 
 pepejeans2k [EMAIL PROTECTED] wrote:
 
 
 Hi,
 
 Is there something (build in function) in Axapta that can trace and 
 explode
 1. all the child component needed to build a part no
 2. using a child component no, trace back multi level of parent?
 3. calculate quantity per of component (this can be  1 level deep) 
 needed to build a final product ?
 
 I have a report request where user key in specific Production Order 
 ( 1 PO), it need to print a report to show what are the list of 
 component needed to complete this Prod Order, what are on hand qty, 
 in insp qty, on order qty, MO qty or the listed component, and the 
 most important, how many pieces or qty for particular component 
 needed to complete the MO.
 
 
 
 Best rgds, 
 BSYong
 
 
 
 
 
 
 
 Yahoo! Groups SponsorADVERTISEMENT
 document.write('');
 
 -
 Yahoo! Groups Links
 
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/development-axapta/
http://groups.yahoo.com/group/development-axapta/ 
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
 
 
 
 -
 Gesendet von Yahoo! Mail - Jetzt mit 250MB kostenlosem Speicher
 
 [Non-text portions of this message have been removed]








Yahoo! Groups Sponsor 

ADVERTISEMENT


 
http://us.ard.yahoo.com/SIG=129p3g7o3/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1108457630/A=2532114/R=2/SIG=12k11etb0/*http://clk.
atdmt.com/NFX/go/yhxxxnfx002014nfx/direct/01/time=1108371230711904 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2532114/rand=691412366  


 _ 

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
http://groups.yahoo.com/group/development-axapta/ 
 

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
 

* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
http://docs.yahoo.com/info/terms/ . 




___

'Visit us at www.sundaramfinance.com'

___

 This E-mail may contain privileged information and is intended solely for
the addressee, and any disclosure of this information is strictly
prohibited, and may be unlawful. If you have received this mail by mistake,
please inform us immediately and delete this mail. Any information
expressed in this mail does not necessarily reflect the views of SUNDARAM
FINANCE LIMITED. As per SUNDARAM FINANCE LIMITED's policy, unencrypted mail
via Internet is not considered secure.

___




[Non-text portions of this message have been removed]













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










AW: [development-axapta] what are file type .alc and .ali used for?

2005-02-14 Thread Matthias Schuster






Hi Jack,

.alc stands for application label comments. Files of this type contain the comments/label texts you enter in the HelpText field of
a property page.
.ali stands for application label index. Files of this type contain an index for fast accessing the label content.
Regards 
Matthias
 _ 

Von: mchiat [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 14. Februar 2005 07:49
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] what are file type .alc and .ali used for?
 


Hi all,

Can anyone tell me what are the file type .alc and .ali used for?

Thanks.


Best Regards,

Jack Koh










Yahoo! Groups Sponsor


ADVERTISEMENT
 
http://us.ard.yahoo.com/SIG=129klssfo/M=298184.6018725.7038619.3001176/D=groups/S=1705006764:HM/EXP=1108457663/A=2532114/R=2/SIG=12
klk06f1/*http:/clk.atdmt.com/NFX/go/yhxxxnfx002014nfx/direct/01/time=1108371263029827 

 http://view.atdmt.com/NFX/view/yhxxxnfx002014nfx/direct/01/time=1108371263029827 

 http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=:HM/A=2532114/rand=283617737 
 
 _ 

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:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ . 


[Non-text portions of this message have been removed]













Yahoo! Groups Sponsor


ADVERTISEMENT













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:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.