Après windows pour les nuls, voici PB pour les bons (ou presque).

Le forum (ô combien francophone) des utilisateurs de Powerbuilder.

Recherche rapide

Annonce

Certaines rubriques, dont des cours, sont uniquement visibles par les membres du forum ^^.
Dans la rubrique Liens & Références, vous avez accès à un sommaire de téléchargement, profitez-en !
Il existe maintenant un nouveau TOPIC "Votre CV en Ligne" accessible uniquement par demande.

#1 28-11-2007 17:14:30

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Projet webform questions

Bonsoir,

j'ai voulu tester aussi les webforms, j'ai installé tout le toutim, comme décrit dans Tests de déploiement .NET sur IIS d'une application PB10 migrée en PB1 :
* IIS
* .Net 2
* .Net 2 SDK
* IEwebcontrols

lorsque je déploie l'appli j'ai une erreur pas très explicite :

---------- Run: Run of p_webform   (18:06:06)
Checking IIS server...
Generating .NET assembly file...
Deploy failed.
---------- Finished Run of p_webform   (18:06:12)

une idée ?


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#2 28-11-2007 17:21:38

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

sous pb11 ?

il n'indique rien sur l'onglet des erreurs ?


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#3 28-11-2007 17:24:27

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

non, mais dans le log j'ai ça

Code:

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>csc
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

fatal error CS2008: No inputs specified

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if errorlevel 9009 exit 3 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.asmx" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.asmx" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.html" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.html" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.css" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.css" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.cs" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.cs" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.aspx" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.aspx" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.htm" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.htm" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.js" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.js" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.resx" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.resx" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.asax" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\*.asax" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\build.bat" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\build.bat" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\web.config" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\web.config" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\bin" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\bin" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\images" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\images" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\scripts" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\scripts" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\temp" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\temp" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\Registry.xml" del "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\Registry.xml" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\a" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\a" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\b" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\b" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\c" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\c" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\d" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\d" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\e" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\e" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\f" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\f" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\g" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\g" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\h" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\h" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\i" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\i" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\j" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\j" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\k" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\k" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\l" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\l" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\m" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\m" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\n" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\n" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\o" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\o" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\p" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\p" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\q" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\q" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\r" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\r" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\s" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\s" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\t" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\t" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\u" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\u" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\v" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\v" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\w" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\w" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\x" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\x" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\y" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\y" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if exist "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\z" rd /s /q "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\..\SDCWebReport_root\file\common\z" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>rename "C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport\AssemblyInfo.bak" "AssemblyInfo.cs" 

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>"C:\Program Files\Sybase\PowerBuilder 11.0\DotNET\bin\pb2cs" @"C:\_report_dev\src\_sdc_report_webform.pbt_build\projectinfo.txt" 
'"C:\Program Files\Sybase\PowerBuilder 11.0\DotNET\bin\pb2cs"' is not recognized as an internal or external command,
operable program or batch file.

C:\_report_dev\src\_sdc_report_webform.pbt_build\SDCWebReport>if ERRORLEVEL 1 exit 1 
Error: Generating PowerBuilder .NET assemblies failed.

N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#4 28-11-2007 17:26:27

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

j'ai trouvé ça Chapter 17: Troubleshooting .NET Targets

je vais creuser un peu...


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#5 28-11-2007 17:29:44

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

curieux, je n'ai pas eu ce genre de probleme...
sauf au niveau des droits admins, ou alors lorsqu'un script pb n'est pas compatible...

sinon, tu uploadé le dernier ebf ?


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#6 28-11-2007 17:35:48

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

pick ouic a écrit:

sinon, tu uploadé le dernier ebf ?

oui je suis en PB11.1-8123

je vais retenter avec une toute petite appli, genre une fenêtre + un bouton


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#7 28-11-2007 17:46:32

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

ErAsORz a écrit:

pick ouic a écrit:

sinon, tu uploadé le dernier ebf ?

oui je suis en PB11.1-8123

je vais retenter avec une toute petite appli, genre une fenêtre + un bouton

