Posts by Excel • 83 points
16 posts
-
-1
votes1
answer100
viewsQ: Error in macro execution in Libreoffice
Good morning. I am trying to run the following macro in Libreoffice Calc: Rem Attribute VBA_ModuleType=VBAModule Option VBASupport 1 Sub busca_cep() Range("B3:D3").ClearContents Set ie =…
-
0
votes0
answers52
viewsQ: Multiply product price by quantity
Good morning. I am a beginner programmer and I am developing a sales app, where the system includes the products dynamically in the sale. The products are already registered in the database, and…
-
0
votes1
answer30
viewsQ: Register exact time in the comic
Good morning, I’m a beginner programmer, and I’m developing a sales web app, where I need to insert in the comic the exact time of sale, but I’m not getting. Javascript code that generates real-time…
-
1
votes2
answers52
viewsQ: BD sales record
Good morning. I’m making a sales web app, and I want to return the sales ID to insert into the intermediate sales table (multiple products in 1 sale). I tried that way, but obviously I couldn’t:…
-
0
votes1
answer60
viewsQ: JS variable for PHP or direct in BD
Good morning. I am a beginner programmer, and I am developing a sales web app, which sums up all prices of products dynamically included by javascript: <script> function somaTotal() { var…
-
1
votes1
answer39
viewsQ: Calculation of Ajax Dynamic Products
Good morning. I’m a novice programmer, and I’m developing a sales web app, where my system generates inputs dynamically for each product, multiplying the product price by quantity. But now I need…
-
0
votes1
answer26
viewsQ: Unidentified syntax error
Good afternoon. I’m trying to program in php (I’m new), and I created a connection with the bank, but when I try to download a data in my bank through my system, it presents the following error:…
-
0
votes1
answer70
viewsQ: Dynamic price calculation
I am developing a sales system web app, in which you can place several products in 1 sale, increasing inputs dynamically. He calculates the price of each product by multiplying it by quantity…
-
0
votes2
answers128
viewsQ: Bank registration via Ajax
Good afternoon. I’m a beginner in the world of programming, and I’m developing a web app and I’m having problems to register sales in the database. The system must insert new inputs to register more…
-
0
votes1
answer38
viewsQ: Roboto-Woff error
I’m making a web app, but my page is blank, and featuring the following errors: I did some Google searches, and I saw that it is related the sources and such, but as I am extremely novice, I wanted…
web-applicationasked Excel 83 -
1
votes1
answer2095
viewsQ: Text font size inside a button
How do I change the font size of the text inside a button? I’m using Materialize. <a class="waves-effect waves-light grey darken-3 btn"><i class="material-icons…
-
0
votes2
answers426
views -
0
votes0
answers108
viewsQ: Submit Ajax query on another page
Good morning. I’m making a shared racing web app, like "Uber". I want you to submit a query to the database with the list of registered drivers searching for Cpf, but I want you to show in this…
-
1
votes0
answers33
viewsQ: Problems with Ajax query
I’m trying to make a bank appointment without giving refresh, so I’m using the Ajax, but it’s not working, it doesn’t give the refresh, nor returns anything. The code of the page that should present…
-
1
votes1
answer163
viewsQ: Isset does not work
Good afternoon. I’m making a shared racing web app, like "Uber". I want you to present a list of registered drivers in the bank on the green carousel. However, as the image shows, my isset does not…
-
0
votes0
answers212
viewsQ: Submit query on the same page of the form
I’m running a web application for a "Shared Races" (Uber type) service, where I want a CPF query to be presented on the green card. I want when I see the CPF, present on the green card, without…