|
|
Up |
|
|
  |
Author: Ollie.HipplerOllie.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
|
|
  |
Author: SkywiseSkywise
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
|
|
  |
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
|
|
  |
Author: dbaseiiidbaseiii
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
|
|
  |
Author: abubakarmabubakarm
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 |
|
  |
Author: abubakarmabubakarm
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
|
|
  |
Author: wumpuswumpus
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
|
|
  |
Author: WestlandbtWestlandbt
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
|
|
  |
Author: Piero SalandinPiero 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
|
|
  |
|
|
  |
Author: abubakarmabubakarm
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 |
|
|
|
|
|
|