| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Dimanche 14 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Vendredi 2 Avril 2010 | Par | Support France |
| Thème | Administration des articles, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | ARTMOD.LINKInitCreation |
| Prototype |
| Function LINKInitCreation (Ctrl As Control, IdOnglet As Integer, NbRows As Integer) As Integer |
| Usage | |||
| Administration-des-articles.LINKInitCreation(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function LINKInitCreation (Ctrl As Control, IdOnglet As Integer, NbRows As Integer) As Integer |
Function LINKInitCreation (Ctrl As Control, IdOnglet As Integer, NbRows As Integer) As Integer
Dim Ret%
Dim i%
Dim s$
LinkModeCreation = True
Ctrl.Clear
Ret = XasXMLDom(GlobCurFileDom, GlobCurService + ".FrmLink.GridPage", 0)
Ctrl.Rows = NbRows
MaxgridRow = NbRows
FrmLink.Txmp(0).Text = ""
FrmLink.Txmp(1).Text = ""
FrmLink.Txmp(2).Text = ""
FrmLink.chkp(0).Value = 0
Ret = LINKSETCombo(0, 0)
Ret = sLibLFPosCombo(FrmLink.cbp(0), "0.0", 2)
Ret = XasUserSetProperties(FrmLink.CelVers, 18, 1)
Ret = XasUserSetProperties(FrmLink.BtnVers(0), 9, True)
Ret = XasUserSetProperties(FrmLink.BtnVers(1), 9, False)
Ret = XasUserSetProperties(FrmLink.BtnVers(2), 9, False)
Ret = XasUserSetProperties(FrmPage.CelCible, 18, 1)
For i = 1 To NbRows
Ctrl.Row = i
Ctrl.Col = 1
s = Chr$(3) + "txmp(0)"
Ctrl.Text = s
Ctrl.Col = 2
s = Chr$(3) + "txmp(1)"
Ctrl.Text = s
Ctrl.Col = 3
s = Chr$(3) + "txmp(2)"
Ctrl.Text = s
Ctrl.Col = 4
s = Chr$(3) + "cbp(0)"
Ctrl.Text = s
Ctrl.Col = 5
s = Chr$(3) + "chkp(0)"
Ctrl.Text = s
Ctrl.Col = 6
Ctrl.Text = ""
If i = 1 Then
Ctrl.Selected(i) = 1
End If
Next i
End Function
|
| Références Composants |
| Administration-des-articles-ARTMOD-LINKSETCombo, |
| Références XAS.Technology |
| Clear , XasXMLDom , XasUserSetProperties , Chr , |
| 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 |