[development-axapta] Creating a text file in Axapta ????

2005-04-21 Thread Huseyin Akdag





Hello,

 

How Can I create a text file into a specified Folder (for example
C:\MSB\Itemdefinitions.txt) in Axapta with a simple Context? I took a look
to Winapi class. But I couldn’t find how to set a path for the file.. 

Does anyone have an Example?

 

Thanks  Regards

Huseyin

 



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













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] 3 decimal places in Sales Price

2005-04-21 Thread thestorm1974






I have some sales orders where the Sales price needs to be at 3
decimal places but the amount needs to be to 2 decinal places. Has
anyone had to do this before, if so, how did you do it?

Thanks

Garry
















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 names in a folder

2005-04-21 Thread Lars Holm





Hi,


The methods findFirstFile and findNextFile in the WinAPI class can do
it. You will find an example of the usage here:
\Classes\SysHelpSetupWizard\getLanguages


Best regards,

Lars Holm
Senior Technical Consultant

T O I N C R E A S E - Y O U R B U S I N E S S


-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of fninielsen
Sent: 20. april 2005 11:16
To: development-axapta@yahoogroups.com
Subject: [development-axapta] File names in a folder




Hai all, I need help, I need all the file names in a folder, using XX+. 
I have look at WinAPI class, but I can't find a method that can do 
this. Is there someone there know haw to do this. 








 
Yahoo! Groups Links



 















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: File names in a folder

2005-04-21 Thread wohegro






hi there,

some time ago I've had the same problem and used the following code 
for this:

static void snatchFilesFromFolder(Args _args)
{
 integer hdl;
 FileName fileName;
 #File
 ;
 [hdl, fileName] = WinAPI::findFirstFile(D:\\tmp\\ + 
#AllFilesName + #AllFilesExt);

 while (fileName)
 {
 info(fileName);
 fileName = WinAPI::findNextFile(hdl);
 }
 WinAPI::findClose(hdl);
}

hope this helps...
best regards
WoHeGro















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] APAR aging by currency

2005-04-21 Thread James Flavell





ah thanks Harry I was trying to remember where I had seen the aging by
currency :)
 

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Harry
(Harshawardhan Deshpande
Sent: 20 April 2005 11:44
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] APAR aging by currency



hi 

V3Sp2 Standard system

I posted two transactions in different currencies and printed customer -
external account statement, the aging was printed for multiple currencies.

regards

harry

James Flavell [EMAIL PROTECTED] wrote:

Thanks Harry,

I have taken a quick look at the class and method etc and find there is a
method in class custbalancelist that calls the method you mention. Need to
spend some more time digging a bit deeper

Thanks
James

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Harry
(Harshawardhan Deshpande
Sent: 19 April 2005 18:03
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] APAR aging by currency




hi

Check class - CustVendBalanceList method placeTransInColumnsCur. This method
does exactly what you want to achive. You will have to back-track this
method (or method PlaceTransInColumns) to the ageing report. (i.e. method
tmpAccountSum). 

regards

harry

James Flavell [EMAIL PROTECTED] wrote:

hi Harry,

Sorry I am only having up to Sp2 right now and from what I can see the
balance aging reports (Ar/Reports/status/Aging report) show only the base
curency amount. Maybe you have SP3 and my requirement is covered in that is
it?

Thanks
James

-Original Message-
From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Harry
(Harshawardhan Deshpande
Sent: 15 April 2005 11:10
To: development-axapta@yahoogroups.com
Subject: Re: [development-axapta] APAR aging by currency



hi

I was looking @this functionality  it looks like this is standard in
Axapta. 

Exactly which AR aeging report are you taking about?

regards

harry

James Flavell [EMAIL PROTECTED] wrote:

Hi all,

Has anyone created the AR and AP aging reports in original transaction
currencies?
I have a requirement for this but am not sure how long it might take to do
or whether there is any risks (i.e. why is such reports not already in std
Axapta?)


Thanks
James



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






-
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. 


 
-
Do you Yahoo!?
Make Yahoo! your home page 

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






 _ 

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 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. 


 
-
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

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






 _ 

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 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. 


 
-
Do you Yahoo!?
Plan great trips with Yahoo! Travel: Now over 17,000 guides!

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






 _ 

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 Links

To visit your group on the 

[development-axapta] Re: Run Report from a FORM

2005-04-21 Thread vlemeunier2






Create an Output menuItem. 
In the property field about the Object, write the name of your report 
and put Report in the class property. 
Create your report with the name that you have put before. 
In your form, create a menuItemButton and in the MenuItemName property 
put the name of your Output menuItem and choose the good dataSource. 

That's all.

Good luck.
Vince















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 : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-21 Thread Steeve Gilbert





Cenk,

 Record Info! Oh ok! That should do it. After renaming an ItemId, if you close InventTable form and reopen it, is your ItemId renamed correctly?

Regards,

Steeve... 


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED] 
Envoyé : 19 avril 2005 11:35
À : development-axapta@yahoogroups.com
Objet : YNT: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid



Hi Steeve
 
I don't directly change itemid, i rigth click on itemid, select record info and then i rename itemid, which is a standard of Axapta. Then if i try to save it i get error. My item is already created on inventtable. and inventtablemodules are created also, the problem is like you said, it refresh inventitemmodule tables.
 
Why?
 
Thanks.



Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Steeve Gilbert
Gönderilmiþ: Sal 19.04.2005 15:11
Kime: development-axapta@yahoogroups.com
Konu: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid





!!! I don't think you should change an ItemId on InventTable! What happens to records (Sales, Purch, Invent, etc) that use the itemId you try to change? They will refer to a non existing ItemId?

You get this error because no record exist in InventTableModule for you new ItemId. For each InventTable record, 3 InventTableModule records must exist. You must to through the normal process of creating an item so that InventTableModule records get created (and everything else related to the new item).

Clarify your intentions here.

Regards,

Steeve...


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 19 avril 2005 01:48
À : development-axapta@yahoogroups.com
Objet : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid



Hi all

On form inventtable i change itemid of a item, When i click on Save button, i get an error like Record can't be selected on inventtablemodule, the record migth be deleted by another user

It looks because sales purch and invent datasources can't be refreshed.

Is there a solution for this.

Cenk Ýnce







Yahoo! Groups Links













Yahoo! Groups Links











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






 
Yahoo! Groups Links



 















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] Failed to Create or Open Session Control File (axdat.UDB)

2005-04-21 Thread Hemant Kumthekar





Hi Guys,
 
We have a 2-tier and 3-tier setup. 3 tier connections work fine. 2-tier works fine on the server. We have Application server which also serves as our AOS. But when we try to login from a client which is configure as 2-tier I'm getting the error about AXDAT.UDB. The application is not opened in exclusive mode , I have checked the ACUs. I tried the possible solution like 
 
1. Log off all Users.
2. Shut down AOS Instance and Server 
3. Deleted AXDAT.UDB
4. Logged in from 2-tier on a Client  logged off 
5. Strated AOS
6. Logged on from another Client 3-tier mode
7. Tried login from the same 2-tier client (step 4) 
 
I am still getting the error Failed to Create or Open Session Control File (axdat.UDB) in Shared write mode , insufficient access rights or another application has Locaked the file in exclusive write mode.
 
Thanks in Advance.

__
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 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] Help on using the Import Wizard

2005-04-21 Thread Brandon George





 
Hello All,

 We are trying to use the Import Wizard to create an Excel spreadsheet for
our GL Ledger Accounts. We choose the Ledger Table, and tell Axapta to
create the Data Definition group. It gets to creating the excel spreadsheet
and error's out at the very last.

It will create the worksheet, but does not create an import definition. 

I have tried this several ways... Can anyone help me out here? Any known
bugs, and work arounds?

Thanks,
Brandon













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] Run Report from a FORM

2005-04-21 Thread Steeve Gilbert





Hi Anton,

Simply create an Output MenuItem that call your report, create a MenuItemButton on your form and link it to the MenuItem. You can take a look at CustInvoiceJournal form on the Show button to see how it's done.

Regards,

Steeve... 


-Message d'origine-
De : Anton Tjiptadi [mailto:[EMAIL PROTECTED] 
Envoyé : 20 avril 2005 06:12
À : development-axapta@yahoogroups.com
Objet : [development-axapta] Run Report from a FORM




Hi,
how to run reports from a Form.

I plan to create 2 or more report and it will run under 1 form, so in 
that form will have 2 or more button, and when I clicked the button, 
it will run the corresponding report.

thanks in advance,









 
Yahoo! Groups Links



 















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] Creating a text file in Axapta ????

2005-04-21 Thread Arijit





