Search found 27 matches

by Djiber
Mon Mar 26, 2012 1:06 am
Forum: Xbase++ Support
Topic: DO WHILE .NOT. EOF
Replies: 10
Views: 22279

Re: DO WHILE .NOT. EOF

I did, same result, but I've solved my problem by creating function for Indexing and then reindex everything with it, now it works like a charm ( At least until I get some error :) ).

Now I just need to figure out how to filter same user and use his messages to get In and Out for every user.
by Djiber
Fri Mar 23, 2012 2:45 am
Forum: Xbase++ Support
Topic: DO WHILE .NOT. EOF
Replies: 10
Views: 22279

Re: DO WHILE .NOT. EOF

Mreza is function that's checking if DBF is edited by another user/computer.

Thanks skiman, I'll try to use Aliases and see will that solve my problem.

Still only 10 lines are checked :(

Code: Select all

USER_ID	DATUM	VRI_P	VRI_K
ADMIN	1.3.2012	15:54	15:54
ADMIN	21.3.2012	10:43	10:43
by Djiber
Thu Mar 22, 2012 8:29 am
Forum: Xbase++ Support
Topic: DO WHILE .NOT. EOF
Replies: 10
Views: 22279

Re: DO WHILE .NOT. EOF

Still I get just 10 Lines USER_ID DATUM VRI_P VRI_K AMIHA 1.3.2012 ADMIN 1.3.2012 AMIHA 1.3.2012 ADMIN 1.3.2012 ADMIN 1.3.2012 AMIHA 1.3.2012 AMIHA 1.3.2012 ADMIN 1.3.2012 ADMIN 1.3.2012 15:54 ADMIN 21.3.2012 15:54 10:43 Is it problem cause some messages aren't In or Out, but just some gibberish so ...
by Djiber
Thu Mar 22, 2012 5:49 am
Forum: Xbase++ Support
Topic: DO WHILE .NOT. EOF
Replies: 10
Views: 22279

Re: DO WHILE .NOT. EOF

Thanks, that solved my problem

Or maybe not, I get only 10 lines now and again don't know why :(
by Djiber
Thu Mar 22, 2012 5:13 am
Forum: Xbase++ Support
Topic: DO WHILE .NOT. EOF
Replies: 10
Views: 22279

DO WHILE .NOT. EOF

I have function that's called with button click and it should populate DBF with DATA from another DBF. I'm stuck cause I don't know why it doesn't do that for all DATA (It does it for 1'st line only) Can some1 explain me what I'm doing wrong except everything :) FUNCTION Manj() LOCAL ID:=Space(20), ...
by Djiber
Sun Mar 18, 2012 1:29 pm
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 16934

Re: Operating System Error

OK, so it would fix it if I set

DEFAULT nCPU :=16 or I've understand you wrong?

Why does ALASKA sample returns same Error?

Problem solved, I just needed some more DLL's

Thanks for the help
by Djiber
Sun Mar 18, 2012 10:33 am
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 16934

Re: Operating System Error

Yap all DLL's are in same dir as .exe cause like I've said I'm trying to start program on my friend's computer, he doesn't have ALASKA neither compilers or anything else. Program runs without any problem on my computer where I've compiled it. FUNCTION DC_SetCPU( nCPU, cFile ) LOCAL nHnd := 0 // file...
by Djiber
Sun Mar 18, 2012 8:24 am
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 16934

Re: Operating System Error

Thanks, that solved it, but now I get this: Xbase++ version : Xbase++ (R) Version 1.90.355 Operating system : Windows XP 05.01 Build 02600 Service Pack 3 ------------------------------------------------------------------------------ oError:args : -> VALTYPE: C VALUE: xpprt1.dll -> VALTYPE: N VALUE: ...
by Djiber
Sat Mar 17, 2012 10:10 am
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 16934

Re: Operating System Error

Do you maybe know which DLL is that, cause before this error I've got errors with the DLL's missing and I've put them all in the same folder as EXE, but now I got this and I don't know which DLL is missing.
by Djiber
Sat Mar 17, 2012 6:12 am
Forum: Xbase++ Support
Topic: Operating System Error
Replies: 8
Views: 16934

Operating System Error

Why do I get this error when I start my application on the computer other then the 1 I've compiled it on?

Image