Hi, i'm new in this newsgroup,
I'm working on a web based managerial software in my company and, for
speed-up my work, have created a framework
This framework uses the PHP and JAVASCRIPT technology.
the innovation in this work is the approach:
You don't need to write specific code in PHP or JS, but you need only to
define a page structure applying the rules and conventions of the
develop environment.
for example this code create a totally working AJAX-form, like MSAccess
mask :
<SECTION GEOMETRY="500px ,300px" >
<SOCKET ID="sock1" DSN="demo" TABLE="Customer s" FIELDS="*"
KEYFIELD="Custo merID" CANREAD="true">
</SOCKET>
<AJFORM ID="form1" DSN="sock1" CANREAD="true" VERBOSE="false" >
</AJFORM>
<LABEL GEOMETRY="16px, 8px,468px,43px" CAPTION="DIMOST RAZIONE DI FORM
ASINCRONO" WRAP="true" NOWRAP="false" STYLE="text-align:center;fo nt:20px
arial,sans;back ground-color:lightgrey ;" >
</LABEL>
<LABEL GEOMETRY="16px, 56px,465px,37px " CAPTION="Per la dimostrazione ho
importato una tabella con dei dati fittizi e la ho collegata ad un form
in questa finestra." STYLE="font:12p x arial,sans;" >
</LABEL>
<AJFTEXT GEOMETRY="128px ,106px,170px,20 px" ID="testo1" FORM="form1"
FIELD="CompanyN ame" STYLE="border:1 px solid grey;" >
</AJFTEXT>
<LABEL GEOMETRY="16px, 106px,106px,20p x" CAPTION="Ragion e sociale :"
STYLE="font:12p x arial,sans;" NOWRAP="true" >
</LABEL>
<LABEL GEOMETRY="16px, 128px,106px,20p x" CAPTION="Indiri zzo :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<LABEL GEOMETRY="16px, 152px,94px,20px " CAPTION="Citta' :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<LABEL GEOMETRY="16px, 176px,106px,20p x" CAPTION="Paese :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<AJFTEXT GEOMETRY="128px ,128px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo2" FORM="form1" FIELD="Address" >
</AJFTEXT>
<AJFTEXT GEOMETRY="128px ,152px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo3" FORM="form1" FIELD="City" >
</AJFTEXT>
<AJFTEXT GEOMETRY="128px ,176px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo4" FORM="form1" FIELD="Country" >
</AJFTEXT>
<BUTTON GEOMETRY="112px ,272px,70px,20p x" CAPTION="Avanti "
ONCLICK="form1. moveNext();" >
</BUTTON>
<BUTTON GEOMETRY="26px, 271px,70px,20px " CAPTION="Indiet ro"
ONCLICK="form1. movePrev();" >
</BUTTON>
</SECTION>
You can see a demonstration at this website :
If you think that code is a little bit complicated, in past 2 month i
created the Integrated Develop Environment (IDE) which is accessible at
this link by clicking the 'Editor' button.
This is still in harder development, but you can try to modify the
'forms>modifica bili>editable.x ml' pages by picking one in the tree menu
at left side.
After editor start you can drag the pre-existent webgets (an web version
of controls in MSVBasic) or drag and drop one new from left-top frame.
At last you can see a working version by clicking 'Salva' and the
'Anteprima' from the top bar.
Bye.
P.S. I'm italian and my english can will be incomprensible. Excuse me.
I'm working on a web based managerial software in my company and, for
speed-up my work, have created a framework
This framework uses the PHP and JAVASCRIPT technology.
the innovation in this work is the approach:
You don't need to write specific code in PHP or JS, but you need only to
define a page structure applying the rules and conventions of the
develop environment.
for example this code create a totally working AJAX-form, like MSAccess
mask :
<SECTION GEOMETRY="500px ,300px" >
<SOCKET ID="sock1" DSN="demo" TABLE="Customer s" FIELDS="*"
KEYFIELD="Custo merID" CANREAD="true">
</SOCKET>
<AJFORM ID="form1" DSN="sock1" CANREAD="true" VERBOSE="false" >
</AJFORM>
<LABEL GEOMETRY="16px, 8px,468px,43px" CAPTION="DIMOST RAZIONE DI FORM
ASINCRONO" WRAP="true" NOWRAP="false" STYLE="text-align:center;fo nt:20px
arial,sans;back ground-color:lightgrey ;" >
</LABEL>
<LABEL GEOMETRY="16px, 56px,465px,37px " CAPTION="Per la dimostrazione ho
importato una tabella con dei dati fittizi e la ho collegata ad un form
in questa finestra." STYLE="font:12p x arial,sans;" >
</LABEL>
<AJFTEXT GEOMETRY="128px ,106px,170px,20 px" ID="testo1" FORM="form1"
FIELD="CompanyN ame" STYLE="border:1 px solid grey;" >
</AJFTEXT>
<LABEL GEOMETRY="16px, 106px,106px,20p x" CAPTION="Ragion e sociale :"
STYLE="font:12p x arial,sans;" NOWRAP="true" >
</LABEL>
<LABEL GEOMETRY="16px, 128px,106px,20p x" CAPTION="Indiri zzo :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<LABEL GEOMETRY="16px, 152px,94px,20px " CAPTION="Citta' :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<LABEL GEOMETRY="16px, 176px,106px,20p x" CAPTION="Paese :"
STYLE="font:12p x arial,sans;" >
</LABEL>
<AJFTEXT GEOMETRY="128px ,128px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo2" FORM="form1" FIELD="Address" >
</AJFTEXT>
<AJFTEXT GEOMETRY="128px ,152px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo3" FORM="form1" FIELD="City" >
</AJFTEXT>
<AJFTEXT GEOMETRY="128px ,176px,170px,20 px" STYLE="border:1 px solid
grey;" ID="testo4" FORM="form1" FIELD="Country" >
</AJFTEXT>
<BUTTON GEOMETRY="112px ,272px,70px,20p x" CAPTION="Avanti "
ONCLICK="form1. moveNext();" >
</BUTTON>
<BUTTON GEOMETRY="26px, 271px,70px,20px " CAPTION="Indiet ro"
ONCLICK="form1. movePrev();" >
</BUTTON>
</SECTION>
You can see a demonstration at this website :
If you think that code is a little bit complicated, in past 2 month i
created the Integrated Develop Environment (IDE) which is accessible at
this link by clicking the 'Editor' button.
This is still in harder development, but you can try to modify the
'forms>modifica bili>editable.x ml' pages by picking one in the tree menu
at left side.
After editor start you can drag the pre-existent webgets (an web version
of controls in MSVBasic) or drag and drop one new from left-top frame.
At last you can see a working version by clicking 'Salva' and the
'Anteprima' from the top bar.
Bye.
P.S. I'm italian and my english can will be incomprensible. Excuse me.
Comment