Posts by Pablo JM • 3 points
3 posts
- 
		0 votes0 answers28 viewsQ: VBA System User InputGood afternoon, my friends. I arose a demand here in the company in which I do not understand much that would be in VBA I am sql programmer and went to learn a bit of vba to be able to automatically… 
- 
		0 votes0 answers59 viewsQ: How to put in hierarchyI need to create a dynamic menu where he creates the hierarchy according to Idmenupai but unfortunately I’m only able to list without hierarchy, someone could help me? function montaMenuFilho($menu)… 
- 
		0 votes1 answer694 viewsQ: Notice: Trying to get Property 'Descricao' of non-object in C: xampp htdocs testemenu menu.php on line 83I need to set up a dynamic menu, follow code: require_once('testemenu.php'); $sql = "SELECT * FROM tbmenu"; $query = $pdo->query($sql); $menu = $query->fetchAll(PDO::FETCH_ASSOC); function…