Jump to content

Pancary

Members
  • Posts

    7
  • Joined

  • Last visited

Pancary's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Pancary

    Is Legal ?

    http://www.unigui.com.br/uniGUI-Promo-Novembro.htm
  2. Pancary

    File ListView

    How to make dinamic file list view ? I need to upload/delete files in server.
  3. I found the problem. It was necessary to declare MidasLib in uses. Thanks. I found the problem. It was necessary to declare MidasLib in uses
  4. Thanks, but it did not work. Scenario: Oracle 10g, datamodule, TFDQuery, TDataSetProvider, TClientDataSet, TDataSource, TUniDBGrid. Sql, Any sql statement does not work. The access violation error occurs when you try to open the TClientDataSet, as an object not created. The strange thing is that as VCL works normal and on my machine too. The problem is only on the server. Thanks, but it did not work. Scenario: Oracle 10g, datamodule, TFDQuery, TDataSetProvider, TClientDataSet, TDataSource, TUniDBGrid. Sql, Any sql statement does not work. The access violation error occurs when you try to open the TClientDataSet, as an object not created. The strange thing is that as VCL works normal and on my machine too. The problem is only on the server.
  5. I have a UniGUI application that works perfectly with the code below, on my machine, but on the server it returns access violation error. A test using VCL works normally, both on my machine and on the server, but UniGUI I have this error. procedure TMainForm.bt1Click(Sender: TObject); begin Dm1.sqlListaPrincipal.Close; Dm1.cdsListaPrincipal.Close; Dm1.sqlListaPrincipal.Open; Dm1.cdsListaPrincipal.Open; end; I have a UniGUI application that works perfectly with the code below, on my machine, but on the server it returns access violation error. A test using VCL works normally, both on my machine and on the server, but UniGUI I have this error.
  6. Hi, I'm having trouble changing the image of a TUniImage at design time. Probably a conflict with Dev Express PNG Image (TdxPNGImage). How to solve this? Msg error about Timage demo exemple: First chance exception at $7678C54F. Exception class EConvertError with message 'Cannot assign a TdxSmartImage to a TJPEGImage'. Process UImage.exe (4168) I'm having trouble changing the image of a TUniImage at design time. Probably a conflict with Dev Express PNG Image (TdxPNGImage). How to solve this?
×
×
  • Create New...