[development-axapta] help! error in class

2004-12-14 Thread daniellim_yh
hi all, i found a serious problem n unable to solve it.i captured the screen n put in file section. this classes is no problem when called by other form/classes, but it give error when i call from 1 of my form.i tried put it in a job n test using same param from caller form, it did not g

[development-axapta] execute a SQL string in Axapta 3.0

2005-03-15 Thread daniellim_yh
hi all, in Axapta, can i do execution to a string like this: TempTableA  _Tmp_Tbl;  //TempTableA is Temp table in Axapta Exprstr = "delete_from _Tmp_Tbl where _Tbl.field1 == 'A'"; then execute this query. i need the syntax to execute it. the reason i do like this because the string i

[development-axapta] operation from combination of enum

2005-03-16 Thread daniellim_yh
hi all, i have 2 enum type, 4 elements each, i wonder wat is the best way for me to do like this in axapta. if (enum1::typeA && enum2::typeW)    Do something1 else    if (enum1::typeA && enum2::typeX)   Do something 2    else   if (enum1::typeA && enum2::typeY)       do somethi

[development-axapta] dynamic operator

2005-03-17 Thread daniellim_yh
hi all, i need to do somoething like this and wonder it can be done in axapta: void deltbl(anytype parm_operator, str _value) {   delete_from TblA where TblA.FieldA parm_operator _value;   //i need to pass in dynamic operator, for e.g "like", "==",   // "!=" as parm_operator } can it be

[development-axapta] dynamic operator

2005-03-17 Thread daniellim_yh
hi all, i need to do somoething like this and wonder it can be done in axapta: void deltbl(anytype parm_operator, str _value) {   delete_from TblA where TblA.FieldA parm_operator _value;   //i need to pass in dynamic operator, for e.g "like", "==",   // "!=" as parm_operator } can it be

[development-axapta] Retun temp table recordset to caller form

2005-03-28 Thread daniellim_yh
hi all, i faced problem on returning temp table recordset to caller form. for e.g Form1 call Form2 with a Temp table recordset passed in, after certain process user will close form2 and that recordset need to be pass back to form1, how can i do it? pls help n thx in advance. daniel

[development-axapta] Not able to see forecast planning module in Master Planning

2005-04-18 Thread daniellim_yh
hi all, in my axapta, i m not able to see "Forecast planning" module in my Master Planning. is it because of security key problem?but i can see "Master Plans". i already set to full access for all modules but still not able.what is the problem? pls help n thx in advance. rgds, daniel

[development-axapta] cancelling a production order without delete

2005-07-17 Thread daniellim_yh
hi all, i have a doubt in Production order. is it possible if we want to cancel a production order without delete it?how it can be done in axapta? the reason of not deleting is to keep a historical records abt the cancelled production orders, pls advice on what is the impacts of the cancel

[development-axapta] Error using While....Next statement

2005-08-08 Thread daniellim_yh
hi all, i get this error during runtime: Error executing code: Cannot call the NEXT command at this point. The buffer was either (a) initiated on the server, (b) SELECT was never called, (c) SELECT was called but no more rows exists, or (d) data was assigned using the data() method. the c

[development-axapta] Planned orders creation by period

2005-09-16 Thread daniellim_yh
hi all, good day. currently the master scheduling that im running here create 1 planned order to fulfill each requirement. With the item's purchase qty multiple set as 5, it create 1 planned order of 5 to fulfill a small requirement (e.g.0.001). consequences are so many planned orders crea

[development-axapta] Multi select in a form and perform operation

2006-01-16 Thread daniellim_yh
hi all, good day. i have a grid inside a form, i try to enable user to select multiple records, then click on a button to perform some operations, how can i do that? my desired feature is like for example, in Prod Table form, user can select multiple prod order and click on update button t

[development-axapta] Go to main table form

2006-01-25 Thread daniellim_yh
in Ax, when we click "Go to main table" in a field, how system can know which form it should display?where we can define that?and how we can change to another form? thanks. daniel SPONSORED LINKS Computer part

[development-axapta] making enum element invisible

2006-02-12 Thread daniellim_yh
hi all, how we can make enum element invisible?for example for usage in form? if i have an enum of element A,B and C, but in form i only would like to display A and B for user selection, can i make C invisible inside the form? thx in advance. daniel SPONSORED LINK

[development-axapta] call a store proc from Ax

2006-03-16 Thread daniellim_yh
hi there, anyone have idea how to call an oracle 9's stored procedure? from connection setup until the calling syntax?thx in advance. daniel SPONSORED LINKS Computer part Pr

[development-axapta] multiple inventdim in packing slip posting

2006-04-04 Thread daniellim_yh
hi all, in std ax, after a PO is created, if we need to receive goods from vendor by 2 inventdim (e.g 2 inventbatch id) under a same purchline and same packing slip number, how it can be done? pls help.thx in advance. daniel SPONSORED LINKS

[development-axapta] invent dim problem in packing slip posting

2006-04-06 Thread daniellim_yh
hi all, i have Ax 3.0 with SP4. i create a PO, when i do first packing slip posting, i specify an inventbatch id and partial delivery qty. then i do second time packing slip posting for the same purchline, this time i blank the inventbatch id and specify another qty, after posting i go to in