Exemple #1
0
        public static void Mostra(SqlConnection con)
        {
            XFormRecercaFitxaConstructor frm = new XFormRecercaFitxaConstructor(con, "MARCA_ARTICLE", "marca_article_id", "marca_article_id,descripcio");

            frm.AfegeixTitol("Marques d'articles");
            frm.Mostra();
        }
Exemple #2
0
        public static string Busca(SqlConnection con)
        {
            XFormRecercaFitxaConstructor frm = new XFormRecercaFitxaConstructor(con, "CLASSIFICACIO_AGENDA", "classificacio_agenda_id", "nom");

            frm.AfegeixTitol("Classificació de l'agenda");
            return(frm.Busca());
        }
Exemple #3
0
        public static string Busca(SqlConnection con)
        {
            XFormRecercaFitxaConstructor frm = new XFormRecercaFitxaConstructor(con, "FAMILIA_ARTICLE", "familia_article_id", "familia_article_id,descripcio");

            frm.AfegeixTitol("Famílies d'articles");
            return(frm.Busca());
        }