| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 29 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mardi 6 Avril 2010 | Par | Support France |
| Thème | Administration des articles, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | ARTMAIN.GRPFormatPage |
| Prototype |
| Function GRPFormatPage (IdOnglet As Integer) As Integer |
| Usage | |||
| Administration-des-articles.GRPFormatPage(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function GRPFormatPage (IdOnglet As Integer) As Integer |
Function GRPFormatPage (IdOnglet As Integer) As Integer
Dim Ret%
Dim sData$
Dim iMax%
Dim s$
Dim i%
Dim s2$
'Ret = ETYSetCbo26(GlobCuriTypeRef)
'Ret = Page26ClearAll(24, 9)
Ret = XasUserSetProperties(FrmPage.CelCible, 139, 1) 'HIGHLIGHT
Ret = XasUserSetProperties(FrmPage.CelCible, 18, 1)
Ret = XasUserSetProperties(FrmGrp.BtnGes(0), 9, True)
Ret = XasUserSetProperties(FrmGrp.BtnGes(1), 9, True)
Ret = XasUserSetProperties(FrmGrp.BtnGes(0), 154, "Id" + XasGetIdCtrl(FrmPage.CelCible, "", 0))
Ret = XasUserSetProperties(FrmGrp.BtnGes(1), 154, "Id" + XasGetIdCtrl(FrmPage.CelCible, "", 0))
If GlobCurEntity <> "" Then
Ret = XasUserSQLToForm(1, RowSet, GlobCurService + ".FrmGRP.Cel2", "Produit", "CodeProduit.xxKey=" + GlobCurEntity)
If Ret > 0 Then
Ret = SetContainer(FrmPage.CelCible, CComponent, GlobCurService, 99, "FrmGRP.Cel2")
End If
Else
Ret = XasUserSetProperties(FrmGrp.LabMsg, 7, MsgLabel(1))
End If
End Function
|
| Références XAS.Technology |
| XasUserSetProperties , XasGetIdCtrl , XasUserSQLToForm , SetContainer , |
| Audience |
| Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs. Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet. |
| XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology |