|
| Appending from ver4 table |
 |
Sun, 13 Jan 2008 21:21:11 -050 |
Am using dBasePlus v2.21 b1755
from the dot prompt, I am able to
append data from level 4 table format
USE file (level 7)
append from file (level 4)
but when I compiled and build, the resulting .exe file seems to run ok
from same directory, but on a runtime machine, it give "internal
error."
stopping at the APPEND line.
Wonder if this is a bug or has been fixed in later versions?
How would one pickup data from level 4 table othewise in compiled application?
|
| Post Reply
|
| Re: Appending from ver4 table |
 |
Mon, 14 Jan 2008 00:22:25 -050 |
In article <GaAThQlVIHA.1236@news-server>, chowgeorge@sympatico.ca
says...
> Am using dBasePlus v2.21 b1755
>
> from the dot prompt, I am able to
> append data from level 4 table format
>
> USE file (level 7)
> append from file (level 4)
>
> but when I compiled and build, the resulting .exe file seems to run ok
> from same directory, but on a runtime machine, it give "internal
error."
> stopping at the APPEND line.
>
> Wonder if this is a bug or has been fixed in later versions?
>
> How would one pickup data from level 4 table othewise in compiled
application?
George,
This is unusual. Can you copy and paste the segment of program code in
your message so we can see more exactly what you are doing? Off-hand it
doesn't sound like you should be having a problem.
Is either table very large? Does either have a lot of indexes? Is it
possible one or the other of the tables is corrupt?
Which version of Windows is this on? Is the data stored on a file server
or the same PC as the program?
--
Geoff Wass [dBVIPS]
Montréal, Québec, Canada
.|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
.|.|.| ---------------------------------------------------------- |.|.|.
|
| Post Reply
|
| Re: Appending from ver4 table |
 |
Tue, 15 Jan 2008 22:27:49 -050 |
Problem solved.
I was attempting to run the deployed application from a USB drive per dBulletin
#13 (excellent). This condition appeared over and over again until I copied
usa.btl file into the directory, and all problem went away!
Can you tell me what this file does as a curiousity?
Geoff Wass [dBVIPS] Wrote:
> In article <GaAThQlVIHA.1236@news-server>, chowgeorge@sympatico.ca
> says...
> > Am using dBasePlus v2.21 b1755
> >
> > from the dot prompt, I am able to
> > append data from level 4 table format
> >
> > USE file (level 7)
> > append from file (level 4)
> >
> > but when I compiled and build, the resulting .exe file seems to run
ok
> > from same directory, but on a runtime machine, it give "internal
error."
> > stopping at the APPEND line.
> >
> > Wonder if this is a bug or has been fixed in later versions?
> >
> > How would one pickup data from level 4 table othewise in compiled
application?
>
>
> George,
>
> This is unusual. Can you copy and paste the segment of program code in
> your message so we can see more exactly what you are doing? Off-hand it
> doesn't sound like you should be having a problem.
>
> Is either table very large? Does either have a lot of indexes? Is it
> possible one or the other of the tables is corrupt?
>
> Which version of Windows is this on? Is the data stored on a file server
> or the same PC as the program?
>
> --
> Geoff Wass [dBVIPS]
> Montréal, Québec, Canada
>
> .|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
> .|.|.| ---------------------------------------------------------- |.|.|.
> .|.|.| IT Consultant http://Geoff_Wass.com |.|.|.
|
| Post Reply
|
| Re: Appending from ver4 table |
 |
Wed, 16 Jan 2008 00:09:52 -050 |
In article <ZIy5E$#VIHA.1304@news-server>, chowgeorge@sympatico.ca
says...
>
> Problem solved.
> I was attempting to run the deployed application from a USB drive per
dBulletin #13 (excellent). This condition appeared over and over again until I
copied usa.btl file into the directory, and all problem went away!
> Can you tell me what this file does as a curiousity?
George,
OK, so there was something special going on. As near as I can tell
looking around the internet, the usa.btl file is a BDE file that
provides language formatting. If you had been working in a different
language, Japanese, say, then you would have needed a different .btl
file.
Anyway, you have it solved. Thanks for letting us know.
--
Geoff Wass [dBVIPS]
Montréal, Québec, Canada
.|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
.|.|.| ---------------------------------------------------------- |.|.|.
|
| Post Reply
|
| Re: Appending from ver4 table |
 |
Wed, 16 Jan 2008 19:40:05 -050 |
I was working with basic english, nothing out of the ordinary.
quite strange that it needed that file as it didnt involve any language at all.
But with the file, it was able to do append. Thank you for your attention.
Geoff Wass [dBVIPS] Wrote:
> In article <ZIy5E$#VIHA.1304@news-server>, chowgeorge@sympatico.ca
> says...
> >
> > Problem solved.
> > I was attempting to run the deployed application from a USB drive per
dBulletin #13 (excellent). This condition appeared over and over again until I
copied usa.btl file into the directory, and all problem went away!
> > Can you tell me what this file does as a curiousity?
>
> George,
>
> OK, so there was something special going on. As near as I can tell
> looking around the internet, the usa.btl file is a BDE file that
> provides language formatting. If you had been working in a different
> language, Japanese, say, then you would have needed a different .btl
> file.
>
> Anyway, you have it solved. Thanks for letting us know.
>
> --
> Geoff Wass [dBVIPS]
> Montréal, Québec, Canada
>
> .|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
> .|.|.| ---------------------------------------------------------- |.|.|.
> .|.|.| IT Consultant http://Geoff_Wass.com |.|.|.
|
| Post Reply
|
|
|