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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.