Re: [development-axapta] Error when try to filter ...

2004-02-23 Thread Jonathan St-Louis





Hi, Maybe isn't this for you, but when I got error 
where I haven't change anything, must do compilation.
 
You can find it in Administration --> Periodic 
--> Compile application.
 
It take about one hour, so I hope it'll solve you 
problem.
 

  - Original Message - 
  From: 
  Harish 
  Mohanbabu 
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, February 20, 2004 10:35 
  AM
  Subject: [development-axapta] Error when 
  try to filter ...
  Hi,Whenever the filter button in the tool bar is 
  pressed, the following error crops up (invariably from any form) 
  -..Error executing 
  code: Wrong type of element at call of ConIns.Stack trace:(C) 
  \Classes\SysQueryEdit\pack - line 18(C) \Classes\SysQueryForm\queryInit - 
  line 4(C) \Forms\SysQueryForm\Methods\run - line 4(C) 
  \Classes\QueryRun\prompt(C) \Classes\FormDataSource\prompt(C) 
  \Classes\FormRun\task(C) \Classes\SysSetupFormRun\task - line 
  20..The class 
  'SysQueryEdit' is untouched. What could be wrong here?Environment is 
  Axapta ver 3.0 + SP2Thanks,Harish Mohanbabu







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] moving on data source

2004-02-18 Thread Jonathan St-Louis





Hi,
 
We'll say that the dataSource linked to the grid is 
BER_Inventaire.
 
Method
{
    boolean    
HaveNext = true;
 
    
BER_Inventaire_ds.first();    
while(HaveNext)    
{    
info(BER_Inventaire.Field);
    HaveNext 
= BER_Inventaire_ds.next();    }
}
 
The _ds can be use on any dataSource to replace the 
.DataSource() method.
Hope it'll help.
 
 

  - Original Message - 
  From: 
  Cenk 
  Ince 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, February 18, 2004 4:35 
  AM
  Subject: [development-axapta] moving on 
  data source
  On a form there is a datatsource and lines are showed on a 
  grid. I want to move on all records that is shown on grid(selected or none 
  selected). How can i do it ? thanks in advance.. 
    -ÃzgÃn Äleti- 
    Kimden: hoffmanc2003 [mailto:[EMAIL PROTECTED]] 
    GÃnderilmiÅ: Ãar 18.02.2004 06:55 
    Kime: [EMAIL PROTECTED] 
    Bilgi:   
  Konu: [development-axapta] Batch postings of delivery notes only full order 
  lines     
    Without modifying Axapta ver 3SP2 how 
  can batch postings of Delivery   Notes be 
  setup to only select sales orders where all sales lines can 
    be filled.  That-is, only deliver the 
  full complete sales order.   
    Customers may have one or more sales 
  orders, each containing multiple   
  lines.  Supplementary items are also to be included in the single 
    complete delivery. 
      This 
  will reduce our number of deliveries to a single customer and 
    thus reduce delivery costs. 
      
      
      
    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] Filtering on a memo field

2004-01-22 Thread Jonathan St-Louis





Hi, what kind of exeption do you have?  


  - Original Message - 
  From: 
  axaptacoder 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, January 22, 2004 10:30 
  AM
  Subject: [development-axapta] Filtering 
  on a memo field
  Hi All,  Has anybody ever been able to come up 
  with a solution to filter on a memo field?  Currently if you try to 
  set a range on this type of field it will throw an exception. The only 
  possible solution I've thought of is searching the table myself in a loop 
  and building a range of recids to pass on to the query.  So that's 
  probably not good for performance. I would appreciate any hint or 
  solution.ThanksDon
  
  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. 
  




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] Changes in classes when no X++ lisence

2004-01-05 Thread Jonathan St-Louis





For the cut and paste, you can do it only on 
the method but the classDeclaration method is like the class.

  - Original Message - 
  From: 
  Steeve Gilbert 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, January 05, 2004 7:48 
  AM
  Subject: RE : [development-axapta] 
  Changes in classes when no X++ lisence
  If you don't have X++ licence and want to modify a class do 
  the following : -Apply your modifications-Export the 
  class-Reimport the classThe changes will be applied when you 
  reimport it.  If you logout before you reimport, changes will be 
  lost.Is that what you're searching 
  for?Steeve...-Message d'origine-De : 
  eva_aksnes [mailto:[EMAIL PROTECTED]] 
  Envoyé : 2 janvier 2004 02:29À : 
  [EMAIL PROTECTED]Objet : [development-axapta] 
  Changes in classes when no X++ lisenceWhat do you suggest? As a 
  partner we have lisence to develope in classes and such, but when the 
  customer do not have X++ lisence - it is difficult to add changes to the 
  classes. What do you do?The suggestions on the table are:1:Change 
  the lisence to partner lisence when adding the changes, change back when 
  customer is online again. This means syncronizing and we have experienced 
  loss of data. Ex: In User Group Rights. Do you know of any other side 
  effects?2:Move the axVar.aod and recompile. Any sideeffect to this 
  way? Seems to me to take much time, and what to do if something goes wrong 
  - back with the old aod and recompile again? Much downtime on the 
  customer.Do you have better suggestions? 
  Yahoo! Groups LinksTo 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/ 
  
  
  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. 
  







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] Changes in classes when no X++ lisence

