fanlinux90
Programmer
this is the prg code
but when I run the prg, the time is displayed in the upper right corner of the screen and not next to the word time
What change should be made so that the clock is displayed next to the word time?
Code:
[indent]SET DELETE ON
[indent]SET EXCLUSIVE OFF
[indent]SET EXACT ON
[indent]SET CENTURY ON
[indent]CLEAR ALL
[indent]CLOSE ALL
[indent]CLEAR
[indent]DO WHILE .T.
[indent]@ 05,01 To 31,150 doub
[indent]SET CLOCK ON TO 07,77
[indent]@ 07,05 say "DATE : "+DMY(DATE())
[indent]@ 07,35 say "PRGS ALL IN ONE" FONT "arial",10
[indent]@ 07,70 say "TIME : "
[indent]@ 09,02 TO 09,99
[indent]@ 10,35 Prompt "
but when I run the prg, the time is displayed in the upper right corner of the screen and not next to the word time
What change should be made so that the clock is displayed next to the word time?