bonne idée !

sinon, je n'ai pas reussi à installer la version 11.1 sur ma machine (du bureau)
cela doit etre le fait que je sois encore en xp pro pack1.
tout fonctionne, pb, winform... par contre, lorsque je veux deployer un projet webform, il me plante dès le début... une erreur de dll.
sous vista, ca fonctionne bien.

bref, donc, je suis revenu en v11.0 build 7549


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#8 28-11-2007 17:46:56

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

The pbc2cs.exe file is present in the PowerBuilder 11.0\DotNET\bin directory and is the version distributed with the current PowerBuilder release.

je n'ai pas ça dans ce dossier, uniquement :

pbdotnet_nochk.wixlib
pbdotnet_wixui.wixlib

je crois que je vais réinstaller PB, peut-être qu'il y a une option de composants  .NET que je n'avais pas sélectionné lorsque j'avais installé la 1ère fois (?)


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#9 28-11-2007 17:50:24

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

pour l'installation,
il y a un ordre :

installer d'abord iis 5 et +
dotnet 2.0 puis le framework
et enfin pb11

si tu as installé pb11 avant, les composants dotnet pb ne sont pas installés.


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#10 28-11-2007 18:03:16

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

je suis entrain de réinstaller PB11 en cochant .NET targets


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#11 28-11-2007 21:49:45

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

pick ouic a écrit:

pour l'installation,
il y a un ordre :

installer d'abord iis 5 et +
dotnet 2.0 puis le framework
et enfin pb11

si tu as installé pb11 avant, les composants dotnet pb ne sont pas installés.


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#12 28-11-2007 21:50:31

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

alors petit bilan sur une appli assez conséquente : déploiement ok

---------- Deploy: Deploy of p_webform   (22:05:47)
Checking IIS server...
Generating .NET assembly file...
Generating PBD files...
Copying to IIS server...
Deploy succeeded.

Some functions/events/properties are not supported.
---------- Finished Deploy of p_webform   (22:09:50)

au lancement : il ne se passe rien, écran blanc, pas de message d'erreur...
je vais repartir pas à pas de zéro avec une fenêtre, un bouton, une connection DB, une DW...

quand même un enseignement de taille : les Unsupported features et warnings , 1er florilège classé par objet :

---------- Unsupported features

System

* function "handle" 
* function "run" 
* function "setpointer" 
* function "send" 
* function "timer" 

Menu

* Property "menutitletext"
* Property "menuimage"
* Property "menubitmaps"
* Property "bitmapbackcolor"
* Property "bitmapgradient"
* Property "microhelp"
* Property "titlebackcolor"
* Property "titlegradient"

Window

* Event "key" of window

Tab

*  Property "focusonbuttondown"

Datawindow

* Property "title"
* Property "livescroll"
* Event "dragdrop"

Statictext

* Property "focusrectangle"
* Event "getfocus"

Editmask

* Property "spin"
* Property "displaydata"
* Property "increment"
* Function "selecttext"

Dragobject

* Function "setredraw"
* Property "dragauto"

Dropdownlistbox

* Property "allowedit"

Listbox

* Event "doubleclicked"

Datepicker

* Property "todaysection"
* Event "valuechanged"


---------- Warning messages:

n_wininet.of_ftp_writefile.18  C0315: Value of maths literal below minimum allowed for datatype unsignedlong.


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#13 28-11-2007 22:09:00

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

sympa les messagebox : smiley_726

http://img529.imageshack.us/img529/5879/msgboxuo7.png


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#14 28-11-2007 22:24:53

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

un petit detail...

ca ne marche pour l'instant que sous IE.

Firefox sera supporté sur la 11.2, voir la 12


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#15 28-11-2007 22:27:04

foon  
N2iGeek + MangasGeek = foon
Award: bf
Lieu: Bonchamp-Lès-Laval
Date d'inscription: 28-02-2007
Messages: 2486
Pépites: 85
Banque: 9,223,372,036,854,776,000

