Search:

Type: Posts; User: Edgar H. Peņa C.

Page 1 of 80 1 2 3 4

Search: Search took 0.04 seconds; generated 13 minute(s) ago.

  1. Replies
    4
    Views
    58

    Re: error LIBXL to save

    Thanks Mike/Garret:

    apparently it is a rights problem.
    The reported error occurs on my development machine, placing it on the server works fine.

    Edgar
  2. Replies
    4
    Views
    58

    Re: error LIBXL to save

    Hi
    This is the error and the line




    38673>>> Procedure RaiseError
    38675>>> Address aHandle
    38675>>> String sMessage
    38675>>>
  3. Replies
    4
    Views
    58

    error LIBXL to save

    Hi all


    When I go to save the excel file, an error appears in production.

    works in debug mode.
  4. Replies
    1
    Views
    81

    error when installing sql

    Hi all

    I have this error when installing sql express.


    TITLE: Microsoft SQL Server 2019 Setup
    ------------------------------

    The following error has occurred:
  5. Re: DF LIBXL-piPatternBackgroundColor

    Vincent :

    It only works if you have.



    Set peFillPattern of hoTitulo to XL_FILLPATTERN_HORSTRIPE

    Edgar
  6. DF LIBXL-piPatternBackgroundColor

    Hi all

    I need to change the background color of the cells.

    I intend to use


    Set piPatternBackgroundColor of hoSheet to 48
  7. Replies
    1
    Views
    101

    Re: DataFlex library libxl

    Solved

    The LibXL DLL has been updated to version 4.1.2.0. Make sure you copy the new DLL
    from the Library\Programs directory to your workspace.
  8. Replies
    1
    Views
    101

    DataFlex library libxl

    Hi all

    I acquired the libxl DAC library. I have this message when running.


    C:\AntarSas\DF2022\xxxxxxxxx\Programs\WebApp.exe
    DataFlex library version expects 4.2.0.0, not 0.0.0.0
    DataFlex...
  9. Replies
    8
    Views
    286

    Re: Xml df20 32bits

    Solved



    Integer iDecSep

    // Store and set the decimal separator
    Get_Attribute DF_DECIMAL_SEPARATOR to iDecSep
    Set_Attribute DF_DECIMAL_SEPARATOR to (Ascii("."))
  10. Replies
    8
    Views
    286

    Re: Xml df20 32bits

    Hi all

    I am generating XML but the numerical format separates decimals with a comma.

    I have at the beginning of the procedure
    Send SetNumberFormat "#.##;-#.##"



    <moneda>COP</moneda>
  11. Replies
    8
    Views
    286

    Re: Xml df20 32bits

    Solved




    Get Base64EncodeUCharArray of oCharTranslate uXml64 to uXml64Sale
    Move (Trim(UCharArrayToString(uXml64Sale))) to sXML64
  12. Replies
    8
    Views
    286

    Re: Xml df20 32bits

    Hi all

    I think the error is in the 64-bit conversion.

    Am I using this function? Does anyone have any?
  13. Replies
    8
    Views
    286

    Re: Xml df20 32bits

    Hi all

    The webservice provider has already acknowledged having a problem in reception

    Thanks

    Edgar
  14. Replies
    5
    Views
    169

    Re: Inst. ODBC driver 11-13

    Hi Mike

    The error also occurs with ODBC 13

    Edgar
  15. Replies
    5
    Views
    169

    Inst. ODBC driver 11-13

    Hi

    I have this error when installing driver 11-13

    suggestions?



    Edgar
  16. Replies
    8
    Views
    286

    Xml df20 32bits

    Hi all

    DF20.1



    {
    "qrdata" : "",
    "xml" : "",
    "clavtec" : "",
  17. Replies
    9
    Views
    397

    Re: error exporting to excel

    Vincent/Samuel

    You are right, thank you, I interpreted lightly.

    thank you

    Edgar
  18. Replies
    9
    Views
    397

    Re: error exporting to excel

    Vincent:

    I'm sorry,
    I don't think I have it.

    Edgar
  19. Replies
    0
    Views
    77

    Function OnFileUpload

    Hi all

    Don't you think this function


    Function OnFileUpload String sFileName Integer iBytes String sMime Returns String


    needs a native argument to know what to do if the file it...
  20. Replies
    9
    Views
    397

    Re: error exporting to excel

    Vincent:

    "SalesPerSalesPersonPerUSAStateReportResults.wo"

    Where do I get this report?

    I have the examples of df19,df20,df21 but I can't find it

    Edgar
  21. Replies
    9
    Views
    397

    Re: error exporting to excel

    Hi Vincent:

    I don't know if my translation was not clear.

    It only works if the report is fixed inside the report object,



    Object oRepAuxiliar is a cDRReport
    Property...
  22. Replies
    9
    Views
    397

    error exporting to excel

    Hi all
    When I set the report from outside, an error appears when exporting to excel.

    It works alone

    Set psReportName to "GPimprime.DR"

    It is within the object of the report
  23. Replies
    4
    Views
    232

    Re: DoStartDocument

    thank you Sture and Edgard
  24. Replies
    4
    Views
    232

    Re: DoStartDocument

    Procedure DoStartDocument Global String sOperation String sDocument
    Handle hInstance hWnd
    Get Window_Handle to hWnd
    Move (ShellExecute (hWnd, sOperation, (Trim (sDocument)), '', '',...
  25. Replies
    4
    Views
    232

    DoStartDocument

    Hi all

    Any function equivalent a


    Send DoStartDocument "open" sArchivo



    to for web?
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4