[development-axapta] Re: creating password field

2006-04-30 Thread opussolution_pk



Hi Hema

The display and input asteriks style is depending the property 
PasswordStyle on the formControl StringEdit. Take a look into form 
SysUserSetup/Design/Tab/General/User/StringEdit:password.

Hope this helps
Regards
Patrick

--- In development-axapta@yahoogroups.com, [EMAIL PROTECTED] wrote:

 Hi,
 
 how do i create password field? ie. when the user types value, it 
should be
 displayed as astriks characters (). then i want to store 
it as
 string value and when retrieving value, then the corresponding 
value should
 be displayed as .
 
 
 pls. provide the solution. thank u.
 
 
 regs,
 Hema. S












  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









[development-axapta] Re: startuppost() not working in client

2006-04-30 Thread opussolution_pk



Hi Hema

I tried this too, made just a info(hello) int startuppost() on 
class application. After that I start a 2tier Client and I get the 
specified infolog message.

I guess you mean, that it works 3tier, but not 2tier, or?

Please let me know a little bit more about your problem. May be you 
used a special command (of course not only info(bla bla) ;-).
Regards
Patrick

--- In development-axapta@yahoogroups.com, [EMAIL PROTECTED] wrote:

 Hi,
 
 when i write code in application startuppost() method, it is 
working only
 in server. when i logged in client, it is not working. why? what 
to do, if
 it works in client machine also?
 
 pls. provide the solution. thank u.
 
 regs,
 Hema. S












  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









[development-axapta] Processing cube

2006-04-30 Thread ivarayag



Hi everybody

The method Process in object COM of clase_cube gave back to the 
error code 0x80040076(desconocido)lo that means: Syntax error when 
turning the value of varchar Order of sale for a column of data type 
int.;22018 

Thanks to all

Iván Araya G.










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









[development-axapta] Production Route's Feedback Tab Issue

2006-04-30 Thread Cyrus Bharda



Howdy all,

I have searched through the archives and have not found anything
helpful so wondering if anyone could shed some light on a small issue
we are having.

Open up the production orders form and then click on the route button,
and then click on the feedback tab.

On this tab is a grid with the operation number, priority, operation,
good quantity, error quantity, hours and reported as finished.

We upgraded from v2.5 to v3SP3 in early January. During this change we
changed the production orders number sequences from starting with
lowercase to uppercase, e.g. they were wo123456 and now they new
ones created after upgrading are WO123456. We also added new
operation numbers, but left the old ones there for historical
purposes, but changed the routes to use the new operation numbers.

This issue we are having is that the good quantity, error quantity and
hours fields are not showing any data for routes that were created
AFTER we upgraded from v2.5 to v3SP3, yet still shows the correct data
for routes which were created in v2.5?

These three fields basically total up the line values for that
particular operation and displays it. I took a look and found that
these three values are created by the methods qtyGood, qtyError 
qtyHour on the ProdRoute Table. Upon further investigation they use
the class ProdRouteTransCache. I have put breakpoints in and tried to
see what is happening, but there is no obvious indication why this is
happening. The only method I could not understand fully is the findOpr
method on ProdRouteTrans. The if statement is beyond me. Took me a few
seconds to find conFind in Google, but could not figure out what the
recordCache.find is for? I then tried to look at the else statement
and was further confused.

Anyone got a couple of minutes to either try to explain this one to me
or point me in the right direction?

Thanks,

Cy








 SPONSORED LINKS
 Computer parthttp://groups.yahoo.com/gads?t=msk=Computer+partw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yLpvcLTIDJ5FTkRJGsO11w
 Programming
languageshttp://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=cuhEClK4dU4wapXFmKisbQ
 Microsoft
axaptahttp://groups.yahoo.com/gads?t=msk=Microsoft+axaptaw1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=yfeG_U6QaLfPOZZIud02Fg
 Support
exchangehttp://groups.yahoo.com/gads?t=msk=Support+exchangew1=Computer+partw2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=hy8yRGMzrmxdphyITTUeqA
 --
YAHOO! GROUPS LINKS


 - Visit your group
development-axaptahttp://groups.yahoo.com/group/development-axapta
 on the web.

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

 - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Servicehttp://docs.yahoo.com/info/terms/
 .


 --


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









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









[development-axapta] getting datasources of the particular form

2006-04-30 Thread hemamalinis




hi,

how do i find the datasources of particular form.

ex:

if i select formname bomtable from the combo, then all the associated
datasources of bomtable form should be populated in the grid. how do i do
this?


thank u.

regs,
Hema. S










  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









RE: [development-axapta] Business Views

2006-04-30 Thread James Flavell



Thanks Mike,
 
I guess there is not much hope for end users to get this except vai external
querying such as SQL or OLAP...
 
Thanks
James
 

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Savage
Sent: 26 April 2006 20:10
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Business Views


James

The way I have done that in the past is to write an actual SQL
statement, execute it and retrieve the record set and report on that.

Something like:

static void Job3(Args _args)
{
 Connection con;
 Statement statement;
 ResultSet resultSet;
 Str sqlSelect;
 ;

 con = new Connection();
 statement = con.createStatement();

 sqlSelect = select DATEPART(yy,custinvoicetrans.invoicedate) as
Year,;
 sqlSelect += itemId as Item, SUM(qty) as Qty ;
 sqlSelect += from custinvoicetrans ;
 sqlSelect += where dataareaid = 'DMO' ;
 sqlSelect += GROUP BY DATEPART(yy,custinvoicetrans.invoicedate),
ItemId;

 resultSet = statement.executeQuery(sqlSelect);

 while (resultSet.next())
 {
 info(strfmt(%1 %2
%3,resultSet.getInt(1),resultSet.getString(2),resultSet.getReal(3)));
 }
}

In the above example, it does limit the company, but, if you remove that
line, it will report across all companies.

You will then need to load the data to a temp table to allow you to use
Axapta's reporting, but that will do it.

The code should be executed within the report (obviously!)

Cheers


Mike Savage
Sense Enterprise Solutions Ltd

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of James Flavell
Sent: 26 April 2006 07:27
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Business Views

Hi Mike,

Yeah I am not too sure...I am guessing it was an early attempt at using
Axapta as some kind of BI tool as you have things like grouping but it
is
very limited and I get the feeling they did it and then left it because
it
was not worth anymore effort due to better tools being out there in the
BI
market

Anyway I am interested to know a little more on a somewhat related
issue:

Is it possible to have a report that prints data from all companies?
By default the kernel (I think) fitlers it to the current company so
even if
I cahnge the property 'Company' in the datasource it will only ever take
it
from the active company!!!

If there any way to avoid this behavior inside datasources/queries? So
far
the only possible way I have come across is by using business views but
these are not able to be used inside Axapta (because they basically
create
SQL objects)


Thanks
James


-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Savage
Sent: 22 April 2006 00:43
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Business Views


Does anyone know what the purpose and use of the 'Business views'
functionality is in the Admin module?



According to the help text '_dictTable.name() != 'In the Business Views
form you create new business views allowing data from the database to be
wrapped and translated into human readable format.' 



I can create a view in the form in Axapta and see it in the Views
section of Enterprise Manager, but now what? I could use another tool
to look at it I suppose, but how can I access it from Axapta?



Cheers







Mike Savage
Sense Enterprise Solutions Ltd
Corner House
Robey Close
Linby
Nottinghamshire
NG15 8AA

t: +44 (0) 115 964 6646
f: +44 (0) 115 964 6647
e: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
w: www.senseenterprisesolutions.co.uk

Confidentiality:
This e-mail and its attachments are intended for the above named only
and may be confidential. If they have come to you in error you must take
no action based on them, nor must you copy or show them to anyone;
please reply to this e-mail and highlight the error.

Security Warning:
Please note that this e-mail has been created in the knowledge that
Internet e-mail is not a 100% secure communications medium. We advise
that you understand and observe this lack of security when e-mailing us.

Viruses:
Although we have taken steps to ensure that this e-mail and attachments
are free from any virus, we advise that in keeping with good computing
practice the recipient should ensure they are actually virus free.









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






SPONSORED LINKS 
Computer
http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Computer+partw1=Computer+partw2=P
k=Computer+partw1=Computer+partw2=P
rogr
amming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=90.sig=y
Lpvc
LTIDJ5FTkRJGsO11w part Programming
http://groups.yahoo.com/gads?t=ms
http://groups.yahoo.com/gads?t=msk=Programming+languagesw1=Computer+p
k=Programming+languagesw1=Computer+p
art
w2=Programming+languagesw3=Microsoft+axaptaw4=Support+exchangec=4s=9
0.s
ig=cuhEClK4dU4wapXFmKisbQ languages Microsoft

[development-axapta] Printing Text vertically on a Report

2006-04-30 Thread Rudi Hansen



I need to print some tekst (a barcode) on a report.

Is that in anyway possible in Axapta 3.0 ??








  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.



  









[development-axapta] Modify datasource query by code

2006-04-30 Thread wohegro



hi there,

having a small little problem - maybe one of you has a solution and can 
assist:
the query of an form datasource has several range fields, which where 
added at runtime by X++ code.
depending on the users action, values for one or more range fields will 
set by code and the datasource executeQuery() method will be called.
now I would like to enable the icon Remove filter in the icon bar so 
that the user can click on this icon to reset the query.

has anybody a clue?
thank's in advance
best regards
WoHeGro











  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  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 to the Yahoo! Terms of Service.