Code: Select all
@ 10, nWidth - 600 dcsay "Nummer: " get cSeek picture '999999' sayright saysize 100,30 getsize 200,30 pixel sayfont '16.Arial' getfont '18.Arial' parent oDlgJob GROUP "NUMMER"
@ 80, nWidth-600 dcpushbuttonxp config oConfig1 notabstop CAPTION "7" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "7" , dc_getrefresh(getlist ,,,,{"NUMMER"}) } ;
ACCELKEY Asc('7')
@ 80, nWidth - 480 dcpushbuttonxp config oConfig1 notabstop CAPTION "8" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "8" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('8')
@ 80, nWidth - 360 dcpushbuttonxp config oConfig1 notabstop CAPTION "9" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob;
ACTION {|o| cSeek += "9" , dc_getrefresh(getlist,,,,{"NUMMER"} )} ;
ACCELKEY Asc('9')
@ 160, nWidth-600 dcpushbuttonxp config oConfig1 notabstop CAPTION "4" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "4" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('4')
@ 160, nWidth - 480 dcpushbuttonxp config oConfig1 notabstop CAPTION "5" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "5" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('5')
@ 160, nWidth - 360 dcpushbuttonxp config oConfig1 notabstop CAPTION "6" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "6" , dc_getrefresh(getlist,,,,{"NUMMER"} )} ;
ACCELKEY Asc('6')
@ 240, nWidth-600 dcpushbuttonxp config oConfig1 notabstop CAPTION "1" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "1" , dc_getrefresh(getlist,,,,{"NUMMER"} )} ;
ACCELKEY Asc('1')
@ 240, nWidth - 480 dcpushbuttonxp config oConfig1 notabstop CAPTION "2" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "2" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('2')
@ 240, nWidth - 360 dcpushbuttonxp config oConfig1 notabstop CAPTION "3" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "3" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('3')
@ 320, nWidth-600 dcpushbuttonxp config oConfig1 notabstop CAPTION "0" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek += "0" , dc_getrefresh(getlist,,,,{"NUMMER"}) } ;
ACCELKEY Asc('0')
@ 320, nWidth-480 dcpushbuttonxp config oConfig1 notabstop CAPTION "OK" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| bon1->(dbseek(cSoort+" 1"+padl(cSeek,6," "))) , dc_getrefresh(getlist) }
@ 320, nWidth-360 dcpushbuttonxp config oConfig1 notabstop CAPTION "Reset" PIXEL SIZE 100,65 FONT "24.Arial" parent oDlgJob ;
ACTION {|o| cSeek :="" , dc_getrefresh(getlist,,,,{"NUMMER"}) }