Exemplo n.º 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();
        }
Exemplo n.º 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());
        }
Exemplo n.º 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());
        }