Jump to content

pizzahut222

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by pizzahut222

  1. unit UntDM; interface uses SysUtils, Classes, DB, DBAccess, Uni, UniProvider, MySQLUniProvider, MemDS; type TDM = class(TDataModule) Connection: TUniConnection; MySQLUniProvider1: TMySQLUniProvider; private { Private declarations } public { Public declarations } end; type InfosInscription=record strNom: String; strPrenom: String; idActif: Integer; idClasse: Integer; idInscription: integer; idIntroducteur: integer; idFacture: integer; bEE: boolean; end; var gl_Etudiant: InfosInscription; implementation {$R *.dfm} uses UniGUIVars, uniGUIMainModule, MainModule; ---------------------------------------------------------------- So, the clients or users share the same variable 'gl_Etudiant'? This is a big problem!!! Thanks! Delphi2009+unigui 86.0.888
  2. good question: it would be interesting to be able to generate the string us with our algorithm. This is possible?
  3. Hi, thanks for your great job. I have see your demos, but I like "outlook style", and I find there it is by ext-4.0.2a : http://dev.sencha.com/deploy/ext-4.0.2a/examples/sandbox/sandbox.html So, if possible, can you realise "Accordion Window"? Thanks a lot!
×
×
  • Create New...