Posts by Flávio Naves Jr • 63 points
7 posts
-
-1
votes1
answer88
viewsQ: How to get a Procedure return using ODBC in PHP?
I am trying to communicate PHP with the Caché database of Intersystems, but I will need to use ODBC to communicate. My doubt is how I can get PHP to return Procedure, in the case of a String, I’m…
-
2
votes1
answer50
viewsQ: Problems with Firebase Insertion
I am developing a native application on Android that uses maps, the insertion is normally happening through the code below. Local is a variable of type LatLng.…
-
0
votes2
answers1232
viewsA: Import Itaucripto DLL into VB
You can make the Dll reference by using Dllimport. At the top of your code type: Imports System.Runtime.InteropServices Then put the Dll in the source of your code, this is quite important, in case…
-
0
votes2
answers409
viewsA: Using Dvexpress Gridcontrol
The correct one was to use the Gridview events, instead of the Gridcontrol. So I used the Focusedrowchanged event so every time the user clicks another Grid option will run the code. With…
-
-2
votes2
answers409
viewsQ: Using Dvexpress Gridcontrol
I’m developing an application using Devexpress, where the user clicks on a line in Gridcontrol, when this happens the data of this line are placed in some Textbox, the difficulty has been in finding…
-
3
votes3
answers1190
viewsQ: Problems with Midaslib
I am trying to run an application in Delphi, but every time I try to compile a "Unit 'Midaslib' not found" error appears, there is some way to put this library manually? I found that in the past…
-
1
votes1
answer334
viewsQ: Difficulties with Dll import C#
I’m having a hard time rewriting a method of a dll in C#, we bought a price checker from a manufacturer, in case it provides a dll and an example code in Delphi. This dll has some functions between…