GithubHelp home page GithubHelp logo

Projet contact about nim_designer HOT 1 OPEN

AS400JPLPC avatar AS400JPLPC commented on August 20, 2024
Projet contact

from nim_designer.

Comments (1)

AS400JPLPC avatar AS400JPLPC commented on August 20, 2024

-- 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

from nim_designer.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.