[Axapta-Knowledge-Village] sorting dropdownlist

2007-07-13 Thread Dimitri Dejonghe
Hi,
I have added a lookup field to the busreltable and now I want to sort
that field:
The lookup on the field is on runtime.







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



[Axapta-Knowledge-Village] sorting dropdownlist

2007-07-13 Thread Dimitri Dejonghe
hi,

I have added a field to the form smmbusreltable. Now I want to sort that
field.
2 printscreens can be found here with the problem:
http://www.geocities.com/dimitridejonghe/sort.jpg
http://www.geocities.com/dimitridejonghe/sort2.jpg

Thank you on advance



[Axapta-Knowledge-Village] Re: sorting dropdownlist

2007-07-13 Thread Dimitri Dejonghe
Hi,

I solved this problem myself.

If anyone has such a problem, use this code in the lookup method on
the lookup field:

public void lookup()
{
SysTableLookup  tableLookup;
Query   query;
QueryBuildDataSourceqbdDs;
;

query = new Query();
qbdDs = query.addDataSource(tablenum('TABLE'));
qbdDs.addSortField(fieldnum(TABLE, FIELD));

tableLookup = SystableLookup::newParameters(tablenum(TABLE), this);
tableLookup.addLookupfield(fieldnum(TABLE, FIELD));

tableLookup.parmQuery(query);

tableLookup.performFormLookup();
}





[Axapta-Knowledge-Village] Re: Last Page in Report

2007-07-13 Thread Steeve Gilbert
Use the Footer section.  That will execute only when the report is 
finished.

Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, Andreas 
Rudischhauser [EMAIL PROTECTED] wrote:

 Hi, i need to know in a executesection of a report footer if I am on 
the
 last page (to print a sum). How can I achieve this. I found that
 totalPages() is always 0 so I have to use another way. I do not have a
 fetch method so I can't use the trick to check if the current record 
is
 the last in the query. 
 
  
 
 Does anyone have another idea?
 
 
 
 [Non-text portions of this message have been removed]





[Axapta-Knowledge-Village] Re: Run Error - Excel sheet Template

2007-07-13 Thread Steeve Gilbert
Does all the fields have an EDT?  That is required if you want to 
create excel template.


Steeve...

--- In Axapta-Knowledge-Village@yahoogroups.com, G Radhakrishnan 
[EMAIL PROTECTED] wrote:

 Dear all,
 I have created 1 table through data dictionary and
 while making Excel sheet template for this, getting
 the following error..
 
 DictEnum Object not initialized
 
 class /Dictnum/label
 class /SysExcelTemplateWizard/Format cell -24
 class /SysExcelTemplateWizard/Format type -21
 class /SysExcelTemplateWizard/Format column - 37
 class /SysExcelTemplateWizard/Create template - 17
 class /SysExcelTemplateWizard/run - 21
 class /SysExcelTemplateWizard/main - 11
 
 Labels are defined for table which is created.. 
 
 Regards,
 GR.
 
 
 

 
__
__
 Building a website is a piece of cake. Yahoo! Small Business gives 
you all the tools to get online.
 http://smallbusiness.yahoo.com/webhosting





Re: [Axapta-Knowledge-Village] Re: Run Error - Excel sheet Template

2007-07-13 Thread G Radhakrishnan
Yes Steeve...that was the problem... I solved
it...Thank you

GR.

--- Steeve Gilbert [EMAIL PROTECTED]
wrote:

 Does all the fields have an EDT?  That is required
 if you want to 
 create excel template.
 
 
 Steeve...
 
 --- In Axapta-Knowledge-Village@yahoogroups.com, G
 Radhakrishnan 
 [EMAIL PROTECTED] wrote:
 
  Dear all,
  I have created 1 table through data dictionary and
  while making Excel sheet template for this,
 getting
  the following error..
  
  DictEnum Object not initialized
  
  class /Dictnum/label
  class /SysExcelTemplateWizard/Format cell -24
  class /SysExcelTemplateWizard/Format type -21
  class /SysExcelTemplateWizard/Format column - 37
  class /SysExcelTemplateWizard/Create template - 17
  class /SysExcelTemplateWizard/run - 21
  class /SysExcelTemplateWizard/main - 11
  
  Labels are defined for table which is created.. 
  
  Regards,
  GR.
  
  
  
 
  

__
 __
  Building a website is a piece of cake. Yahoo!
 Small Business gives 
 you all the tools to get online.
  http://smallbusiness.yahoo.com/webhosting
 
 
 
 



 

Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL


[Axapta-Knowledge-Village] Re: Barcode solutions

2007-07-13 Thread tj_jayson
Hi All,

One of our customer also looking for this kind of solution. Any help 
will be appreciated 

Thanks

TJJ

--- In Axapta-Knowledge-Village@yahoogroups.com, James Flavell 
[EMAIL PROTECTED] wrote:

 Hi is anyone aware of any 'off the shelf' barcode solutions for 
basic
 warehouse functions for AX?
 
  
 
 I know barcoding and how to do it but am looking for a package that 
is ready
 to go and can be applied to a std AX to cover incoming and outgoing
 functions.  Preferred is online rather than offline/batch updates.
 
  
 
 Thanks
 
 James
 
 
 
 [Non-text portions of this message have been removed]





RE: [Axapta-Knowledge-Village] Re: Barcode solutions

2007-07-13 Thread Neil Coleman
Scalable Data Systems has both RF and batch barcode solutions for AX.
For more information, please contact [EMAIL PROTECTED] or
[EMAIL PROTECTED] 
 
Regards
 
Neil Coleman
 
-Original Message-
From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of tj_jayson
Sent: Saturday, 14 July 2007 7:47 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] Re: Barcode solutions
 
Hi All,

One of our customer also looking for this kind of solution. Any help 
will be appreciated 

Thanks

TJJ

--- In Axapta-Knowledge-
mailto:Axapta-Knowledge-Village%40yahoogroups.com
[EMAIL PROTECTED], James Flavell 
[EMAIL PROTECTED] wrote:

 Hi is anyone aware of any 'off the shelf' barcode solutions for 
basic
 warehouse functions for AX?
 
 
 
 I know barcoding and how to do it but am looking for a package that 
is ready
 to go and can be applied to a std AX to cover incoming and outgoing
 functions. Preferred is online rather than offline/batch updates.
 
 
 
 Thanks
 
 James
 
 
 
 [Non-text portions of this message have been removed]

 


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