Use this
 WinAPI::createFile('c:\\PwC BRS Axapta.txt');

 On 4/20/05, Huseyin Akdag [EMAIL PROTECTED] wrote: 
 
 
 Hello,
 
 
 
 How Can I create a text file into a specified Folder (for example
 C:\MSB\Itemdefinitions.txt) in Axapta with a simple Context? I took a look
 to Winapi class. But I couldn't find how to set a path for the file.. 
 
 Does anyone have an Example?
 
 
 
 Thanks  Regards
 
 Huseyin
 
 
 
 
 
 [Non-text portions of this message have been removed]
 
 
 
 
 
 --
 *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][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 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: Creating a text file in Axapta ????

2005-04-21 Thread vlemeunier2






Just do like this:

 CommaIo myfile = new CommaIo(C:\\MSB\\Itemdefinitions.txt,W);
 
 if(myfile)
 {
 myfile.write(hello world);
 }
 
Don't forget to put 2 \.

Vince

--- In development-axapta@yahoogroups.com, Huseyin Akdag 
[EMAIL PROTECTED] wrote:
 
 Hello,
 
 
 
 How Can I create a text file into a specified Folder (for example
 C:\MSB\Itemdefinitions.txt) in Axapta with a simple Context? I 
took a look
 to Winapi class. But I couldn't find how to set a path for the 
file.. 
 
 Does anyone have an Example?
 
 
 
 Thanks  Regards
 
 Huseyin
 
 
 
 
 
 [Non-text portions of this message have been removed]















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.










SV: [development-axapta] Creating a text file in Axapta ????

2005-04-21 Thread Dahlsgaard Jan





Hi
 
You don't have to use winapi.
 
You could use TextBuffer class like this:
 
 textbuffer tb = new textbuffer();
 ;
 tb.appendText('my text');
 tb.toFile('C:\MSB\Itemdefinitions.txt');
 
or asciio class like this:
 
 filename filename = c:\\temp\\jdxtest.txt;
 asciiio a = new asciiio(filename,'w');
 ;
 a.write(my text);
 a = null;


 




Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Huseyin Akdag
Sendt: 20. april 2005 12:27
Til: development-axapta@yahoogroups.com
Emne: [development-axapta] Creating a text file in Axapta 



Hello,



How Can I create a text file into a specified Folder (for example
C:\MSB\Itemdefinitions.txt) in Axapta with a simple Context? I took a look
to Winapi class. But I couldn't find how to set a path for the file.. 

Does anyone have an Example?



Thanks  Regards

Huseyin





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








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 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.










YNT: RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-21 Thread Cenk Ince


Hi  Steeve 
 
i know it, but why to close form? I can't understand why it doesn't refresh 
inventtablemodule table!
When active method of datasource invettable runs, it must refresh the 
inventtablemodules.
 
I dubeg it and i see that active runs. But doesn't refresh.
 
Thanks.
 
 
 



Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Steeve Gilbert
Gönderilmiþ: Çar 20.04.2005 16:31
Kime: development-axapta@yahoogroups.com
Konu: RE : RE : [development-axapta] inventtableModule doesn't refresh on 
inventtable when i rename itemid





Cenk,

  Record Info! Oh ok!  That should do it.  After renaming an ItemId, if you 
close InventTable form and reopen it, is your ItemId renamed correctly?

Regards,

Steeve...


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 19 avril 2005 11:35
À : development-axapta@yahoogroups.com
Objet : YNT: RE : [development-axapta] inventtableModule doesn't refresh on 
inventtable when i rename itemid



Hi Steeve

I don't directly change itemid, i rigth click on itemid, select record info 
and then i rename itemid, which is a standard of Axapta. Then if i try to save 
it i get error. My item is already created on inventtable. and 
inventtablemodules are created also, the problem is like you said, it refresh 
inventitemmodule tables.

Why?

Thanks.



Kimden: development-axapta@yahoogroups.com bu ki?inin yerine: Steeve Gilbert
Gönderilmi?: Sal 19.04.2005 15:11
Kime: development-axapta@yahoogroups.com
Konu: RE : [development-axapta] inventtableModule doesn't refresh on 
inventtable when i rename itemid





!!!  I don't think you should change an ItemId on InventTable!  What happens to 
records (Sales, Purch, Invent, etc) that use the itemId you try to change?  
They will refer to a non existing ItemId?

You get this error because no record exist in InventTableModule for you new 
ItemId.  For each InventTable record, 3 InventTableModule records must exist.  
You must to through the normal process of creating an item so that 
InventTableModule records get created (and everything else related to the new 
item).

Clarify your intentions here.

Regards,

Steeve...


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 19 avril 2005 01:48
À : development-axapta@yahoogroups.com
Objet : [development-axapta] inventtableModule doesn't refresh on inventtable 
when i rename itemid



Hi all

On form inventtable i change itemid of a item, When i click on Save button, i 
get an error like Record can't be selected on inventtablemodule, the record 
migth be deleted by another user

It looks because sales purch and invent datasources can't be refreshed.

Is there a solution for this.

Cenk Ynce







Yahoo! Groups Links













Yahoo! Groups Links











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







Yahoo! Groups Links













Yahoo! Groups Links











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






 
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] image on tabpage

