Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > PC based Database Applications > Other PC Databases > what is it?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-06-04, 18:13
t.moro t.moro is offline
Registered User
 
Join Date: May 2004
Posts: 2
what is it?

i've a db prog to send barcode description to my till,i'ts an old dos prog with a mask where i've to put one by one all my barcodes, it's called brainpos.
every file have a neme like plu.dat and a cpy plu.key.
i've also a readme whit the structure and the code.

this is an abstract:
/* PPOS-DBC Database definition */
/* 20 - 02 - 1998 */
/* Rev. PPOS 8.0 e superiori */
database ppos_db
{

/* D A T A F I L E S */

data file "plu.dat" contains plu_db;
data file "pluext.dat" contains pluext_db;
data file "aliquote.dat" contains aliquote_db;
data file "modifica.dat" contains modificatori_db;
data file "offerte.dat" contains offerte_db;
data file "clienti.dat" contains clienti_db;
data file "xoffcli.dat" contains xoffcli_db;
data file "tender.dat" contains tender_db;


and also

/* R E C O R D S */

/*** PLU ***/
record plu_db
{
unique key char acCodPlu[17];
char acDescrPlu[21];
char vcBit; /*
bit 0,1 --> Prezzo Obbligatorio
bit 3,2 --> Max cifre significative sulla moltiplicazione
bit 6,5,4 --> Max moltiplicazioni per PLU
bit 7 --> Stato del PLU
*/
char acPrezzo[5]; /*formato 5 digit base 256 (terminatore escluso)*/
char acTipo[5];
char acHalo[5]; /*formato 5 digit base 256 (terminatore escluso)*/
char acLalo[5]; /*formato 5 digit base 256 (terminatore escluso)*/
char vcBitIvaFlag; /*
bit 7,6,5 --> EAN2
bit 4 --> Prezzo Modificabile
bit 3,2,1,0 --> Indice SLOT nella tabella IVA

somebody said me this was made whit RAIMA db.
My question is if is possible to find some prog to convert or better to import text files or xml or excel or something else whit all the barcodes.
thanks
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On