Search:

Type: Posts; User: Gleidson Maia

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    850

    LibXL starzen RuntimeVersion

    Hi Starzen!

    Have you been working on a new version?
    For now I don't need the 64-bit version, I'm using 32-bit.

    But would you have the version compiled for Microsoft.NET Framework v4.0.30319?...
  2. Replies
    1
    Views
    1,462

    blocking the image file

    Version 3.1.1

    When I view an image through the psImage property, it is blocking the image file and does not allow replacing, renaming or deleting.

    In the previous version this did not happen....
  3. Replies
    13
    Views
    14,534

    Re: Web Catalogue and Image Gallery

    Hi Tom,

    It was necessary to define the df.tWebRow structure at the beginning of the js file.
    It seems it is no longer automatically defined in dataflex packages.

    After setting everything went...
  4. Replies
    0
    Views
    571

    ParentNullAllowed and SelList

    Dear,

    DataFlex 20.0.7 Studio 20.0.6.152
    SelList -- cDbCJGridPromptList
    SQL -- MSSQLDRV
    32-bit

    I have a relationship through Field_Related_FileField and pbUseDDRelates;

    When I use...
  5. Replies
    6
    Views
    1,333

    Re: HexToStr DF19 vs DF20

    Hi Edgard,


    I've even seen this topic of yours.
    Wil's answer resolved my situation.
    Thank you very much.
  6. Replies
    6
    Views
    1,333

    Re: HexToStr DF19 vs DF20

    Hi Wil,


    True, I didn't see that I had the code below DecodeHexToString;
    With this the content matches version 19.1.58.
    However, we adapted the routine to the new concept.


    Thank you very...
  7. Replies
    6
    Views
    1,333

    Re: HexToStr DF19 vs DF20

    Hi Wil,

    This is the function I used, but it has a different return in DF19 and DF20.


    Using HEX: 19fde9083322f1
  8. Replies
    1
    Views
    782

    Reinstall DataFlex Reports v8.0

    I had to reinstall DataFlex Reports v8.0.
    And now I can't login again.


    Has anyone experienced these errors? and did you manage to solve it? I've restarted windows and nothing... I've tried to...
  9. Replies
    6
    Views
    1,333

    HexToStr DF19 vs DF20

    Dear,

    We are migrating the version to 20.0.7.

    In version 19.1.58 we had the following;

    HEX: 19fde9083322f1


    //²Ú3"±
  10. Replies
    13
    Views
    14,534

    Re: Web Catalogue and Image Gallery

    Dear,

    Do you know if the catalog is working for version 20.0.7? Because here before it worked normal in version 19.1.58, and stopped loading the catalogue in version 20.0.7.
  11. Replies
    10
    Views
    6,143

    Re: Implementing Starzen szLibXL

    Dear,

    Did you download the library through the starzen website? I am trying to access the site but I am not having success.

    Thanks in advance.
  12. Replies
    2
    Views
    968

    piWidth and cWebPanel

    I need cWebView to fill the entire width. I'm setting piWidth to cWebView = 0.

    I need to define cWebPanel (peRegion = prTop) with fixed width.
    And set cWebPanel (peRegion = prCenter) to fill the...
  13. Re: DF 2021 B3 Auto_Size_State=False & FontPointHeight

    Michael,

    The problem happens when using [Auto_Size_State = False];
    If you test according to the code passed above, you will see the problem.
    The problem occurs in the studio editor, as shown in...
  14. DF 2021 B3 Auto_Size_State=False & FontPointHeight

    Dear,

    I would like to inform that the problem still persists. Will the problem be resolved in this next release?
    I have some views in this condition, and it is difficult when I need to modify the...
  15. Replies
    4
    Views
    1,844

    autocomplete browser

    Dear,

    Is there anything new about disabling the browser autocomplete? without having to change any settings at the browser level? only in the application? js?
    When we use the cWebSuggestionForm...
  16. Replies
    2
    Views
    1,121

    Re: WebApp and iPad (iOS)

    Ian,

    Thanks, I will check the post above.
  17. Replies
    3
    Views
    1,194

    Re: psPreviewCaptionLabel at WebApp

    Vincent,

    I am using the property peBrowserTarget = btNewTab in "Desktop Web Project", how can I use the methods above?
  18. Replies
    2
    Views
    1,121

    WebApp and iPad (iOS)

    Dear,

    I can run the report normally using Windows, Android. But I can't on the iPad, the report doesn't open in a new tab. Using peBrowserTarget = btNewTab.
    I doing something wrong?
  19. Replies
    3
    Views
    1,194

    psPreviewCaptionLabel at WebApp

    Dear,

    Is there an equivalent psPreviewCaptionLabel property on the WebApp?
    I wanted to change the title of the report at run time.
  20. Re: DF 19.1.58 Auto_Size_State & FontPointHeight

    Stephen,

    Thanks for the feedback.
  21. Re: DF 19.1.58 Auto_Size_State & FontPointHeight

    Vincent,

    Thanks for the feedback.

    Studio Editor is not behaving properly as it was in version 19.0;

    Please set the [Auto_Size_State = False] property, note that you set one thing in studio,...
  22. DF 19.1.58 Auto_Size_State & FontPointHeight

    Dear,

    DataFlex 2019 Studio 19.1
    DataFlex Version: 19.1.58
    Studio Build: 19.1.61.159
    Windows 10

    Changing the FontPointHeight property in the TextBox component, for example, no longer...
  23. Replies
    2
    Views
    952

    DF_FIELD_FETCH_STATE and DDO

    Dear,

    DF_FIELD_FETCH_STATE

    Is there any way to tell which columns I will need using DD?
    I have a DD and a cDbCJGrid, and I would like to suppress some columns in find for better performance....
  24. Re: RowID with invalid size. (critical failure)

    DOC01.CdDoc01 (PK) Header
    DOC02.CdDoc02 (PK) Items

    DOC13.CdDoc01 relate DOC01.CdDoc01
    DOC02.CdDoc01 relate DOC01.CdDoc01
    DOC15.CdDoc02 relate DOC02.CdDoc02

    DOC13 (complement of DOC01)
    DOC15...
  25. RowID with invalid size. (critical failure)

    RowID with invalid size. Rowid size = 12 it should have been 7.
    Table = XXXXX (137)

    Error Number: 4503
    Error Source: MSSQLDRV.FindByRowID


    Why does this error occur? The first time this...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4