Charlie,
XIDE-new app, i took X#-runtime
Doubleclick Start.prg
FUNCTION Start( ) AS VOID
IF DBUseArea ( TRUE , "DBFNTX", "C:S4__KVDBBuchung.dbf" )
? "list content of Field no. 1"
? "---------------------------"
?
DO WHILE ! EOF()
? FieldGet ( 1 )
DBSkip (1)
ENDDO
ELSE
? "can´t open DBF"
ENDIF
DBCloseAll()
?
?
Console.WriteLine ("press any key" )
Console.Read()
RETURN
"F5" and see the values run through
Karl
Command Window or Immediate Window in XIDE or Visual Studio???
Command Window or Immediate Window in XIDE or Visual Studio???
Regards
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
Karl
(on Win8.1/64, Xide32 2.20, X#2.20.0.3)
-
- Posts: 9
- Joined: Thu Apr 18, 2019 9:16 am
Command Window or Immediate Window in XIDE or Visual Studio???
Perfect , Thankyou very much