Ok, this is a different language but very similar to VB.
I want to FOLD this. Is this possible? The fold would be between '<<--TPDESIGNER_RESERVED-->> & '<<--TPDESIGNER_RESERVED-->> with no tabs @ the beging of each line.
'<<--TPDESIGNER_RESERVED-->>
BEGIN MAINTENCE
CAPTION=""
BG=9
FG=-1
TIMEOUT=200
RELEASEMODE=0
PNLCCVER=270
DEF CONSTRUCT()
add_widget 2,"MSGBOX",0,313,640,30,10,9,2,1,0,"MESSAGE BOX",3,0;
add_widget 15,"MSGBOXTMR",130,313,2,1,500;
END
#include "var_tab.h"
DEF MSGBOXTMR_TIMER()
MSGBOX.CAPTION = S[MSG_DISPLAY] 'UPDATES MESSAGE BOX LABEL
END
PEND
'<<--TPDESIGNER_RESERVED-->>
Thank you for your help