Posts by joserio • 93 points
3 posts
-
0
votes3
answers19925
viewsA: Firebird, native date format function
Here I use Visual Studio 2015 and use it in the query routines by dates Where ( SUBSTRING( DST001.DATA_FAT FROM 7 FOR 4 )||SUBSTRING( DST001.DATA_FAT FROM 4 FOR 2 )||SUBSTRING( DST001.DATA_FAT FROM…
-
2
votes1
answer61
viewsA: Problem using common Controls 32 bit in 64 bit
I also use windows10 here with office365 and can run my codes in vba using excel 32 bit controls. I simply created a directory in Windows system32 and copied the ocx and dll in this directory and…
-
6
votes1
answer1200
viewsQ: Find column and position cursor in it
I have a spreadsheet that contains: COLUNA A1 CABECALHO (PRODUTOS) COLUNAS B1 A BK1 COM DATAS I will read a database ordered by product and date and have which automatically fill in the spreadsheet…