Go to Google Groups Home    OpenQM
Managing phantom

Cedric Fontaine <cfonta...@spidmail.net>

Hello,

I'm looking for the related function in QM as I try to port some
programs from D3.

execute "LOGOUT ":server.status<6,i>
return Invalid user number

Logging off (child) on 65 .... Force logout initiated for user 65
Invalid user number
done.

Is it invalid user number or is it done ?

To stop a phantom line on d3, we use "end account line-number" as in
end dm 25.
Is there a way to do that in QM ?

Also, it seems that 00008 is not numeric for QM.
block is equal to 00008 and the following line return Non-numeric
where numeric required
0771:       length = trim(block) + 0
0776:       command = field(block, bufmark, 1) + 0

Thanks for your help,

Cedric