Home > Archive > Clarion > April 2004 > error 47
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have problem with error 47 (Invalid record declaration), when I change
dictionary in my application.
I need freeware program or template for my application..
Programing in clarion 55 in old template.
Because I'am beginer , please detailed explanation.
| |
| C.Joseph Drayton 2004-04-28, 6:31 pm |
| Hi Mirko,
If you change your dictionary, then you have to 'synchronize' with the application. To do this, load your application, then on
the {Application} menu choose {Synchronize}. The IDE will do the rest. Note that it may change the field size so you may have to
do some re-formatting.
Ciao . . .
C.Joseph
++ Let know man judge me until . . .
he has walked the road I have . . .
in the shoes I've worn. ++
http://kalek1.home.mindspring.com
Mirko wrote:
> I have problem with error 47 (Invalid record declaration), when I change
> dictionary in my application.
> I need freeware program or template for my application..
> Programing in clarion 55 in old template.
> Because I'am beginer , please detailed explanation.
>
>
| |
|
| Hi C.Joseph
I've got the same problem as Mirko. I've made some changes to my file in
the dictionary. I've browsed it and it looks fine in the dictionary.
However, when I want to browse it in the app its give and "error 47".
I did what you suggested but it still gives the error.
Please help!!
Nazla
"C.Joseph Drayton" <kalek1@mindspring.com> wrote in message
news:409024ca_5@news.athenanews.com...
> Hi Mirko,
>
> If you change your dictionary, then you have to 'synchronize' with the
application. To do this, load your application, then on
> the {Application} menu choose {Synchronize}. The IDE will do the rest.
Note that it may change the field size so you may have to[color=darkred]
> do some re-formatting.
>
> Ciao . . .
> C.Joseph
>
> ++ Let know man judge me until . . .
> he has walked the road I have . . .
> in the shoes I've worn. ++
>
> http://kalek1.home.mindspring.com
>
>
> Mirko wrote:
change[color=darkred]
| |
| Jason Berkan 2004-04-29, 10:55 pm |
| On Wed, 28 Apr 2004 20:17:22 +0200, "Mirko" <clarionaa@yahoo.com>
wrote:
>I have problem with error 47 (Invalid record declaration), when I change
>dictionary in my application.
The database declaration in the dictionary no longer matches the
physical layout of your data file. Your data file needs to be
converted to match the declaration in the dictionary.
>I need freeware program or template for my application..
The dictionary is the only freeware program for handling this. With
the dictionary open, use File->Browse or File->Convert. The physical
layout of the file will then be updated.
It is a little more complicated if the data file is on another
machine, as you need to move it to your development machine, or if you
use a variable for the Full Pathname. Simplest option there is to
temporarily remove the full pathname, put the data file in your
development directory, convert it, put the data file back where the
program expects it, and the restore the full pathname.
Jason
| |
| C.Joseph Drayton 2004-04-29, 10:55 pm |
| Hi Nazla,
Did you remember to convert the existing file inside of the dictionary after changing the dictionary? To do this, open the
Ciao . . .
C.Joseph
++ Let know man judge me until . . .
he has walked the road I have . . .
in the shoes I've worn. ++
http://kalek1.home.mindspring.com
Nazla wrote:
> Hi C.Joseph
>
> I've got the same problem as Mirko. I've made some changes to my file in
> the dictionary. I've browsed it and it looks fine in the dictionary.
> However, when I want to browse it in the app its give and "error 47".
>
> I did what you suggested but it still gives the error.
>
> Please help!!
>
> Nazla
> "C.Joseph Drayton" <kalek1@mindspring.com> wrote in message
> news:409024ca_5@news.athenanews.com...
>
>
> application. To do this, load your application, then on
>
>
> Note that it may change the field size so you may have to
>
>
> change
>
>
>
>
| |
|
| Hi
Yes I did that, and it browsed fine (that is in the dictionary).
"C.Joseph Drayton" <kalek1@mindspring.com> wrote in message
news:40911d04$1_1@news.athenanews.com...
> Hi Nazla,
>
> Did you remember to convert the existing file inside of the dictionary
after changing the dictionary? To do this, open the[color=darkred]
>
> Ciao . . .
> C.Joseph
>
> ++ Let know man judge me until . . .
> he has walked the road I have . . .
> in the shoes I've worn. ++
>
> http://kalek1.home.mindspring.com
>
>
> Nazla wrote:
in[color=darkred]
|
|
|
|
|