Search:

Type: Posts; User: AnnaM

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    614

    Re: Alternate between DAC PKG folders

    In the past i'have used a DfAllEntAlt.pkg (precompiled), with some DAW pkg's changed in code and name, and in .src switch between DfAllEntAlt.pkg and DfAllEnt.pkg

    HTH
    AnnaM
  2. Re: 2 common tables shared with another company are constantly changing fields order

    Hi Yannis,
    with a similar situation in the past, where the other company change one table without previous alert, i've used a simple query to check the SQL table definition


    Use YourDB
    select ...
  3. Thread: MSSQL engine

    by AnnaM
    Replies
    2
    Views
    1,028

    Re: MSSQL engine

    Hi Edgar,
    try this as a batch file running with Administrator privilege


    @Echo Off
    rem Set ServiceName=MSSQL$SQLEXPRESS


    rem TODO: change to the desired service name
    set...
  4. Replies
    20
    Views
    2,539

    Re: DiskDrive SerialNumber

    Hi Dennis,
    wmic and the volinfo code display the Volume Serial Number, not the physical SN of the hard disk, that is what asked Giuseppe

    Best Regards
  5. Replies
    20
    Views
    2,539

    Re: DiskDrive SerialNumber

    Hi Giuseppe,

    from command prompt


    wmic volume get driveletter,serialnumber

    I use this in a batch file redirect to a .txt and read the .txt from Dataflex

    HTH
  6. Re: On_Key getting captured by both dialog and underlying caller view

    I know that you know ;),
    is the neverending story about cCJ.. controls and ModalPanel

    Regards
  7. Re: On_Key getting captured by both dialog and underlying caller view

    Hi Samuel,
    with a similar problem i've solved calling the DG after entering the cCjGrid


    Function OnPostEntering Returns Boolean
    Boolean bCancel
    Send Popup of oTestdg
    Function_Return...
  8. Replies
    7
    Views
    1,473

    Re: 2023 Windows 10 Gift VDF16.1

    Hi Edgard,

    Thank you, i try next week.

    Regards
    AnnaM
  9. Replies
    7
    Views
    1,473

    Re: 2023 Windows 10 Gift VDF16.1

    The details Tab, display the same data, and, without any project (NEW CLIENT ENGINE INSTALLED), all the exe in the BIN folder (exept Register) DON'T WORK.
  10. Replies
    7
    Views
    1,473

    Re: 2023 Windows 10 Gift VDF16.1

    Hi Dennis,

    yes is in a single PC

    The error in event log, for DbBldr, the same for all apps ( in italiano, che capisci benissimo :))

    15870

    Regards
    AnnaM
  11. Replies
    7
    Views
    1,473

    2023 Windows 10 Gift VDF16.1

    Happy New Year (I hope),

    a 16.1 installation on Win10, which worked until "last year" , it does not work anymore.

    After delete installation, reboot, re-instal, reboot, disable antivirus, reboot...
  12. Replies
    7
    Views
    1,310

    Re: Colour (or Color) in cDbCjGrids

    Hope you have more entertainment for xmas :cool: Not a lot for this work :D

    Merry xmas
  13. Replies
    7
    Views
    1,310

    Re: Colour (or Color) in cDbCjGrids

    Hi Dave,
    i've used a Wil suggestion that work for me.



    // In the cCjDbGrid
    Procedure OnCreate
    Handle hoMarkUpContext
    Variant vMarkUpContext
    String sMarkup
  14. Replies
    6
    Views
    1,238

    Re: Integer ... ToBe or not ToBe

    Hi Bob,
    the 4th is the only right result, because the return parameter is passed in an integer (comma is our decimal separator, no errors)

    Regards
    AnnaM
  15. Replies
    6
    Views
    1,238

    Re: Integer ... ToBe or not ToBe

    :D
  16. Replies
    6
    Views
    1,238

    Integer ... ToBe or not ToBe

    VDF 19.1

    Integer params in the function are not integers :confused:





    Object oButton2 is a Button
    Set Location to 67 185
  17. Re: Deploying program/database changes to Production environment

    Hi Boman,
    remember to change, in the client machine, with Regedit on this branch the key DbAdminMode with the value 'DDB' or 'ON'

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Data Access...
  18. Replies
    17
    Views
    7,162

    Re: Creating a backup (of sorts) of the INT files

    Hi Mike

    many thanks

    AnnaM
  19. Replies
    17
    Views
    7,162

    Re: Creating a backup (of sorts) of the INT files

    Hi Mike,
    i see the use of some function like fLastBackSlash, fLogicalName. fRootName that i don't know. Where i find these functions?

    TIA
    AnnaM
  20. Thread: folders

    by AnnaM
    Replies
    3
    Views
    1,296

    Re: folders

    Hi Gail,
    the Direct_Input DIR: command , returns the sub folders inside square brackets.
    You can check if there are sub folders and memorize in an array to scan the nested folders

    HTH

    AnnaM
  21. Thread: 2 Questions

    by AnnaM
    Replies
    20
    Views
    3,235

    Re: 2 Questions

    Hi Mike,


    SELECT
    CASE
    WHEN SERVERPROPERTY ('EngineEdition') = 4 -- 4 = Express Edition
    THEN
    CASE
    WHEN (SELECT max_size FROM sys.database_files WHERE file_id =1)=-1
    THEN
  22. Thread: 2 Questions

    by AnnaM
    Replies
    20
    Views
    3,235

    Re: 2 Questions

    Hi Mike,
    i've found this on the web
    "Microsoft SQL Server Express has a 10 GB maximum database size and other important limits. High load scenarios are not supported by Express. Symptoms can...
  23. Replies
    86
    Views
    7,821

    Re: What MS SQL Client softwear do I need?

    +1 :cool:
  24. Replies
    86
    Views
    7,821

    Re: What MS SQL Client softwear do I need?

    Hi Mike,
    i've in use this

    https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver15

    HTH
  25. Replies
    8
    Views
    2,173

    Re: ERROR: Cannot find Winprint Viewer's Window

    Hi Phil,
    when this occurs, i use a "dummy" report that during the activating Send DFPrintSetup

    HTH
Results 1 to 25 of 40
Page 1 of 2 1 2