Questions tagged as 'delphi-7'

0
answers

Problem getting Delphi DLL return with Java

I'm developing a system in java and a part of that system needs to get data coming from another system in Delphi. I created two functions one that returns a String and another that returns an int . The function that returns an int works...
asked by 06.07.2015 / 16:48
1
answer

Question about modal form in MDI application

Well, I'll try to summarize. I have an MDI application which I would like the "MODAL" forms to be superimposed only on the "fsMDIChild" forms and not on the entire application. I did a search and did not get a solution through showmodal, it seem...
asked by 20.04.2015 / 14:27
1
answer

Delphi getting value from field created at runtime

I create several runtime TRadioGroup: Rdb1:= TRadioGroup.Create(Painel); But with the same name "Rdb1". My question is how do I get the value of the field that was selected. I tried to do this: Rdb1.OnExit := Validacao; procedure TFCad_A...
asked by 16.02.2017 / 11:25
2
answers

Doubt to "check" a radiobutton when clicking on an image

I have these 3 images with 3 RadioButtons different, I would like to click on the image of the blank square for example, its RadioButton is selected. I used radiobutton3.checked in event OnClick of image but did no...
asked by 13.06.2016 / 20:30
1
answer

Coloring text inside "tag"

Well, I have a Rich edit and am using it as a changelog, and I would like all text with you in ->, to be of a specific color. Example, in: ->10/10/2014<- 10/10/2014 would be a specific color. How can I do this? Ps: I'm using idhttp to...
asked by 20.10.2014 / 17:24
1
answer

Failed to insert data into the bank by RadioGroup

I'm trying to save an information in the bank through a RadioGroup, but instead of saving in the Status column I have in the bank the active keyword it tries to find the strong>. my form looks like this: AndmyInsertlookslikethis:be...
asked by 11.01.2017 / 14:11
1
answer

Creating Report Within a panel

I need to display a report in a certain area of the system (mid-way) Already in the left half I want to put other components (such as mode and display buttons and other options for printing) How would I do this?     
asked by 26.07.2016 / 15:50
1
answer

Migrate Firebird Delphi 7 Application to PostgreSQL

I'm trying to migrate an application that was developed in Delphi 7 and uses Firebird to save your information to the postgreSQL database, I have already been able to connect postgreSQL with Delphi with the help of ZeosLib, but this applic...
asked by 20.10.2016 / 21:31
1
answer

Unsupported on-disk structure

I was developing in Delphi using Firebird 2.5. And it started giving an error when trying to connect to the local database. When trying to connect it gives the following message: Error: unsupported on-disk structure for file C:/....meucaminho....
asked by 13.06.2016 / 13:46
2
answers

Error "could not load ssl library" using delphi 7 and indy 10.0.52

I am using Delphi 7 and indy 10.0.52 , trying to send json with method post to api but I always get this error message:    could not load ssl library HA long time ago I did this same procedure only with v...
asked by 25.08.2016 / 14:32