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.
Search found 27 matches
- Mon Mar 26, 2012 1:06 am
- Forum: Xbase++ Support
- Topic: DO WHILE .NOT. EOF
- Replies: 10
- Views: 26387
- Fri Mar 23, 2012 2:45 am
- Forum: Xbase++ Support
- Topic: DO WHILE .NOT. EOF
- Replies: 10
- Views: 26387
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
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
- Thu Mar 22, 2012 8:29 am
- Forum: Xbase++ Support
- Topic: DO WHILE .NOT. EOF
- Replies: 10
- Views: 26387
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 ...
- Thu Mar 22, 2012 5:49 am
- Forum: Xbase++ Support
- Topic: DO WHILE .NOT. EOF
- Replies: 10
- Views: 26387
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
Or maybe not, I get only 10 lines now and again don't know why
- Thu Mar 22, 2012 5:13 am
- Forum: Xbase++ Support
- Topic: DO WHILE .NOT. EOF
- Replies: 10
- Views: 26387
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), ...
- Sun Mar 18, 2012 1:29 pm
- Forum: Xbase++ Support
- Topic: Operating System Error
- Replies: 8
- Views: 19739
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
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
- Sun Mar 18, 2012 10:33 am
- Forum: Xbase++ Support
- Topic: Operating System Error
- Replies: 8
- Views: 19739
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...
- Sun Mar 18, 2012 8:24 am
- Forum: Xbase++ Support
- Topic: Operating System Error
- Replies: 8
- Views: 19739
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: ...
- Sat Mar 17, 2012 10:10 am
- Forum: Xbase++ Support
- Topic: Operating System Error
- Replies: 8
- Views: 19739
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.
- Sat Mar 17, 2012 6:12 am
- Forum: Xbase++ Support
- Topic: Operating System Error
- Replies: 8
- Views: 19739
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?