[Axapta-Knowledge-Village] Cannot read text formatted numbers from excel cell

2008-02-01 Thread turkkanarda
Hi all;

I have a problem about reading from excel cell.Cell format is text and
11 is stored in the cell.I have the code below for reading
the value but result is empty string.

RCell  = Cells.Item(i, 1);
string = RCell.value().bStr();

I can read double or int values succesfully but can not read text
formatted numbers.

if i change the cell value into a , this time i can read it from the
cell.


Regards;




[Axapta-Knowledge-Village] Cannot access FormControlType property from TreeNode object

2007-11-12 Thread turkkanarda
Hi all;

I have a problem about accessing the FormControlType property of a 
formcontrol from the TreeNode object.I 
search \\forms\\Example\\Designs\\Design.I want to search for 
subnodes which are buttons but i cannot find any property in TreeNode 
object to compare with FormControlType enum. 



[Axapta-Knowledge-Village] Creating saleslines from barcode reader

2007-02-07 Thread turkkanarda
Hi All;

In our project we use serial numbers unique and due to space 
limitations in barcode label we can only print the serial number for 
items.
So we get only the serial number from barcode reader.I can find the 
itemid but i cannot create the saleslines.How can i create the 
saleslines , which class can i use ?

Regards

Arda Turkkan



[Axapta-Knowledge-Village] Printer error -- Could not get DCS data from shared printer

2006-12-07 Thread turkkanarda
Hi all;

When i want to print any report i get this error from axapta.
Could not get DCS data from shared printer

Error code of error is as below
StartPage: rc:SP_ERROR lastError:87(0x57)

Printer can be used without any problem with different 
applications.Only axapta gives this error.I reinstall the printer 
driver but the error continues.

Also i logged in with different client account and i get the same 
error message so the problem is not related with the client 
configuration.

Thanks for help...