2005-04-21 Thread byteway_so






Hi,

How can I show an image, that is stored in my project as a resource, 
on a tabpage? There is no image-control...

/b



















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] [Urgent] How to post ProdJournalTable from code

2005-04-21 Thread Cenk Ince





Hi all;

I need code to post a ProdJournalTable (ProdJournalProd). I know journalid, can i post it directly?

Thanks



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













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] Referencing from Dimensions to CustTable

2005-04-21 Thread Christian Mayr





Hi!

I would like to reference from one dimension field to CustTable.

This means:
Opening LookUp form CustTableLookup shoul appear.
Going to main table CustTable should be opened


Going to main table is no problem but opening a lookup with customers does not work.

Is there a solution for this problem?

 Bild (Geräteunabhängige Bitmap) 


Thanks

Christian



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













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] Oracle and ClusterIndex?

2005-04-21 Thread hwimmer






Hi
I have Axapta 3.0SP3 running on Oracle 9.2.0.2.1. (unfortunately I 
only have MSSQL experience and no Oracle).

I know how Axapta creates an index if it is set in the 
property ClusterIndex on the table (Flag grouped on index is set 
to yes in MSSQL) and what the cluster means (organizing the data in 
the table *physically* on the disk according that index).

Now: what happens with Oracle? I have read on several pages that 
there is nothing like a clustered index in Oracle. There seems to be 
something like Index Organized Tables but I do not know how to see 
that in enterprise manager.

Question: if Axapta is running against Oracle 9, is there any action 
by the Axapta kernel or will it simply not take care of it? How can 
I check it and where can I see the Index Organized table?

Thanx and best regards
Helmut















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] Parsing variables from a FORM to a CLASS

2005-04-21 Thread Anton Tjiptadi






Hi all,

how to parsing variable inputed in the FORM to a CLASS ?

I created a FORM and it that form there's a button to call a CLASS.
I have a textbox for user input in the FORM and I want to parsing it 
so that inputed text known in the CLASS.

I appreciate any help ? 
thanks in advance.


















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] image on tabpage

2005-04-21 Thread Andrae, Tobias





there is - but it's called window ;-)

 -Ursprngliche 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,
 
 How can I show an image, that is stored in my project as a resource,
 on a tabpage? There is no image-control...
 
 /b
 
 
 
 
 
 
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 



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













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: image on tabpage

2005-04-21 Thread byteway_so






Thanks, i had forgotten about that



--- In development-axapta@yahoogroups.com, Andrae, Tobias 
[EMAIL PROTECTED] wrote:
 
 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,
  
  How can I show an image, that is stored in my project as a 
resource,
  on a tabpage? There is no image-control...
  
  /b
  
  
  
  
  
  
  
  
  
  
  
  
  
  Yahoo! Groups Links
  
  
  
  
  
  
  
  
 
 
 
 [Non-text portions of this message have been removed]















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 : RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid

2005-04-21 Thread Steeve Gilbert





Close the form and reopen it just to see if the ItemId you've renamed get linked correctly to InventTableModule. I known it's not a solution, I just wanted to see if the key renaming is done correctly event if you get the error you mention. I'm a bit out of idea.

Regards,

Steeve... 


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED] 
Envoyé : 21 avril 2005 04:48
À : development-axapta@yahoogroups.com
Objet : YNT: RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid



Hi Steeve 
 
i know it, but why to close form? I can't understand why it doesn't refresh inventtablemodule table!
When active method of datasource invettable runs, it must refresh the inventtablemodules.
 
I dubeg it and i see that active runs. But doesn't refresh.
 
