When i try to syncronize one of the procedures i get this message:
General Protection Fault Detected, See C60LOG.TXT for the details
...i click OK button ( only available ) and then i get this message:
Application Errpr
Closing current application.
all other procedures can be...
i want to have one header on my first page, and othe one on all other pages...so the first page should have fof ex. Headar1, and second, third and so on should have Header2.
i belive that i need to create two headers but how can i set which one will be displayed on which page???
Thanx
I manage to get original CD of Clarion 6.0!
I installed ( not copied like before ) Clarion, downloaded all updates, start clarion, load project, and it's the same thing...
Compile, start app - Ok
Shut down App, change something in code or in Window editor, save, compile, start app - NOTHING IS...
i have an ultra simple report...
two lines in header one in footer ( date, time and page number ) and two lines in page section. No details!
In page section i'm printing one line of strings and one line of local vars...
but my report is creating two pages .... identical!
why... the report is...
can someone please tell me the exact syntax for LOOP FOR...
by the clarion's help i've done this
LOOP
FOR(x,1,5) BY(1)
loc:var = KON:Konobar[1]
message(loc:var)
.
i need to get characters individual in the message...
any ideas how to change one of the var characters for printing? we in...
i start my aplication (on PC) but there is changes that i make.
I put single message('Helo!') before opening main window and there is no message. i start aplication on my notebook ( same version ) and everything is working fine...
i tried to synchronize all procedures, and one of my procedures...
i need to press right arow key, but not with my hand...
this is my code
IF KeyCode() = mKey THEN
SETKEYCODE(0)
LOCK_VAR = 'm'
Display()
Select(?LOCK_VAR)
???
.
after "select" is done my LOCK_VAR field is selected and if i continue to write i'll overwrite already writen "m".
I need to...
i copied all files from laptop to my pc, so i can continue to work on the software on my PC. On the laptop everythin works great - no errora!
When i try to compile and run app in on PC compiling is taking forever displaying something like this:
Sizes = Code: 16022; Const:9009; Data: 1028
Making...
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.