Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Rosciano

  1. Rosciano

    A question about the clock.

    The original version was written entirely in language assembly, while the successive version, from dBase III, was written entirely in language C. Google Perhaps ASSIST was written in the same language?
  2. Rosciano

    A question about the clock.

    Keep in mind that in ASSIST it works WITHOUT any key pressed... The watch works from the beginnig [ponder] Definitely, it must be written in other language.
  3. Rosciano

    A question about the clock.

    OK [peace]
  4. Rosciano

    A question about the clock.

    Good luck! [thumbsup2] Get in touch if you find something interesting.
  5. Rosciano

    A question about the clock.

    ...but the clock stopped working when the option question appeared... If the option appears, it means that, for some reason, has left the DO WHILE. I don't know, I would have to watch the program or know more about Foxpro. You gave me the clue when you said "...be activated once when you run...
  6. Rosciano

    dBase iii+ Do While problem

    [smile]
  7. Rosciano

    A question about the clock.

    Good Day, Next, I show how I inserted it into a program that I use frequently: CLEAR option=' ' set color to n+/b @ 24,1 say 'Date:' @ 24,6 say date() @ 24,65 say 'Hour:' set color to gr+/r @ 24,30 say ' Press any to Start ' store 0 to ab,ac,ad,cd,ct...
  8. Rosciano

    A question about the clock.

    If you notice any "flickers" in the time, add the following: * store 0 to ab,ad,ac,cd,CT && preparing the varibles to be used waa=' ' * clear DO WHILE .T. if ad=0 do while ac=ab ab=ab+1 enddo if ac=ab-1 store substr(time(),1,8) to waa...
  9. Rosciano

    A question about the clock.

    OK thanks, I'll keep it in mind.
  10. Rosciano

    A question about the clock.

    Tried! It's has worked for two and a half days on one of my applications that I use frequently.
  11. Rosciano

    A question about the clock.

    I did it (without dBase V), of corse, with adding some stuff (how to stop) *DO.PRG * store 0 to ab,ad,ac,cd && preparing the varibles to be used waa=' ' * clear DO WHILE .T. if ad=0 do while ac=ab ab=ab+1 enddo if ac=ab-1 store...
  12. Rosciano

    dBase iii+ Do While problem

    However, dBase has some commands not valid for Clipper...
  13. Rosciano

    dBase iii+ Do While problem

    AAh... that's why I asked for VALID. I don't know Clipper, I used it only to compile programs written in dBase. For example: CLIPPER C:\PERSONNEL.PRG PLINK86 FI PERSONNEL
  14. Rosciano

    A question about the clock.

    Pardon!! I misread the book's date. The correct date is 1987 I'am sorry... [sad]
  15. Rosciano

    A question about the clock.

    Thank you very much. [smile] beforehand = at an earlier time These words mean at an earlier time.

Part and Inventory Search

Back
Top