Thanks.
 
 
 



Kimden: development-axapta@yahoogroups.com bu kiþinin yerine: Steeve Gilbert
Gönderilmiþ: Çar 20.04.2005 16:31
Kime: development-axapta@yahoogroups.com
Konu: RE : RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid





Cenk,

 Record Info! Oh ok! That should do it. After renaming an ItemId, if you close InventTable form and reopen it, is your ItemId renamed correctly?

Regards,

Steeve...


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 19 avril 2005 11:35
À : development-axapta@yahoogroups.com
Objet : YNT: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid



Hi Steeve

I don't directly change itemid, i rigth click on itemid, select record info and then i rename itemid, which is a standard of Axapta. Then if i try to save it i get error. My item is already created on inventtable. and inventtablemodules are created also, the problem is like you said, it refresh inventitemmodule tables.

Why?

Thanks.



Kimden: development-axapta@yahoogroups.com bu ki?inin yerine: Steeve Gilbert
Gönderilmi?: Sal 19.04.2005 15:11
Kime: development-axapta@yahoogroups.com
Konu: RE : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid





!!! I don't think you should change an ItemId on InventTable! What happens to records (Sales, Purch, Invent, etc) that use the itemId you try to change? They will refer to a non existing ItemId?

You get this error because no record exist in InventTableModule for you new ItemId. For each InventTable record, 3 InventTableModule records must exist. You must to through the normal process of creating an item so that InventTableModule records get created (and everything else related to the new item).

Clarify your intentions here.

Regards,

Steeve...


-Message d'origine-
De : Cenk Ince [mailto:[EMAIL PROTECTED]
Envoyé : 19 avril 2005 01:48
À : development-axapta@yahoogroups.com
Objet : [development-axapta] inventtableModule doesn't refresh on inventtable when i rename itemid



Hi all

On form inventtable i change itemid of a item, When i click on Save button, i get an error like Record can't be selected on inventtablemodule, the record migth be deleted by another user

It looks because sales purch and invent datasources can't be refreshed.

Is there a solution for this.

Cenk Ynce







Yahoo! Groups Links













Yahoo! Groups Links











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







Yahoo! Groups Links













Yahoo! Groups Links











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






 
Yahoo! Groups Links



 















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: Label Not coming on a programmable section

2005-04-21 Thread jpchircop






Im having the same problem: the column labels are showing up in the 
report designer, however they are not visible on the actual report..

Any ideas anybody?

Regards,
J. Chircop

--- In development-axapta@yahoogroups.com, Abin s [EMAIL PROTECTED] 
wrote:
 I trid with the proporties of the programmable section ... not 
coming still 
 !!
 
 From: Jonathan St-Louis [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [tadorna-axapta] Label Not coming on a programmable 
section
 Date: Mon, 25 Aug 2003 08:01:27 -0400
 
 Hi, I got problem with label too but it's not only with 
programmables 
 sections. It's when I set the property Left to Right or Left Edge 
or the 
 LabelPosition to Left. I'm not sure what property do that but 
it's 
 something with the alignment. Maybe it's the same for you.
 
 Hope it'll help!
  - Original Message -
  From: Abin s
  To: [EMAIL PROTECTED]
  Sent: Sunday, August 24, 2003 9:40 PM
  Subject: [tadorna-axapta] Label Not coming on a programmable 
section
 
 
  hi friends ,
 
  when i execute a programmable section on a report , the 
labels are 
 not
  printed for the fields. why is it so.
 
  somebody please help me.
 
  Regards
 
  AKS
 
  
_
  On the move? Get Hotmail on your mobile phone 
 http://www.msn.co.uk/msnmobile
 
 
  Yahoo! Groups Sponsor
  ADVERTISEMENT
 
 
 
 
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
 
 
 _
 Use MSN Messenger to send music and pics to your friends 
 http://www.msn.co.uk/messenger















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] report layout Ax 2.5 / SP2

2005-04-21 Thread pbercher







Hi,
i have a funy problem with the report design in Ax. 2.5 /Sp2

I set in a report section 3 values in 3 different lines
(Value 1: Top = 0 Char, Value 2: Top =1 Char, Value 3: Top = 3 char)

The preview / grafical design shows me everything fine.. but when 
printing (running the report) the vaules are placed on completely 
different lines / prositions..

Any suggestions?

Pirmin
PS: also did postion by cm/mm instead of char  same result !
















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.