2004-01-05 Thread Jonathan St-Louis





Hi, you don't need to Export and Import.  
You can simply copy and paste the class.

  - Original Message - 
  From: 
  Steeve Gilbert 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, January 05, 2004 7:48 
  AM
  Subject: RE : [development-axapta] 
  Changes in classes when no X++ lisence
  If you don't have X++ licence and want to modify a class do 
  the following : -Apply your modifications-Export the 
  class-Reimport the classThe changes will be applied when you 
  reimport it.  If you logout before you reimport, changes will be 
  lost.Is that what you're searching 
  for?Steeve...-Message d'origine-De : 
  eva_aksnes [mailto:[EMAIL PROTECTED]] 
  Envoyé : 2 janvier 2004 02:29À : 
  [EMAIL PROTECTED]Objet : [development-axapta] 
  Changes in classes when no X++ lisenceWhat do you suggest? As a 
  partner we have lisence to develope in classes and such, but when the 
  customer do not have X++ lisence - it is difficult to add changes to the 
  classes. What do you do?The suggestions on the table are:1:Change 
  the lisence to partner lisence when adding the changes, change back when 
  customer is online again. This means syncronizing and we have experienced 
  loss of data. Ex: In User Group Rights. Do you know of any other side 
  effects?2:Move the axVar.aod and recompile. Any sideeffect to this 
  way? Seems to me to take much time, and what to do if something goes wrong 
  - back with the old aod and recompile again? Much downtime on the 
  customer.Do you have better suggestions? 
  Yahoo! Groups LinksTo 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/ 
  
  
  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. 
  




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] enum2str() .. language labels

2004-01-02 Thread Jonathan St-Louis
Hi, if you use label file and that you have set the enum text value with your label 
number, I think that you can use the following line.
String = element.design().lookupLabel(literalStr("@USR105" , "en-us"));
Hope it'll help.

- Original Message - 
From: itsjanzu 
To: [EMAIL PROTECTED] 
Sent: Wednesday, December 10, 2003 3:50 AM
Subject: [development-axapta] enum2str() .. language labels

Hello,

enum2str(CustInvoiceJour.SalesType)

returns the English string value (label) for the enum element.
How do I get the other languages texts?
Jan



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Refresh grid without saving the datasource line

2004-01-02 Thread Jonathan St-Louis
Thanks Steeve!  It solved my problem very well and I saved a lot of coding!

- Original Message - 
From: Steeve Gilbert 
To: [EMAIL PROTECTED] 
Sent: Monday, November 10, 2003 9:55 AM
Subject: RE : [development-axapta] Refresh grid without saving the datasource line

I've had a similar problem and I used InventoryDimensionsGrid_InventSizeId.pasteText("A").  It worked for me.

Try it, maybe It'll do the job.

Steeve...

-Message d'origine-
De : johnn_16 [mailto:[EMAIL PROTECTED] 
Envoyé : 10 novembre 2003 09:41
À : [EMAIL PROTECTED]
Objet : [development-axapta] Refresh grid without saving the datasource line

I'll explain more clearly what I want.  I want to automate the 
commande input.  In a customer command, for a new salesLine, when the 
user have set the ItemId and the ConfigId, the size and color should 
be filled by the system.  

To do that, I've set a "Modified" method on 
the "InventoryDimensionsGrid_configId" field in the form SalesTable. 
Here's a sample of code of want I want.

public boolean modified()
{
   boolean ret;
   ret = super();

   if(SalesLine.ItemId == "X" && InventDim.ConfigId == Y)
   {
InventDim.InventSizeId = "A";
InventDim.InventColorId = "F";   
   }

   //Here I want to refresh my grid to display the new InventSize and
   //the new InventColor without saving the line.  

   return ret;
}
Because the user can change other things like the price and quantity, 
I don't want to save the line.  But if it was the only problem, I 
would have use salesLine_ds.researh(),  but that method also bring me 
back to the first salesLine.  The reread() and refresh() method on 
the salesLine_ds or InventDim_ds don't work either.  And even if I 
set the InventoryDimensionsGrid_InventSizeId.Text("A") it doesn't 
work.

Someone know how to do?
Thanks. 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Comparison of Producdion and Test

2004-01-02 Thread Jonathan St-Louis
Yes, you just have to choose the report, class or form you want to compare.  Right-click, go in the Add-in and click on Compare.  You'll have to choose the level you want to compare (in your case I think you'll choose USR and SYS) and you should see your modification in another color.  But dont click on the little black arrow in the right part of the screen.  It's a non-rollback/non-confirm function that delete all the code that the arrow represent.

