Hi,
I've got a problem.
I have a file process which takes 33s under windows98 (20000 add). The same process takes over than 15 minutes under XP !!
I have tried several solutions like desactivate Norton, corrected the Opportunistic locking settings on the server and each workstations but...
Hi
I made a call to a function defined into a DLL and want to wait for his termination before to continue the execution of my code.
Is there a way to do that without making a random timer ?
Thx
The pb doesn't seem to be at the line u mark but the line under.
U wrote :
if (OK && !isNum(frm.donorcode.value) {
and U forget a ')' after your isNum test.
Try :
if (OK && !isNum(frm.donorcode.value)) {
and normally, it would be ok (I test it and I got no error)
by
Hi
I try to deploy a web application made with c6 under a server, but the server isn't in my office.
Deploying on my computer, no pb, It works under localhost. But when I try to do it on the server, I can't reach the page.
Question : Is it obligatory that the application broker is launch on...
hi
i try to use the mail and news template of c6 but when I try to send my mail, i have the following :
error history : connecting to DEFAULT 10049 / ABC
when I quit this window the application go to GPF.
When i try to use the example given with c6, it happens the same problem.
can someone...
Hi
I had the same problem.
My problem was my network default printer which wasn't available ! Each time I have this problem, I change my default printer and C6 start without any problem. I only had this problem under win XP (even with c55) but never under win98
Hi
Under WinXP, win I try to launch a report made with report writer, the first time I launch this report, I get a "Error 36 - Invalid Data File" generated by report writer. After closing this error, if I reasked for the same report no problem. But the first report I try to open in...
Hi
After creating an orthographic corrector using ole object (cf threads before) this seems to work well on 5 computers but on the 6th, I have problem. When trying to correct, the chain return is "No ole automation interface".
The problem is only on 1 computer !
I check word versions...
I still try this. But the result is that I get another link error which is :
Unresolved external $GlobalRequest
Unresolved external $VCRRequest
Unresolved external $GlobalResponse
So it does'nt corect my problem.
Another idea ?
Thx
Hi
I've created an application and I have 2 generic dll's that I want to use in my application.
When I compile with only one DLL called, there's no problem, but when I try to compile with the 2 DLL's, when linking, I have the following :
Link Error : Duplicate symbol: $GlobalRequest
Link...
The Cancel button I talk about is the button on the checkGrammar box of Word which appears to correct some words.
Word is not visible but the box to correct is.
The main problem is that when u have several errors in the string, if u correct the first and after close the corrector, an empty...
Hi
In another thread I ask how to implement an orthographic corrector. Vpos answered me very well and I thank him/here.
But I have another question, I try to trap the clic on the 'Cancel' button of the word corrector because it causes to loose the text I try to correct. Is it possible ? I find...
hi
I would like to reduce in the windows systray an application running in back task.
Is it possible to do this without any external software, using clarion code ?
Thx
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.