Re: Projet webform questions

Je me disais aussi...
On dirait du Java des débuts


Seuls ceux qui ne font rien ne font jamais d'erreurs
http://www.nerdtests.com/images/badge/163124fb7fb459a3.gif

Hors ligne

 

#16 28-11-2007 23:06:51

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

pick ouic a écrit:

un petit detail...

ca ne marche pour l'instant que sous IE.

Firefox sera supporté sur la 11.2, voir la 12

autant pour moi

http://img504.imageshack.us/img504/1676/msgboxpp1.png

PS : à quand du html unifié ?


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#17 28-02-2008 19:53:07

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

je viens de regarder un peu plus, et le gros problème pour migrer une de mes applis c'est la gestion des fichiers...

tout passe par le répertoire virtuel et marche par session utilisateur (les fichiers sont détruis après déconnexion)

ça me m'arrange pas
pour les fichier .INI qui ne changent pas, il y a la solution du PBR
mais pour tous les fichiers générés par l'appli (PDF,XLS,TXT,LOG...) et qui doivent être conservés sur le serveur et accessibles à tous les utilisateurs...


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#18 28-02-2008 20:26:13

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

ErAsORz a écrit:

je viens de regarder un peu plus, et le gros problème pour migrer une de mes applis c'est la gestion des fichiers...

tout passe par le répertoire virtuel et marche par session utilisateur (les fichiers sont détruis après déconnexion)

ça me m'arrange pas
pour les fichier .INI qui ne changent pas, il y a la solution du PBR
mais pour tous les fichiers générés par l'appli (PDF,XLS,TXT,LOG...) et qui doivent être conservés sur le serveur et accessibles à tous les utilisateurs...

il faut passer via appeon...et la, ca marchera...


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#19 28-02-2008 20:56:37

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

pick ouic a écrit:

il faut passer via appeon...et la, ca marchera...

c'est pas tout à fait le même budget...

en plus avec les nouveautés annoncées pour les 11.2, 11.5, 12.0 vaut mieux rester sur du webform...

je vais creuser ça un peu plus : filemanager, etc


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#20 28-02-2008 21:47:11

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

je ne sais pas si je me trompe, mais j'ai l'impression qu'il faudra payer une nouvelle licence pour avoir la 12...


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#21 29-02-2008 09:10:39

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

dis-moi pick, les onglets des fenêtres child ouvertes en MDI ou même les onglets classiques, ils sont pas très sexy... smiley_726

http://img156.imageshack.us/img156/4467/webformmv3.png


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#22 29-02-2008 09:15:58

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

t'aimes pas le ORANGE ? (les tomates ne sont pas oranges, je t'assure...)


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

#23 29-02-2008 09:24:34

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

ouais en effet, très à la mode le orange smiley_726


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#24 29-02-2008 09:31:24

erasorz  
Admin
Lieu: Babylone
Date d'inscription: 23-11-2006
Messages: 5121
Pépites: 97,197
Banque: 2,147,483,647

Re: Projet webform questions

sinon, des erreurs javascript qui se déclenchent :

http://img403.imageshack.us/img403/2923/webformdr4.png


N'envoyez jamais un humain faire le travail d'un programme.

Hors ligne

 

#25 29-02-2008 09:38:07

pick ouic  
La bourse ou la vie ^^
Award: gearotter
Lieu: Massy-Verrières
Date d'inscription: 29-05-2006
Messages: 4655
Pépites: 933
Banque: 2,147,483,647
Site web

Re: Projet webform questions

waouuuuuuuuuuh,
je n'ai pas eu ce probleme moi... en plus, en francais !
il y a un code particuliers ? tu es bien en pb11.1 , avec la release des dernieres dlls ?

http://pbadonf.fr/forum/viewtopic.php?pid=14147#p14147


Connaitre son ignorance est une grande part de la connaissance.
http://animegifs.free.fr/anime/mazinger/mazinger.gif

Hors ligne

 

Pied de page des forums

Propulsé par FluxBB 1.2.22