Menu

SVN-Code Commit Log


Commit Date  
[r9273] by mikeaubury

901: error with USING if mask with ()) an no decimal part
941: SQL UPDATE multiplication of a money field, not all decimals are used
940: lineno contains number of last ine printed of previious page on new page
939: wordwrap with long_text_without_spaces only prints last row

2007-03-25 13:33:18 Tree
[r9272] by mikeaubury

.

2007-03-25 13:27:38 Tree
[r9271] by mikeaubury

money and decimal precision fixups

2007-03-25 13:27:15 Tree
[r9270] by mikeaubury

Added a new 4gl function 'aclfgl_call_in_shared' -
that last two parameters should be a share library file and function

File.4gl:
function func(a)
define a char(20)
display "Hello ",a
end function

Compile this as a DLL
$ 4glpc --as-dll File.4gl -o File.so

You can then call it using

main
call aclfgl_call_in_shared("Bob",
# Last two parameters are file and function name..
"File","func")
end main

2007-03-22 20:16:11 Tree
[r9269] by mikeaubury

Ensure key values are initialised before they are required

2007-03-22 11:13:32 Tree
[r9268] by mikeaubury

945: ascii 0, can't be printed in a report

2007-03-22 11:08:24 Tree
[r9267] by briantan

change A4GL_SQLCNVPATH to use @aubitdir@ from @prefix@ (probably the same)

2007-03-19 14:39:06 Tree
[r9266] by mikeaubury

Increase buffer size

2007-03-19 12:18:32 Tree
[r9265] by mikeaubury

fix to not set varchars to ""

2007-03-19 08:12:56 Tree
[r9264] by mikeaubury

.

2007-03-16 20:27:15 Tree
Older >