| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Jeudi 8 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mercredi 21 Avril 2010 | Par | Support France |
| Thème | Administration des articles, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | ARTMAIN.ReloadCrit |
| Prototype |
| Function ReloadCrit (iType As Integer) As Integer |
| Usage | |||
| Administration-des-articles.ReloadCrit(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function ReloadCrit (iType As Integer) As Integer |
Function ReloadCrit (iType As Integer) As Integer
Dim Ret%
Dim i%
Dim sData$
For i = 0 To 11
sData = "SELECT TOP 500 Name,Id From Typec" + CStr(i + 13) + " WHERE id.integer != 0.0 And type.integer > 0"
Ret = XasUserSQLtoCtrl(1, RowSet, GlobCurService + ".FrmGes.cb(" + CStr(i + 2) + ")", sData, "")
Ret = XasUserSQLtoCtrl(1, RowSet, GlobCurService + ".FrmGrp.Cbg(" + CStr(i) + ")", sData, "")
sData = "SELECT Name,Id From Typec" + CStr(i + 13) + " WHERE type.integer < 0" '+ CStr(iType)
Ret = pExecute(sData)
If Ret = True Then
sData = OnSQLGetItem(0) + " :"
If i <= 3 Then
FrmGes.lb(i + 9).Caption = sData
End If
FrmGrp.Tx(i).Text = sData
End If
Next i
sData = " SELECT c13,c14,c15,c16,c17,c18,c19,c20,c21,c22,c23,c24 from Produit WHERE CodeProduit.xxKey=" + GlobCurEntity
Ret = pExecute(sData)
If Ret = True Then
For i = 0 To 3
Ret = sLibLFPosCombo(FrmGes.cb(i + 2), OnSQLGetItem(i), 2)
Next i
For i = 0 To 11
Ret = sLibLFPosCombo(FrmGrp.Cbg(i), OnSQLGetItem(i), 2)
Next i
End If
Ret = XasUserSetProperties(FrmGes.CelA(2), 18, 1)
End Function
|
| Références XAS.Technology |
| Cstr , XasUserSQLtoCtrl , XasUserSetProperties , |
| 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 |