Still in need of help :) I'm trying to adapt the following chunk of code to VBA for Mac (as the final implementation has to be on Mac): Dim ws as Object Dim res
I'm trying to save new phone number in database First by another method get phone number and temporary save it and send a code to user then by following methods
I installed superset following these steps using Docker but when I go to http://localhost:8088/superset there is no CSS. Furthermore, every time I try to create
I have a RestController containing an HTTP endpoint to create a new user. @RestController public class UserController { @PostMapping("/user") public Complet
can someone help me to make my QR Scanner full screen, here my code : const App = () => { const [scan,setScan] = useState(false) const SCREEN_HEIGHT = D
I'm using the finditer function in the re module to match some things and everything is working. Now I need to find out how many matches I've got. Is it possi
I'm using the function sqlsrv_fetch_array in a lot of pages in my website, but for some reason, in a specific case it doesn't work. I sent the query manually,
Consider this code: class Vector { public: Vector& operator+=(const Vector &v) { return *this; } Vector& operator-=(const Vector &v) {
What is the equivalent code for this in IONIC 5? JQM Code: var EmployeeID = Apperyio('EMP_IDNo').val(); IONIC 5 Code: ??? let EmployID = I haven't seen document