comp.databases.xbase.codebase
  Home FAQ Contact Sign in
comp.databases.xbase.codebase only
 
Advanced search
August 2008
motuwethfrsasuw
    123 31
45678910 32
11121314151617 33
18192021222324 34
25262728293031 35
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.databases.xbase.codebase Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  comp.bugs.sys5 stroke         


Author: Ollie.Hippler
Date: Aug 14, 2008 15:04

http://wisdom.googlebong.com

Roxanne Redpath GoogleBong

img { border: 2px solid Black }

pre { font: 6pt/8pt }

p,blockquote { font: 16pt; font-family: verdana, arial, 'sans serif' }

h1,h2,h3,h4,ul { font-family: verdana, arial, 'sans serif'; font: 14p }

table,li,td { font-family: verdana, arial, 'sans serif'; font: 12p }

ul { list-style: disc }

ol { list-style: decimal }

body { background: "#EEEEEE" }

h1,h2,h3,h4,hr,p,ul,blockquote,pre { color:Black }

a:link { color:Blue }

a:visited { color:Blue }

a:active { color:"#008000" }

a:hover { color:"#008000" }

h1.header { padding:0em; margin:0 }

div.container { width:100%%; margin:0px; border:1px solid Black; line-height:150%% }

div.header,div.footer { padding:0.5em; color:white; background-color:Black; clear:left }

div.left { width:15%%; margin:0; float:left; padding:0; }
Show full article (1.08Kb)
no comments
  Problems compiling the gen4 program         


Author: Skywise
Date: Jul 29, 2008 00:16

Hi all,
I tried to compile the gen4 program with my visual studio c++ 6.0 and
I get several errors with it.
First I tryed the gen4 Project file, but it shows me only the cpp file
in the project and it made none of the settings in the Project menu.
Then I made all the steps as it is shown in the Start.pdf
"Walkthrough: Visual C++ 6 and DLL"
Now the libs are included, the DLLs are at their position, the
settings are done, but I got two Errors.
GEN4.CPP
d:\test\codebase\testprogs\konsole\gen4\source\gen4.cpp(143) : error
C2065: 'gen4' : nichtdeklarierter Bezeichner
d:\test\codebase\testprogs\konsole\gen4\source\gen4.cpp(149) : error
C2373: 'gen4' : Neudefinition; unterschiedliche Modifizierer
Fehler beim Ausführen von cl.exe.
I've no Idea, why this happens, has anybody a hint for me, what there...
Show full article (0.84Kb)
no comments
  S4SERVER goes down         


Author:
Date: Jul 18, 2008 07:25

Hi all,
I discovered the same problem in two different sites I have installed
S4SERVICE.EXE. I don't have any idea about the causes but the
S4SERVICE.EXE crashes without writing any messages in the S4SERVER.ERR.
Both servers are Windows Server 2003. The DB is FoxPro and client
application are written in Delphi 5. Did you notice some problem in the
S4SERVICE.EXE server? The server in use it the version 6.5 Build 1359.

If helps I can provide DRWTS32.LOG file.

max
no comments
  arCodebase VB6. How to create simple .ntx         


Author: dbaseiii
Date: Jun 24, 2008 13:49

Hi all#
Trying to get my head around this.
In codebase for vb6 how do i open a .dbf file and create an index file
(.ntx) on field "name"

Regards
no comments
  Where is recnofix these days?         


Author: abubakarm
Date: Jun 11, 2008 04:45

Hi,
I have a file whose header is corrupted. After searching the net I
have found out that there is some file recnofix that can fix this. I'm
unable to access ftp://ftp.sequiter.com/pub/dbfix.zip. And cannot find
files recnofix.c. Can any one please tell me how to get this code.

Regards,

..ab
2 Comments
  Data4's Seek method hanging indefinitely         


Author: abubakarm
Date: Jun 9, 2008 08:14

Hi all,
through codebase I have a *.dbf file. I have got this file from a
friend's pc (i also have this file's *.cdx file). In my code, which
works perfect on other similar files, there is a Data4 object called
"datafile" and when i call its method seek(char *), the call never
returns from this seek method. It seems the file that I got from my
friend's pc is somehow corrupt in some way that is hard to find out.
If I open this file in CDBF Viewer (version 1.35) the files open
properly and shows all the data rows. Also an important thing is that
although the seek method is not working, if i call datafile.positon
method, it works just fine (no hangs like the seek method).

Can someone plz tell me what maybe wrong with these files and why is
the code not returning from the seek method? How can I detect any
corruption of file, is there a built way in codebase to deal with
this?

Regards,

,,ab
no comments
  executing DEBUG STATIC application generates zlib error : zlib.dll was not found         


Author: wumpus
Date: May 29, 2008 07:14

codebase 6.5 'c'
WIN32
S4STATIC
standard MDX build

error:
The application has failed to start because zlib.dll was not found. Re-
installing the application may fix this problem.

any idea how to compile my codebase application DEBUG build compiled
with S4STATIC to start without the zlib error. RELEASE version
compiles and runs fine. ? As far as i am aware, it should be linking
staticly to the zlib.lib library, not loading the zlib.dll at runtime.
Whilst error is displayed, the app still runs ok, although when you
close the error dialog, the app terminates with a second dll error.

thanks,
no comments
  WereEveryWhere.net         


Author: Westlandbt
Date: May 24, 2008 20:54

WereEveryWhere.net seeks to become the most popular Social Networking Website
offering an interactive, user-submitted network of friends, personal profiles,
video chat, blogs, groups, photos, music and videos for adults internationally.

Log on at http://www.WereEveryWhere.net Its FREE!

-----------------------------------------------------------------------------
--This Message Has Been Posted Using A Trial Version Of Message Poster 2003--
-----------------------------------------------------------------------------
Would you like to reach millions of customers for only the cost of bandwidth?
You can post messages like this to thousands of newsgroups with a simple to
use software application called Message Poster 2003. For more details on
this extremely affordable software, visit:
http://www.exibitionsoftware.com
no comments
  Index Structure collection         


Author: Piero Salandin
Date: May 19, 2008 00:00

Hi there! I hope someone can help me with this question.
The short form is:
how can I know when an index i sascending or descending?

The long form is:

I have a Codebase Delphi Application (actually Delphi 5.0), in which
I have to check and, in case, modify, the structure of fields and tags
in a collection of tables.

Regadring tags/indexes, which is the problem, I use the TAG4INFO structure
to build indexes:

lData4File := d4Create(lcb,PFileName,
PFIELD4INFO(lfiPtr),
PTAG4INFO(ltiPtr));

actually, the TAG4INFO structure is as following:
Show full article (1.30Kb)
no comments
  Adding a new column to existing codebase file         


Author: abubakarm
Date: May 13, 2008 00:37

Hi, I have a file called manifest.dbf (and manifest.cdx). It has 10
columns with data in it. I want to add 11th column. How do i do this?
Is it possible? I dont want the existing data to be disturbed. The
initial values can be null in the new column, thats fine.

Regards,

..ab
2 Comments
1 2 3 4 5 6 7 8