FlipGilbert
Full Member
  Offline
 Running Ver 2.6.4
Posts: 236
Location: Sandy Eggo
Joined: Mar 8 th, 2005
|
Re: An If, And, Question
Reply #3 - Dec 29th, 2005 at 6:26pm
|
Print Post
|
Both worked well, Thank you both. Carl's was easier to reprogram. But not to worry Ray we still love you. But that was just first obstacle, here is the other. Im trying to get the 2nd and 3rd if not conditions to post, and there not.
If (Not @IsBlank(brp2)) { xpost(@fn, brp2, "brpinv!brp_no", oname, "Last_Purchased_From", "") xpost(@fn, brp2, "brpinv!brp_no", opo, "po", "") xpost(@fn, brp2, "brpinv!brp_no", odate, "Last_Purchased_On", "") If (Not @IsBlank(pe2)) { xpost(@fn, brp2, "brpinv!brp_no", pe2, "cost", "") } If (Not @IsBlank(List2)) { xpost(@fn, brp2, "brpinv!brp_no", List2, "List", "") } }
|