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 done in axapta?i dont want to use switch case because my 
actual situation have more combinations, if this can be done it save 
me lot of time and effort.

thx in advance.

daniel





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> 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/
 



Reply via email to