Hope it'll help.

- Original Message - 
From: Dale, Joe 
To: [EMAIL PROTECTED] 
Sent: Thursday, November 06, 2003 2:08 PM
Subject: [development-axapta] Comparison of Producdion and Test

Does anyone know of a decent way to compare the top level code between two
installations of Axapta? i.e. comparison of our Test environment with
Production
In particulat the code, but info on Schema would be good also.

TIA,

JD 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Interesting Axapta Error..

2004-01-02 Thread Jonathan St-Louis
Hi, it seem that your recId sequence that was modified.  Maybe you created
some data and that you assign manually a recID.  Or maybe it's just an
Axapta bug that jumped over a sequence.  If you don't find other solution,
maybe you can try to reassing your recId.  There is a function in Axapta to
do that.  I think it's in the SQL Administration, the button "Check record
IDs".  But this method take a lot of CPU ressources and time, so do that
only if you didn't have any other choices.
That's only supposition but I hope it'll help you to find a solution.
If you find the real solution, can you tell it to me?
Hope it'll help you!



- Original Message -
From: "Anil Ozay" <[EMAIL PROTECTED]>
To: "Development-Axapta (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 11:09 AM
Subject: [development-axapta] Interesting Axapta Error..

Hi all. I get an error message from Axapta.

Record with RecId 4294307 in table 'BankChequeTable' has mismatching
sequence field values.Original value was 4294284, new value is 4294307.
This is interesting message. I search it in label files AxSys.., AxDIS..
bla bla bla... but i couldn't find anything. I search it in code, but i
couldn't find anything. How can i find where this message comes from? I
think, it may be a system message.. Your help is very important for me..
Best Regards,

Anil Ozay



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





 Yahoo! Groups Sponsor -~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/saFolB/TM
-~->


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




Re: [development-axapta] Problem with args's class

2004-01-02 Thread Jonathan St-Louis
Both of your explaination helped me to found a solution to my problem.  The only thing that was missing is because I wanted to use that value in the the form called.  It's because I didn't think that the class was created in the report.  Stupid error from me.  But I wasn't sure if how work classes with contruct and main anyway, so it helped me a lot.
 

Thanks!



- Original Message - 

From: Bjørn Gudbrand Idstad 
To: [EMAIL PROTECTED] 
Sent: Tuesday, November 04, 2003 3:30 AM
Subject: RE: [development-axapta] Problem with args's class

Hi!

You can't access variables declared in classDeclaration in static-methods, i.e 
construct and main.
In a static method you need to create an instance of the class that you want to use, 
and then use that classes methods.
If you wabt to use variables from e.g a form, these variables has to be passed to the 
class.
An example:

You have a class CustUpdate, with a classdeclaration, a main(Args _args)- method and a updateCustomer(CustAccount _custAccount)-method.

The class is supposed to update a customer where custAccount equals the value passed from the args-object

If you run this from a menuitem, the main-method is executed:

static void main(Args _args)
{
   CustUpdate custUpdate = new CustUpdate(); // Create instance
   CustAccount custAccount;
   ;
   
   if (custUpdate && _args.parm())
   {
   custAccount = args.parm();
   custUpdate.updateCustomer(custAccount);
   }
}

void updateCustomer(CustAccount _custAccount)
{
   CustTable custTable;
   ;
   
   ttsbegin;
   if (custAccount)
   {
   custTable = CustTable::find(custAccount, true);
   custTable.Name = "New name"; // Update something
   custTable.update();
   }
   ttscommit;
}



