Msgbox Question

cdeane

Member
Working on B4ppc On desktop I use this code

Msgbox("Must Enter Millage","",cMsgBoxOK,cMsgBoxQuestion)

When I run it in debug on desktop it works but when I compile to device ,and run it ,there is no OK box.
 
Top