Hello everybody,
I've got one more problem.
it's in a form (a screen) :
the probleme is simple : at the beginnig we used a column which was an integer so in the screen we can only enter 10 or 15 or 1000 but never 10.12 15.89 etc.. using this line :
f026 = TOTO.qte_disp, AUTONEXT, COMMENTS =...
Thank a lot for your help. Effectivly, it's work going like that. I can't understand why it wasn't working initialy ... but here compiler are really special with patch and patch of patch .. etc ...
whatever thank !!! I give you the star of the week !!
Thank you for your reply but it doesn't work .
this my 4gl prog:
DATABASE mercure
MAIN
DEFINE TOTO SMALLINT
LET TOTO = 0
CREATE TEMP TABLE nico3
(
COL1 SMALLINT DEFAULT 10 NOT NULL ,
COL2 CHAR(10)
)
but I've got the same probleme when compiling :
CREATE TEMP TABLE nico3 (
COL1...
Hello,
I really need to know how to use a default value in a sql/4gl statement. With dbaccess I can do:
CREATE TABLE table_name (
Col1 smallint NOT NULL DEFAULT 10 ,
Col2 char(10) );
But when in a 4gl prog. the compiler crash and say error 4373 like this :
Col1 smallint NOT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.