max 999 LABEL ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

max 999 LABEL ?

Post by AUGE_OHR »

hi,

it seems there is a Limit in "Control-Counter"
Error BASE/1449 Syntax error & Parameter : [ 1] = C _Form_1_LABEL_***
Called from _DEFINELABEL(172)
Called from ADDLABEL(405)
how can i increase "Control-Counter" to 9999 :idea:
have fun
Jimmy
User avatar
serge_girard
Posts: 3166
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: max 999 LABEL ?

Post by serge_girard »

I think your var is something like str(3) or so....

Serge
There's nothing you can do that can't be done...
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: max 999 LABEL ?

Post by AUGE_OHR »

hi,
serge_girard wrote: Fri Nov 20, 2020 7:42 am I think your var is something like str(3) or so....
uuuuuups ... you are right

Code: Select all

   cDummy := cLabel + STRZERO( i, 3 )
have fun
Jimmy
Post Reply