-Original Message-
From: johnn_16 [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 03, 2003 10:18 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Problem with args's class

Hi, I would like to pass value from one form to another.  
Unfortunatly, the value must pass trought classes because the called 
form is called with a menuItem-->Action.  When I pass the value with 
the args.parm() of the menuItem to the class, I lost the value.  I 
can access it in the construct and main method of the class, but 
after that, I lost it.  Also, in the Construct and Main method, I 
can't access variables in the classDeclaration neither the other 
method of the class.  

Can anyone can explain me why?  Help is greatly needed here and if 
you don't understand what I want, please ask me to re-explain.

Thanks!



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Get next NumberSequence by code.

2004-01-02 Thread Jonathan St-Louis
No, that's not a joke.

I already tried that but I always got that error : "Incorrect call of number sequence" when the numberSeq.num() is executed.  That's why I asked if it's possible or not.  
Do you  know why I always got that error?

- Original Message - 
From: Andrae, Tobias 
To: [EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 12:12 PM
Subject: AW: [development-axapta] Get next NumberSequence by code.

hey - that's a joke, isn't it??

There is a class called NumberSeq that provides you with a valid number from a Number sequence. The easiest way to use it:

void xyz ()
{
   NumberSeq numberSeq;
   Voucher voucher;
   ;
   numberSeq  = NumberSeq::newGetNumFromCode("NameOfNumberSequence"); // fill in 
your wanted number sequence
   voucher= numberSeq.num();
}

that's it - no messin' around with tables and formats..

best regards,
Tobias
-Ursprüngliche Nachricht-
Von: johnn_16 [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 29. Oktober 2003 16:56
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Get next NumberSequence by code.

Hi, I would like to create a new line in a table that need to have a 
ParmId.  The ParmId isn't a default value so I must set it by code. I 
would like to know if there is a easy way to do that or if I must to 
do it manualy.  

If I must do it manualy, is there something special to know?  Here's 
what I'll do. I'll need to get the NumberSequence format and the next 
value.  I'll merge those two values to get the formated 
NumberSequence and I'll increment the next value in the 
NumberSequenceTable.  Is there something else to do?

Any help will be appreciate. 
Thanks!



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Get next NumberSequence by code.

2004-01-02 Thread Jonathan St-Louis
Hi, finaly it work.  It's was probably a garbage data.  Because I just close Axapta and reopen it and now it work.  Stupid isn't it!

- Original Message ----- 
From: Jonathan St-Louis 
To: [EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 1:14 PM
Subject: Re: [development-axapta] Get next NumberSequence by code.

No, that's not a joke.

I already tried that but I always got that error : "Incorrect call of number sequence" when the numberSeq.num() is executed.  That's why I asked if it's possible or not.  
Do you  know why I always got that error?

- Original Message - 
From: Andrae, Tobias 
To: [EMAIL PROTECTED] 
Sent: Wednesday, October 29, 2003 12:12 PM
Subject: AW: [development-axapta] Get next NumberSequence by code.

hey - that's a joke, isn't it??

There is a class called NumberSeq that provides you with a valid number from a Number sequence. The easiest way to use it:

void xyz ()
{
   NumberSeq numberSeq;
   Voucher voucher;
   ;
   numberSeq  = NumberSeq::newGetNumFromCode("NameOfNumberSequence"); // fill in 
your wanted number sequence
   voucher= numberSeq.num();
}

that's it - no messin' around with tables and formats..

best regards,
Tobias
-Ursprüngliche Nachricht-
Von: johnn_16 [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 29. Oktober 2003 16:56
An: [EMAIL PROTECTED]
Betreff: [development-axapta] Get next NumberSequence by code.

Hi, I would like to create a new line in a table that need to have a 
ParmId.  The ParmId isn't a default value so I must set it by code. I 
would like to know if there is a easy way to do that or if I must to 
do it manualy.  

If I must do it manualy, is there something special to know?  Here's 
what I'll do. I'll need to get the NumberSequence format and the next 
value.  I'll merge those two values to get the formated 
NumberSequence and I'll increment the next value in the 
NumberSequenceTable.  Is there something else to do?

Any help will be appreciate. 
Thanks!



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
	 
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Problem with Exel import again

2004-01-02 Thread Jonathan St-Louis
It was only to have an extendeddatatype on all fields.  And for the XPO, I think that the bug is corrected with SP2, but I'm not sure.  

Thank!

- Original Message - 
From: Sonny Wibawa Adi 
To: [EMAIL PROTECTED] 
Sent: Tuesday, October 28, 2003 10:33 PM
Subject: Re: [development-axapta] Problem with Exel import again

Hi All,

I have encountered the same problem with the error:
Error executing code: SysDictType object not initialized.
Stack trace:
\Classes\SysDictType\baseType
\Classes\SysExcelTemplateWizard\formatType - line 11
\Classes\SysExcelTemplateWizard\formatColumns - line 34
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11
After I debugged the classes and check the codes, it's because there is a field in the 
table I tried to create the template, that doesn't have an extended type. the codes 
try to check what is the base type of the extended code but there is no extended code 
(it is saved in object SysDictType). So the object is accessed when the object is not 
constructed.
My solution is to change my Table (that time I used my own created table, different 
solution if you try to create template for reserved table), so all fields have 
extended type.
Regards,
Sonny Wibawa Adi
Harry <[EMAIL PROTECTED]> wrote: 

hi

Are u getting this error for some specific fields? If yes then what is the extended data type for such field?

regards

harry deshpande

-Original Message-----
From: Jonathan St-Louis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 28 October 2003 2:22 a.m.
To: [EMAIL PROTECTED]
Subject: Re: [development-axapta] Problem with Exel import again
Thanks, but it didn't solve my problem.  I always got the same error.  
But the first problem appear someday.  But usualy it worked.  Now, even with SP2 installed it didn't work.  Can it be a garbage data? Like when the fields in a form are displayed incorrectly and you must delete something in Tools --> Development Tools --> Application objects --> Usage Data?

Someone have any idea?



- Original Message - 
From: Dirk Tollenaere 
To: [EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 1:40 PM
Subject: RE: [development-axapta] Problem with Exel import again

Hello John,

I had the same problem. The problem occurs when I' ve selected the option to create a definition group.
I solved the problem by not creating a definition group. 

The created Excel sheets are saved as a CSV-files. 
For the csv file I create a definition group.

Good luck

Dirk



Van: johnn_16 [mailto:[EMAIL PROTECTED]
Verzonden: vr 24-10-2003 19:13
Aan: [EMAIL PROTECTED]
Onderwerp: [development-axapta] Problem with Exel import again


Hi, I want to import data by exel. So I use the Template Wizard in
Exel Spreadsheets.  I had a problem that was supose to be corrected
with SP2.  Unfortunatly, the problem isn't fix with SP2 but I got a
different error msg.  The error occur only with some of my personnal
tables. Before SP2, my newest created tables always get that error:
Error executing code: SysDictType object not initialized.

Stack trace:
\Classes\SysDictType\baseType
\Classes\SysExcelTemplateWizard\formatType - line 11
\Classes\SysExcelTemplateWizard\formatColumns - line 34
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11
Since SP2 installation, I got this error msg.

Error executing code: DictEnum object not initialized.

Stack trace:
\Classes\DictEnum\label
\Classes\SysExcelTemplateWizard\formatCell - line 22
\Classes\SysExcelTemplateWizard\formatType - line 21
\Classes\SysExcelTemplateWizard\formatColumns - line 37
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11


Anyone know why?
Thanks!






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





Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



 _  

Do you Yahoo!?
Exclusive Video Premiere - Britney Spears 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click to learn more... 	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Problem with Exel import again

2004-01-02 Thread Jonathan St-Louis
Thanks, but it didn't solve my problem.  I always got the same error.  
But the first problem appear someday.  But usualy it worked.  Now, even with SP2 installed it didn't work.  Can it be a garbage data? Like when the fields in a form are displayed incorrectly and you must delete something in Tools --> Development Tools --> Application objects --> Usage Data?

Someone have any idea?



- Original Message - 
From: Dirk Tollenaere 
To: [EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 1:40 PM
Subject: RE: [development-axapta] Problem with Exel import again

Hello John,

I had the same problem. The problem occurs when I' ve selected the option to create a definition group.
I solved the problem by not creating a definition group. 

The created Excel sheets are saved as a CSV-files. 
For the csv file I create a definition group.

Good luck

Dirk



Van: johnn_16 [mailto:[EMAIL PROTECTED]
Verzonden: vr 24-10-2003 19:13
Aan: [EMAIL PROTECTED]
Onderwerp: [development-axapta] Problem with Exel import again


Hi, I want to import data by exel. So I use the Template Wizard in
Exel Spreadsheets.  I had a problem that was supose to be corrected
with SP2.  Unfortunatly, the problem isn't fix with SP2 but I got a
different error msg.  The error occur only with some of my personnal
tables. Before SP2, my newest created tables always get that error:
Error executing code: SysDictType object not initialized.

Stack trace:
\Classes\SysDictType\baseType
\Classes\SysExcelTemplateWizard\formatType - line 11
\Classes\SysExcelTemplateWizard\formatColumns - line 34
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11
Since SP2 installation, I got this error msg.

Error executing code: DictEnum object not initialized.

Stack trace:
\Classes\DictEnum\label
\Classes\SysExcelTemplateWizard\formatCell - line 22
\Classes\SysExcelTemplateWizard\formatType - line 21
\Classes\SysExcelTemplateWizard\formatColumns - line 37
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11


Anyone know why?
Thanks!






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





Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] How to know the selected Language.

2004-01-02 Thread Jonathan St-Louis
Thanks!

- Original Message - 
From: Joannick Bacon 
To: [EMAIL PROTECTED] 
Sent: Friday, October 24, 2003 1:41 PM
Subject: RE : [development-axapta] How to know the selected Language.



Infolog.language()

 
Bacon Joannick 
Stagiaire Informatique / IT trainee  
B O A - F R A N C   |   M I R A G E 
T  418.227.1181 #2313
F  418.227.1188 
 
www.boa-franc.com 
 

-Message d'origine-
De : johnn_16 [mailto:[EMAIL PROTECTED] 
Envoyé : 24 octobre, 2003 13:34
À : [EMAIL PROTECTED]
Objet : [development-axapta] How to know the selected Language.



Hi, I want to know the global language of the application.  I know 
that there is curExt() and curExt() to know the user and the selected 
compagny, but I want to know if there is a keyword to got the global 
language. (the one used in the whole application and that can be set 
in AxConfig)

Thanks!





Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 





Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Problem with Exel import

2004-01-02 Thread Jonathan St-Louis
Thanks, we should install SP2 today so it'll be solve!

- Original Message - 
From: Harshawardhan Deshpande 
To: [EMAIL PROTECTED] 
Sent: Sunday, October 19, 2003 4:19 AM
Subject: Re: [development-axapta] Problem with Exel import

hi

as mentioned by someone else, this is fixed in SP 2.0

This problem comes up because of 4 factors.

1. There is a bug in handling dimensions 
2. Disabled fields due to disabled configuration keys
3. Fieldnames starting with del_
4. If the first row does not have data in all the columns.

fixing 2 and 4 is easy. for fixing problem no 1 look at the excel import class and look at the code which handles dimensions, you will have to move a variable into higher scope. I have logged this call on partnerguide and I mentioned the exact code where this happens. No idea as to how to fix problem no 3.

regards

harry deshpande



johnn_16 <[EMAIL PROTECTED]> wrote:

Hi, I want to import data by exel.  So I use the Template Wizard in 
Exel Spreadsheets.  I get a problem with some of my personnal 
tables.  My newest created tables always get that error:

Error executing code: SysDictType object not initialized.

Stack trace:
\Classes\SysDictType\baseType
\Classes\SysExcelTemplateWizard\formatType - line 11
\Classes\SysExcelTemplateWizard\formatColumns - line 34
\Classes\SysExcelTemplateWizard\createTemplate - line 17
\Classes\SysExcelTemplateWizard\run - line 21
\Classes\SysExcelTemplateWizard\main - line 11
Does someone have any idea why??
Thanks!


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



 _  

Do you Yahoo!?
The New Yahoo! Shopping - with improved product search 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click Here!	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Re: SetFocus on grid

2004-01-02 Thread Jonathan St-Louis
It had be a good solution but I found something else with a global variable.  I think that your solution had be better but I don't have time to change.  

Thanks a lot anyway!

- Original Message - 
From: Thomas Vogt Poulsen 
To: [EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 4:36 AM
Subject: [development-axapta] Re: SetFocus on grid

Hey

Are you sure it's necessary to send and ENTER code in the end. Does 
the scanner not send it automaticaly.

Anyway I have a scanner that works just like entering keys on the 
keyboard and in my form on the scanfield's modiefied method, I 
simply return FALSE no matter what. That makes the cursor stay in 
this field.

I dont create another line in a grid but it may work anyway.

best regards 
Thomas Poulsen
AXDATA

--- In [EMAIL PROTECTED], "johnn_16"  wrote:
Hi, I've created a new form with a grid to input some data.  The 
data 
come from a bar code scanner.  The only thing it do is to send 
keypress like a user keyboard input.  So, I set a ENTER key at the 
end of each scanning operation.  The ENTER start the MODIFIED 
method 
on the grid.  

With that, that bar code is scanned and the line is saved in the 
MODIFIED method.  Now, at the of that method, I would like to 
create 
a new line in the grid and set focus on the bar code field on the 
new 
line.  That way, the user will be ready to scan another bar code.  

The problem is that the ENTER key is always execute after the 
MODIFIED method.  So, I'm never able to set focus on the good 
field.  
Anyone have any hint??

Thanks!


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Color code

2004-01-02 Thread Jonathan St-Louis
Thanks, it work well.  

- Original Message - 
From: Lars Holm (LHO.DK) 
To: [EMAIL PROTECTED] 
Sent: Friday, October 10, 2003 12:05 PM
Subject: SV: [development-axapta] Color code

Use the winapi::rgb2int() instead. There you can specify red, green and blue. 

Regards, 
Lars 

 -Oprindelig meddelelse- 
 Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sendt: fr 10-10-2003 17:14 
 Til: [EMAIL PROTECTED] 
 Cc: 
 Emne: AW: [development-axapta] Color code 
 
 
 Hi, 
 take a look on the form tutorial_Form_DisplayOptions 
 If you put a breakpoit in the method clicked of button SetColor you find the values for the desired colour 
 
 Otto 

   -Ursprüngliche Nachricht- 
   Von: johnn_16 [mailto:[EMAIL PROTECTED] 
   Gesendet: Freitag, 10. Oktober 2003 17:07 
   An: [EMAIL PROTECTED] 
   Betreff: [development-axapta] Color code 
   
   
   Hi,  I want to put some color in a grid.  I use options.backColor 
   (10658559);.  But I don't know what that int code mean.  That number 
   is for red.  But I also want to have some lines in yellow.  Does 
   anyone know how to get that number or can explain me the meaning of 
   the int? 
   
   Thanks! 
   
   
   
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 
   

Yahoo! Groups Sponsor  
ADVERTISEMENT 
Click Here!    
   

 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service  . 
 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click Here!	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Interform communication

2004-01-02 Thread Jonathan St-Louis
I'm not sure but I think you can use the args.caller().AMethod in form B to use the method on form A.  You must set the caller parameter to "this" before calling the form B.  After that, you can create a method to set your variable on form A like:

void Set_AValue(str _Value)
{
   FormALocalValue = _Value;
}
and on form B use the code line:
{
ObjectFormRun;
FormRun = element.args.caller();
FormRun.Set_AValue("A string value");
}
I think that you can also do it without the FormRun variable like:

   element.args.caller().Set_AValue("A string value");

but I'm not sure.

I wrote that code from memory, so it may have syntax error.
Hope it'll help!
- Original Message - 
From: Thomas_eu 
To: [EMAIL PROTECTED] 
Sent: Wednesday, October 08, 2003 8:28 AM
Subject: [development-axapta] Interform communication

Hi All

I have two forms A and B. Form A uses form B as a custom dialog and 
opens it using FormRun.

The question is, can I return values from form B back to form A, 
when form B closes ? And if so, can someone please show a simple 
example.

Thank s in advance

Thomas



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click Here!	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Add in subtotal for report more than 1 page

2004-01-02 Thread Jonathan St-Louis
Hi,
   Did you try to use a page footer with a dataMethode? If not,  try to create a new control PageFooter in your report Design.  Put a field in it and link it with a dataMethod that will return a SubTotal variable.  The new method must be declare as  

display real TheDataMethod()
{
   return ARealVariable;
}
Hope it'll help,
E-Mail me if you need more info.
- Original Message - 
From: mchiat 
To: [EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2003 9:20 PM
Subject: [development-axapta] Add in subtotal for report more than 1 page

Hi all,

I'm new to Axapta programmnig and i really need your advice on 
this.  I've one report which i've already put in the grand total at 
the last page, however if I want to put in the subtotal ( for the 
amount if the the report is more than 1 page), may i know how am i 
supposed to go about it?  Any help is appreciated.



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click to learn more... 	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Error During Synchronize

2004-01-02 Thread Jonathan St-Louis
Hi, I can't tell you exactly what's your problem, but I got something like that too.  But It was on another XsomethingX table during synchronize.  My error msg said that  BER_CodeBarre(a table I created) couldn't be created because it already exist.  So, I deleted the table in SQL. After that, the synchronize goes well.  I think that the XsomethingX tables are temporary and that they are used only for synchonize purpose.  You should check if your problem isn't on the custTable.

Hope it'll help.

- Original Message - 
From: Sugita Jayadi 
To: [EMAIL PROTECTED] 
Sent: Tuesday, October 07, 2003 2:37 AM
Subject: [development-axapta] Error During Synchronize

Dear All,

I upgrade my Axapta 2.5 to 3.0.
But I got an error message during synchronize.
Does anyone know what is the cause of the problem ?
It looks like an Insert SQL Statement problem, but I don't know where is the
table X77X.
Any comments/suggestions will be appreciated.

Thanks & Regards,

Sugita Jayadi



*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Synchronize
Cannot execute the required database operation.
The SQL database has issued an error.
SQL error description: [Microsoft][ODBC SQL Server Driver][SQL Server]INSERT
statement conflicted with COLUMN CHECK constraint
'CK__X77X__RECID__734EB74B'. The conflict occurred in database 'AXDBNSU',
table 'X77X', column 'RECID'.
SQL statement: INSERT INTO X77X SELECT
ACCOUNTNUM,NAME,ADDRESS,PHONE,TELEFAX,INVOICEACCOUNT,CUSTGROUP,LINEDISC,PAYM
ENT,CASHDISC,CURRENCY,SALESGROUP,BLOCKED,ONETIMECUSTOMER,ACCOUNTSTATEMENT,CR
EDITMAX,MANDATORYCREDITLIMIT,DIMENSION,DIMENSION2_,DIMENSION3_,VENDACCOUNT,T
ELEX,PRICEGROUP,MULTILINEDISC,ENDDISC,VATNUM,COUNTRY,INVENTLOCATION,DLVTERM,
DLVMODE,MARKUPGROUP,'',ZIPCODE,STATE,COUNTY,URL,EMAIL,CELLULARPHONE,PHONELOC
AL,FREIGHTZONE,CREDITRATING,TAXGROUP,STATISTICSGROUP,PAYMMODE,COMMISSIONGROU
P,BANKACCOUNT,PAYMENTSCHED,NAMEALIAS,CONTACTPERSONID,INVOICEADDRESS,OURACCOU
NTNUM,SALESPOOLID,QUOTATIONCOPIES,QUOTATIONORIGINALS,CONFIRMATIONORIGINALS,I
NVOICECOPIES,INVOICEORIGINALS,PACKINGSLIPCOPIES,PACKINGSLIPORIGINALS,CONFIRM
ATIONCOPIES,INCLTAX,CUSTITEMGROUPID,NUMBERSEQUENCEGROUP,LANGUAGEID,PAYMDAYID
,LINEOFBUSINESSID,DESTINATIONCODEID,GIROTYPE,SUPPITEMGROUPID,GIROTYPEINTERES
TNOTE,TAXLICENSENUM,0,PAYMSPEC,'','',0,'','','','',0,'','',JOININGDATE,BIRTH
DATE,SEX,IDNUMBER,OFFICEPHONE,NAMAPEMILIKREKENING,B C,MEMBERSPONSOR,MEMBERPEM
ILIKBC,MEMBERCARD,KODEPOS,KODEBANK,NOMORREKENING,DATAAREAID,RECID FROM
CUSTTABLE
Problems during SQL data dictionary synchronization.
The operation failed.
Synchronize failed on 1 table(s)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
	 
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] The old label problem

2004-01-02 Thread Jonathan St-Louis
Thanks a lot!
Your solution work very well.
- Original Message - 
From: Sergey Siroklin 
To: [EMAIL PROTECTED] 
Sent: Thursday, October 02, 2003 12:17 PM
Subject: RE: [development-axapta] The old label problem

Del *ali files and restart Axapta

-Original Message-
From: johnn_16 [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 02, 2003 8:09 PM
To: [EMAIL PROTECTED]
Subject: [development-axapta] The old label problem

Hi, I got a bug with the label file some time ago.  I didn't find any 
answer so I just went over it and create another label.  But I get 
the same problem again and I found something new.

My problem is that the label file doesn't display all label.  

First of all, I create my label manualy by inserting the text in the 
axUSRfr.alp and axUSRen-us.ald .I create the label in my TEST version 
and REAL version(I use 2 flatfile cuz I do a lot of dev and sometime 
I create hard-to-fix bug). But, for the last 2 labels I had create 
(@USR296 and @USR297) in the TEST and REAL version, they aren't 
displayed in the TEST version.  It's like the label was never 
created.  But in the REAL version they are displayed.

Someone know what that mean??  Is there somewhere I can 
recompile/recreate/rebuild the label file??

Any hint would be realy helpful.
Thanks!




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



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
	 
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] (forget it) Need help with form's datasource.

2004-01-02 Thread Jonathan St-Louis
I decide to put the description in another grid so I don't need linking anymore.  It's not as user friendly as I wanted it to be, but it do the job.  

Thanks anyways!

Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] Need help with form's datasource.

2004-01-02 Thread Jonathan St-Louis
In a form datasource.  

- Original Message - 
From: Steeve Gilbert 
To: [EMAIL PROTECTED] 
Sent: Monday, September 29, 2003 11:54 AM
Subject: RE : [development-axapta] Need help with form's datasource.

Where are you linking those 2 tables?  In a form datasource, report datasource, view datasource or in your code?  

Steeve...

-Message d'origine-
De : johnn_16 [mailto:[EMAIL PROTECTED] 
Envoyé : 29 septembre, 2003 11:45
À : [EMAIL PROTECTED]
Objet : [development-axapta] Need help with form's datasource.

Hi,  I'm still stuck with the last week problem.  I didn't  find how 
to link the InventTable and the InventTxt correctly.  

What I wanna do is to see all the items with thier descritions.  But 
when I do a research, I must see only the record that have the 
searched description.

What I do is to set the linktype Active so I see all the record.   
But when I do a research, I must set the linktype to InnerJoin to 
have only the searched description.  But we can't change the linktype 
by code, exept in the init method. 

So,  I don't know what to do.
Any hint?? 







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



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
Click Here!	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Re: [development-axapta] datetime conversation..

2004-01-02 Thread Jonathan St-Louis
I don't know what is checked by the SQL Server Query Analyser but so it
maybe a stupid answer but had you check your date format in SQL?? It can be
because the date isn't the same type in SQL.  2001/09/29 can be read like
2001 september 1929 (or 2029) in SQL.  In this case you should set the date
like 29/09/2001.
Hope it'll help.



- Original Message -
From: "Anil Ozay" <[EMAIL PROTECTED]>
To: "Development-Axapta (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, September 29, 2003 10:54 AM
Subject: [development-axapta] datetime conversation..

Hi all.. I run sql code from Axapta.. My code is :

Connection Con;
Statement Stmt;
ResultSet R;
Con = new Connection();
Stmt = Con.createStatement();
sqlString = "SELECT * FROM GET_EMPLOYEE_PRIMS WHERE DSEMPLID='A1'  AND
DATAAREAID='" + curExt() +"' "
+ " AND TRANSDATEdate2str('2001/09/29',321,2,3,2,3,4) + "' AS datetime)"
+ " AND TRANSDATE> CAST('" +
date2str('2003/09/29',321,2,3,2,3,4)+ "' AS datetime)";
R = Stmt.executeQuery(sqlString);

This code runs on Sql Server Query Analyzer successfully. I try to run
from any class on Axapta, but it doesn't work!!
Error info is :

[Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of a char
data type to a datetime data type resulted in an out-of-range datetime
value.




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





 Yahoo! Groups Sponsor -~-->
Upgrade to 128-Bit SSL Security!
http://us.click.yahoo.com/p7cEmB/s7qGAA/yigFAA/saFolB/TM
-~->


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




Re: [development-axapta] Strange problem with a form.

2004-01-02 Thread Jonathan St-Louis
It work.
Thanks!
- Original Message - 
From: [EMAIL PROTECTED] 
To: [EMAIL PROTECTED] 
Sent: Thursday, September 25, 2003 9:12 AM
Subject: AW: [development-axapta] Strange problem with a form.

Hi,
delete the lastValue for this element (form) in user data
Otto 



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



Yahoo! Groups Sponsor	 
ADVERTISEMENT
click here	
	

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.