gambas | free development environment
kandi X-RAY | gambas Summary
kandi X-RAY | gambas Summary
GAMBAS is a free implementation of a graphical development environment based on a BASIC interpreter and a full development platform. It is very inspired by Visual Basic and Java. Go to to get more information: how to compile and install it, where to find binary packages, how to report a bug... Go to for the language documentation.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gambas
gambas Key Features
gambas Examples and Code Snippets
Community Discussions
Trending Discussions on gambas
QUESTION
I have this table with the following headers: Product, Quantity, Price/Kg, Total
The cells in the column "Product" are all dropdown lists with the products the company offers and the "Price/Kg" are TextInputs.
I want to print the designated price onto the TextInput, depending on the dropdown's value.
I have this subroutine, but it doesn't do anything:
...ANSWER
Answered 2021-Apr-10 at 00:18Sub getPreco()
Select Case ActiveDocument.FormFields("produtos").DropDown.Value
Case 1
ActiveDocument.FormFields("Texto1").Result = "1 euro"
Case 2
ActiveDocument.FormFields("Texto1").Result = "2 euros"
Case Else
ActiveDocument.FormFields("Texto1").TextInput.Clear
MsgBox "Preco ainda nao definido"
End Select
End Sub
QUESTION
can anyone help me figure out what's wrong with the code? links
not working, if you click on it nothing happens. I thought I left some tags open but I checked with https://validator.w3.org and there are no such errors! What could be the problem?
I have seen the other questions and answers related to this topic but they did not help me.
note: navigate to "i miei lavori" page or "my work" page
link:
minimal reproducible example
html
ANSWER
Answered 2020-Aug-26 at 07:24It's because of the z-index
in your css. Links with negative z-index are unclickable, its better to remove the z-index: -1
from your *
-selector.
Or you can add an additional selector for the -Tags to your style:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gambas
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page