This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
new:manik [2014/07/03 04:11] manik |
new:manik [2014/07/03 04:16] (current) manik |
||
---|---|---|---|
Line 21: | Line 21: | ||
|compute | |A mathematical determination of the amount or number of something.|compute disc = 0.00+(xdiscf/totqty)*xqtyord | | |compute | |A mathematical determination of the amount or number of something.|compute disc = 0.00+(xdiscf/totqty)*xqtyord | | ||
|decimal | |Data Type |decimal x ["x" is a variable]| | |decimal | |Data Type |decimal x ["x" is a variable]| | ||
- | |delete | |Delete Entry |Delete fatrn| | + | |delete | |Delete Entry |Delete fatrn[where <del>fatrn</del> is a table name]| |
|dconsole | |Debug console | | | |dconsole | |Debug console | | | ||
|dprint | |Debug print | | | |dprint | |Debug print | | | ||
Line 32: | Line 32: | ||
|history | | |history type="Bug";;object=xbug;;action="Assign";;status="1-New";;new="2-Assigned";;message=btbugs.xnote | | |history | | |history type="Bug";;object=xbug;;action="Assign";;status="1-New";;new="2-Assigned";;message=btbugs.xnote | | ||
|int | |Data Type |int x ["x" is a variable]| | |int | |Data Type |int x ["x" is a variable]| | ||
- | |insert | |insert data to database |insert fatrn | | + | |insert | |insert data to database |insert fatrn [where <del>fatrn</del> is a table name]| |
|init | | | | | |init | | | | | ||
|mail | | |mail from=#user;;to=xmember+","+xholder;;sub="Bug "+xbug+" Assigned for Resolution";;message="The Bug No: "+xbug+" has been assigned to you for resolution."+#char(10)+btbugs.xlong | | |mail | | |mail from=#user;;to=xmember+","+xholder;;sub="Bug "+xbug+" Assigned for Resolution";;message="The Bug No: "+xbug+" has been assigned to you for resolution."+#char(10)+btbugs.xlong | | ||
Line 42: | Line 42: | ||
|push | | | | | |push | | | | | ||
|pop | | | | | |pop | | | | | ||
- | |print | | | | | + | |print | |Display output, top of the page | print x [where <del>x</del> is a variable.] | |
|run | | | | | |run | | | | | ||
|schedule | |scheduler stop/start | | | |schedule | |scheduler stop/start | | | ||
Line 50: | Line 50: | ||
|string | |Data Type |string x ["x" is a variable] | | |string | |Data Type |string x ["x" is a variable] | | ||
|test | | | | | |test | | | | | ||
- | |update | |update data |update fatrn [where **fatrn** is a table name]| | + | |update | |update data |update fatrn [where <del>fatrn</del> is a table name]| |
|vclear | | | | | |vclear | | | | | ||
|vtest | | | | | |vtest | | | | | ||
|vmsg | | | | | |vmsg | | | | | ||
|comp | |A mathematical determination of the amount or number of something.|comp disc = 0.00+(xdiscf/totqty)*xqtyord| | |comp | |A mathematical determination of the amount or number of something.|comp disc = 0.00+(xdiscf/totqty)*xqtyord| |