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!

Search results for query: *

  • Users: Rosciano
  • Content: Threads
  • Order by date
  1. Rosciano

    A question about the clock.

    Hello, I am translating a book for my class "How programming started ..." from English to Spanish. However, I did not answer a question from a student. A week ago, during a dBase brush up; while we were examining ASSIST, he asked me: "how does the clock works continuously" referring to a...
  2. Rosciano

    Blue screen during the boot.

    Hi, I have a laptop with Windows 10, but in my work, I still have XP Pro SP3. Recently the XP gave me a blue screen during the boot after installing a program (STOP: c00021a .... 0x0000034 ...) The error occurred just after the Windows logo, during loading programs (black screen). It did not...
  3. Rosciano

    Another help, pls Mark...

    Here I'm again... fighting with this program. Is there any way to insert JUST ONE mem var, stored in disk among hundreds of others at xxxxxxxx.mem, in the actual and running mem var? The var. has the same name as the running one, which must be preserved. I mean this: the running var. has a...
  4. Rosciano

    Pls, help me with this problem... (original posted in dBase section)

    Hi everybody, (dBase III Plus) How would you guys check "if equal" a memory variable containing a word, created by a first pass of program, against ITSELF during the second (and the third, fourth, fifth,… infinite times) steps of program? I tried to store the word to a (temp.var.) during the...
  5. Rosciano

    Pls, help me with this problem...

    Hi everybody, (dBase III Plus) How would you guys check "if equal" a memory variable containing a word, created by a first pass of program, against ITSELF during the second (and the third, fourth, fifth,… infinite times) steps of program? I tried to store the word to a (temp.var.) during the...
  6. Rosciano

    I couldn't write a code to find repeated cods.

    Hi everybody, I have a file that has thousands of records; one of the fields is called “cod”. Happens that some records have the same cod. I already fix the input part to avoid input repeated “cods”, but I couldn’t do a code to list/find the records with the same code. I state that “cod” is...
  7. Rosciano

    Recognize INKEY()

    Hi, There is another thing I couldn’t do: using/checking the Environment Function INKEY() I did all I now to check this function, but it always return me a 0 (zero). I’m trying to recognize the ENTER key when pressed. INKEY()returns a zero and it should be (as far as I know) a 13. Sorry to...
  8. Rosciano

    Finding a space chr - dBase III Plus

    Hi everybody, I need help with this situation: I need to find two spaces on a Character field named “descrip”. The length of the field is 40 characters. Example of field descrip: Holographic Filament Indigo Blue I would need a single code to find the two last “spaces”, the first between...
  9. Rosciano

    "ENTER" key -dBase III Plus-

    Hi everybody, how to detect in a code if the "ENTER" key -chr(27)- was pressed? (dBase III Plus) Thanks for the help. [smile]
  10. Rosciano

    Help, IF command

    Hi everybody, is it possible to compare more than three numeric and character mvar at the same time? Example: a=1, b=2, c='yyy', d='zzz' - IF a=0 .and. b=0 .and. c=' ' .and. d=' ' (I know it doesn't work, it's just to explain myself) If yes, how to fit them in a IF command? -dBase III...

Part and Inventory Search

Back
Top