Posts by Fabio Sousa • 48 points
3 posts
-
0
votes0
answers299
viewsQ: Error while trying to open an Excel file
I am trying to open a document in excel via vbScript. I am not succeeding in running, the following error is generated, without description: -2147417851 The problem occurs when executing the…
-
1
votes1
answer56
viewsA: How to use Rncryptor and Firebase?
You can try using the Base64 of the android itself. import android.util.Base64; Private String Encoding64(String text){ Return Base64.encodeToString(text.getBytes(), Base64.DEFAULT). replaceAll("(…
-
2
votes1
answer76
viewsQ: Extract free text field dates
I am running a query in a view, but one of its fields is text, in this field the user can inform a date (xx/xx/xxxx) as well as any other information of type text. I wonder how I can return only the…