dBase IV 1.1: controlling TABing in say...gets

dBase IV 1.1: controlling TABing in say...gets

Post by BHamilton.LA.. » Sat, 22 Jan 1994 16:17:03



Is there a simple way to skip over certain fields in a
say...get...read sequence?  I have a rather busy form
and I'd like to skip over certain fields if certain prior
fields on the same data entry screen are blank.

Thanks,

--Bruce

 
 
 

dBase IV 1.1: controlling TABing in say...gets

Post by Stefan Lachmu » Sat, 22 Jan 1994 20:36:34



>Date: 21 Jan 94 07:17:03 GMT
>Is there a simple way to skip over certain fields in a
>say...get...read sequence?  I have a rather busy form
>and I'd like to skip over certain fields if certain prior
>fields on the same data entry screen are blank.

Try "GET ... WHEN .NOT. ISBLANK( prior_fld )" !!

Stefan
+----------------------------------------------------------------------------+
| Stefan Lachmund                              Institut fuer Werkstoffkunde  |

| Tel.: +49 511 762 3907                       Appelstr. 11a                 |
| Fax : +49 511 762 5245                       D 30167 Hannover 1            |
+----------------------------------------------------------------------------+

 
 
 

dBase IV 1.1: controlling TABing in say...gets

Post by Frank A. Deviney, J » Sat, 22 Jan 1994 23:43:55


This is untested, bu should work:

  get FIELD2;
  when .not. isblank(FIELD1)

FIELD2 will be skipped when FIELD1 is blank. Note that only the last two versions of dBASE support isblank().


>Is there a simple way to skip over certain fields in a
>say...get...read sequence?  I have a rather busy form
>and I'd like to skip over certain fields if certain prior
>fields on the same data entry screen are blank.

>Thanks,

>--Bruce


*-------------------------------------------------------
*-- Frank A. Deviney, Jr.                  
*-- Dept. of Environmental Sciences
*-- University of *ia

*-------------------------------------------------------
 
 
 

1. dbase IV 1.1 / Programmierung

Hallo,
bei dem Durchlauf eines Programmes treten bei mir immer wieder Fehlermeldungen
bei der Indezierung auf. Die Befehlsfolge:
INDEX ON feld to datei bewirkt die Fehlermeldung: "Datei bereits goeffnet".
Wenn ich die Befehlszeile !del datei.ndx davorschreibe, wird mir die gleiche
Fehlermeldung auf dem Monitor angezeigt. Der Befehl delete file datei.ndx
hat den selben Effekt.
Bei dem Befehl use dateiname index datei wird bei mir kein Hauptindex ge-
oeffnet, obwohl die entsprechenden Dateien vorhanden sind.
Wie muss ich mit Indexdatei innerhalb eines Programmes umgehen? Welche
Befehlszeilen sind fuer einen korrekten Ablauf erforderlich.
Danke. Robert

2. Application Cannot Find SQL Server

3. Bug in dBase IV 1.1 ?

4. WTD: Introduction to Oracle Manufacturing class...

5. Need info on using Softfonts with Dbase IV 1.1

6. Problem with pass-through query

7. dBase IV 1.1 problem in case statements

8. Back up DAT file

9. dBASE IV 1.1

10. dBASE IV 1.1 Upgrade

11. dBase IV 1.1 Network Installation