Posts by araujolops • 23 points
6 posts
-
0
votes0
answers40
viewsQ: Problem with Reading XML NF-e det tag
I’m having trouble reading the tag <det> to collect taxes. Use Delphi 5 with class MSXML2_TLB to read the XML. Only missing knowledge to finalize this part of the routine I’m having trouble…
-
0
votes1
answer228
viewsQ: Delphi Problems When Listing XML Sub-Node
I have the code below, but at the node of [ICMS]. he puts it in anyway line I’m not getting to read the children. The same is happening with the [PIS] and [COFINS].* It does not obey level 2. How to…
-
1
votes1
answer1390
viewsQ: Delphi Traversing An XML Nodes (DOM)
I have the code below, but I’m not able to list the node name and its value. I can search and show the main node type [ide] but the sub-node that would be [Cuf] + value that I can’t. procedure…
-
1
votes1
answer4478
viewsQ: PHP Deprecated: Non-static method should not be called statically in
Anyone can help? I’m getting this error while running a routine. Deprecated: Non-static method Ttranslation::Translate() should not be called statically in C: wamp64 www Book app.widgets…
phpasked araujolops 23 -
0
votes0
answers116
viewsQ: Fullcalendar does not return all records
Good afternoon, I have a problem in fullcalendar, it returns only 7 records from bank, if I put more does not return anything. Someone has gone through this, as do to return more records, need to…
-
0
votes2
answers954
viewsQ: PDO Insert Record
I’m in trouble to insert bank record with PDO, below follows the tabela and script: Calendar table CREATE TABLE `calendar` ( `id` int(11) NOT NULL, `title` varchar(255) CHARACTER SET latin1 COLLATE…