From dd1d578ff4cd63e5af29fde6ed967b8326823e54 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Tue, 19 Mar 2019 14:07:58 +0100 Subject: [PATCH] Update page 'Meta GridView' --- Meta-GridView.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta-GridView.md b/Meta-GridView.md index a644a21..cab7e88 100644 --- a/Meta-GridView.md +++ b/Meta-GridView.md @@ -26,7 +26,7 @@ Public Overridable Function Initialiser(ByRef CnxBDD_P As Metaproductique.Kmprod Return True Catch ex As Exception Return False - End Try +End Try End Function ``` @@ -35,7 +35,7 @@ Public Overridable Function Initialiser(ByRef CnxBDD_P As Metaproductique.Kmprod Maintenant que le [Ctrl_XtraGrid](Dll-KmProd#Meta_DevExpress) est initialisé, il ne reste plus qu'a lui transmettre un jeu de données à afficher. Voici comment faire : - ``` vbnet +``` vbnet Public Overridable Function Afficher() As Boolean Try