1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/lang/gambas/files/patch-examples::Database::DataReportExample::Fconn.class
Thierry Thomas ffbb864d7d - Upgrade to 0.92.
- unbreak the examples.

Approved by:	mat (implicit).
2004-04-03 17:50:35 +00:00

19 lines
485 B
Plaintext

--- ./examples/Database/DataReportExample/Fconn.class.orig Mon Feb 23 17:31:34 2004
+++ ./examples/Database/DataReportExample/Fconn.class Sat Apr 3 17:29:08 2004
@@ -16,7 +16,7 @@
END
PUBLIC SUB ginput_KeyPress()
- IF key.code=key.enter OR key.code=key.return THEN
+ IF Key.Code=Key.Enter OR Key.Code=Key.Return THEN
SELECT CASE LAST.tag
CASE 1
textbox2.setfocus
@@ -75,4 +75,4 @@
CATCH
Message.Error(Error.Text)
-END
\ No newline at end of file
+END