Jump to content

AndersonSOS

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by AndersonSOS

  1. Hi, I'm getting the following error (in browser console) "Cannot read Propery 'value' of null".

    what happens is this, i try from a uniLabel, i put a simple "Showmessage('1'); " just for testing purposes.

    by the attached video to understand the problem. it happens that it works randomly sometimes and simply stops working the event and starts displaying the message in the browser console (but in debug nothing appears in delphi). I checked if it could have an influence from somewhere else, but we isolated the form and the bug persisted. any idea how to solve? in this case we need the click to display the information in a panel on the side, that's all, call a simple function.

     

  2. Hello,

    I did not change any properties, I used the example

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Touch \ DBGrid Editors and do not show in execution.

    I made new example and also does not show.

    See below how my FMSoft installation folder

     

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Dcu

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Dcu64

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Docs

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ ext-4.2.5.1763

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Source

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ SSL

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ touch-2.4.2

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ uIndy

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ uni-1.0.0.1386

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ unim-1.0.0.1386

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ unipackages

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ uSynEdit

    C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Utils

  3. Hello,

    I have a question within my application that needs at some point I need to import information from an excel spreadsheet into the application.

    In desktop applications I use options that use COMobj and use the following code:

     

    Procedure ...

      Var excelSheet, Excel: Variant;

    Begin

       Excel: = CreateOleObject ('Excel.Application');

       Excel.Visible: = false;

       Excel.WorkBooks.Open (FileSource.Text);

       ExcelSheet: = excel.Workbooks [1] .WorkSheets [1];

       DData: = Excel.WorkBooks [1] .Sheets [1] .Cells [1,1];

    End;

     

    When I use this function in uniGui it's message:

     

    CoInitialize was not called, ProgID: "Excel.Application".

     

    Could anyone help with this?

     

    Best regards

     

    Anderson

    Brazil

  4. I installed the SMSExport package and put the components SMEDatasetDataEngine1 and SMExportToXLS but when I enter the screen that includes these components it gives the message:
    Raised exception class EConvertError with message 'Can not assign a nil to TFont'

    Please any tips?

    Thank you

  5. Hello friends I would like information if there is any way to export information in a query, grid or dataset to excel in unigui. I have a report generation screen that is viewed in Fast Report and the client wants to export to excel, but the native delphi options that work with error unit COMobj. If someone has an example I thank you very much

    Hello friends I would like information if there is any way to export information in a query, grid or dataset to excel in unigui. I have a report generation screen that is viewed in Fast Report and the client wants to export to excel, but the native delphi options that work with error unit COMobj. If someone has an example I thank you very much

  6. Good Morning,
    After updated the uniGUI_Plus_Pro_0.98.0.1123 framework for uniGUI_Plus_Professional_0.99.96.1326 version and uniGUI_Plus_runtime_0.99.96.1326 and uniGUI_Theme_Pack_0.99.96.1326 the systems are performing unstable, freezing the screen at various times and to use the new themes freezes / crashes more.
    Any hints of what to do?

    Thank you

    Anderson
    SOS Consulting
    Brazil

  7. I have an application for registration of carriers made ​​in my business, and it seems that when working with grid he is giving this memory problem. 
    is attached to the project analysis. 
    Unzip the "C:\Master Tróia 2013" 
    Using Firebird 2.5.1

    I did the project in Delphi XE3

     

×
×
  • Create New...