mika.kaunismaki
29th June 2004, 07:32
Hi,
How to write in program script that
Check if purchase order line text exist then do something.
eg :
if tdpur041.txta = "" ,then get the fist 40 character.

BR:
MK

Kees de Jong
29th June 2004, 09:08
Hi Mika,

if tdpur041.txta <> 0 then
<...>
endif

Regards,
Kees

mika.kaunismaki
29th June 2004, 12:21
Thanks Kees

I used that and it works fine.

Thank you very much for your responce.

MK