Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projet contact #3

Open
AS400JPLPC opened this issue Apr 5, 2022 · 1 comment
Open

Projet contact #3

AS400JPLPC opened this issue Apr 5, 2022 · 1 comment

Comments

@AS400JPLPC
Copy link
Owner

No description provided.

@AS400JPLPC
Copy link
Owner Author

AS400JPLPC commented Apr 5, 2022

-- FCONTACT definition

CREATE TABLE "FCONTACT" (
CID INTEGER PRIMARY KEY AUTOINCREMENT,
NOM VARCHAR NOT NULL,
PRENOM VARCHAR NOT NULL,
CIVILITE VARCHAR NOT NULL,
RELATION VARCHAR NOT NULL,
TEL VARCHAR NOT NULL,
TELBIS VARCHAR NOT NULL,
MAIL VARCHAR ,
DJN VARCHAR ,
ADR1 VARCHAR NOT NULL,
ADR2 VARCHAR ,
ADR3 VARCHAR ,
CPTT VARCHAR NOT NULL,
VILLE VARCHAR NOT NULL,
CPAYS VARCHAR NOT NULL,
LPAYS VARCHAR NOT NULL,
NOTE1 VARCHAR ,
NOTE2 VARCHAR ,
NOTE3 VARCHAR ,
CPROF VARCHAR ,
SOCIETE VARCHAR
);

-- FCDEP definition

CREATE TABLE FCDEP (
CID INTEGER PRIMARY KEY AUTOINCREMENT,
CPOSTAL VARCHAR,
LCOMMUNE VARCHAR,
LDEPARTEMENT VARCHAR,
LREGION VARCHAR,
CPAYS VARCHAR,
LPAYS VARCHAR,
TPAYS VARCHAR
);

-- FCPROF definition

CREATE TABLE "FCPROF" (
CPROFESSION VARCHAR,
HS INTERGER
);

programme contact:

ecr01:
f2 select enrg FCONTACT
f3 exit
f9 Add -> saisie mask ecr02
f10 update -> saisie mask ecr02
f23 delete -> saisie mask ecr02

  • f2:
  • saisie field trie
  • enter Valide la selection
  • escape abandon selection

ecr02:
saisie des fields & contrôle cohérence

dans le traitement de combo
a) combo défini avec TermSDA
b) combo avec squelette puis mise en fonction avec un accès direct d'une table
c) choix sur le combo de la commune (sqlite like )
d) choix de la profession
e) f4 call programme "Tprofession"

un traitement complet avec pagination

prise en compte de la fonction ioFMT(PANEL,GRIDSFL,select, pos(index grid-> line))

reste à faire: reprendre le traitement de selection de département

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant