Menu

SVN-Code Commit Log


Commit Date  
[r12477] by mikeaubury

Add a :

OPTIONS CURRENT FIELD DISPLAY "[attribute]"

eg.
OPTIONS CURRENT FIELD DISPLAY "RED,REVERSE"

This highlights the current field with that specific attribute (WIP/Experimental)

2015-01-21 17:45:41 Tree
[r12476] by mikeaubury

CURRENT FIELD DISPLAY for construct

2015-01-20 17:46:29 Tree
[r12475] by mikeaubury

.

2015-01-19 18:37:54 Tree
[r12474] by --none--

This commit was manufactured by cvs2svn to create tag 'Aubit4gl-1_2-38'.

2015-01-15 19:49:20 Tree
[r12473] by mikeaubury

refresh.noyacc updates

2015-01-15 19:49:19 Tree
[r12472] by mikeaubury

Added alternate line attributes for screen forms :
eg

a = formonly.f1,
color=red reverse where evenlines,
color=blue reverse where oddlines;

2015-01-15 19:48:16 Tree
[r12471] by mikeaubury

.

2015-01-13 09:09:09 Tree
[r12470] by mikeaubury

Add initial Session support for mysql

Allows execution of code like :

main
define lv_c1, lv_c2 integer
define lv_a integer
CONNECT TO test AS con1 USER "aubit4gl" USING "somepassword"
delete from testtab
insert into testtab values("1234")

CONNECT TO test1 AS con2 USER "aubit4gl" USING "somepassword"

delete from testtab

use session con1 for select count(*) into lv_c1 from testtab;
use session con2 for select count(*) into lv_c2 from testtab;

display lv_c1
display lv_c2

use session con1 for declare c1 cursor for select * into lv_a from testtab

use session con1 for foreach c1
display "INSERTING : ", lv_a
use session con2 for insert into testtab values (lv_a)
end foreach

use session con1 for select count(*) into lv_c1 from testtab;
use session con2 for select count(*) into lv_c2 from testtab;

display lv_c1
display lv_c2

end main

2015-01-09 19:38:53 Tree
[r12469] by mikeaubury

.

2015-01-05 20:05:12 Tree
[r12468] by siverly

Increase XML Version bebause protocol changes in getclientfile()

2015-01-05 13:58:53 Tree
Older >