Search:

Type: Posts; User: chuckatkinson

Page 1 of 80 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    Another option that we do way too frequently is to manually fill your grid with ESQL. Or alternatively you could create a SQL view add it as a DF table and use that in the dbgrid.
  2. Replies
    9
    Views
    576

    Re: DataFlex GPTs

    I've been following AI and LLM for some time. And I've been considering fine-tuning (that's what's called "teaching") an AI model some DataFlex code. I have my own repo of code I planned to use, but...
  3. cSigCJPropertyGrid and Set PropertyItemMask

    Can't seem to get anything to work with Set PropertyItemMask on this control.

    Any examples would be helpful. Mostly to display Currency.

    Thanks!
  4. Re: Should there be a SQLSetFunctionName for calling SQL Scalar functions?

    In Mertech interface there is this ...

    SQL_SET_FUNCTION_NAME sFunction NUMPAR iParams
    SQL_FUNCTION_EXECUTE
    SQL_GET_FUNCTION_RETURN to sResult
  5. Should there be a SQLSetFunctionName for calling SQL Scalar functions?

    In the DAW driver do we just have to use SQLSetProcedureName to call SQL Scalar functions? Any feedback from doing this with scalar functions?
  6. Replies
    37
    Views
    2,087

    Re: DF 2023 Convert to MS SQL - System File

    This is one long thread. But I did see my name mentioned. In regards to sequences. We identified major blocking in our app with system tables. We identified the autoincrements of system identifiers...
  7. Thread: Wut?

    by chuckatkinson
    Replies
    1
    Views
    704

    Re: Wut?

    This is what ChatGPT is for. It can write nonsense like this in a heartbeat ;)
  8. Re: GetRowID of a record from SQL script

    Jose,

    Mike Peat is correct. ROWID is a DataFlex thing only.
  9. Replies
    14
    Views
    2,308

    Re: The future

    As many of you may remember, I was a big proponent of moving to the cloud. I've since had some reservations about it. Costs are going up all the time. And it doesn't seem to make as much sense to me....
  10. Re: YAFR: Quick migration option for libaries

    +1
  11. YAFR: Quick migration option for libaries

    You know what is a real PITA to test new versions of DataFlex? Migrating libraries !!!

    Can you add an option to library migration for leave it in place to just copy the existing .sws and put...
  12. Replies
    69
    Views
    7,546

    Re: ChatGPT by openai and DataFlex

    I've been playing around with ChatGPT as has my son. He sent me some supposed DataFlex code generated by ChatGPT. I could see right away it wasn't DataFlex. I'm looking at how hard it would be to...
  13. Re: The feats of Stephen (see what I did there?)

    Carson City was great once you managed to get there ...

    Happy Retirement SWM. You will be missed. You were there when I first started in DataFlex in the dark ages.

    You should go visit JT and...
  14. Replies
    1
    Views
    834

    Uh oh ! MS bug in ODBC

    Microsoft confirms problems with some Windows apps due to database connections issues - Neowin

    Anyone experiencing this issue?
  15. Replies
    5
    Views
    1,305

    Re: How to change customer's databaese

    We do all of our table changes via T-SQL at the database level and then just deploy the new INT file. Google T-SQL ALTER TABLE
  16. cWebViewBrowser open tab page in current window

    Anyone know if it's possible to open a new tab page from a link within the same browser control?

    Thanks.
  17. Re: HOWTO: Stop 'Deadlock' or 'Error 4106' occurring in DataFlex

    Nice !

    Also consider a serious bottleneck is system tables. (i.e. one row) with counters. We solved this issue a few years ago by moving all system record allocated counters to sequences in SQL.
  18. Re: (CurrentDateTime()) value retrieved from MSSQL.

    Table editor in DF 19.1 does not accept comma's.
  19. Re: (CurrentDateTime()) value retrieved from MSSQL.

    EDIT: And in DBBuilder it's even worse. When I open the table it's showing 16.7 and when I attempt to change it to 23.3 it switches to 20.3

    EDIt2: What a dumba$$ disregard if you read the...
  20. Re: How do you keep DD files in two folders?

    What Dave said
  21. Re: How do you keep DD files in two folders?

    I'm doing this through the workspace settings. I put my "special" dd source folder first and then the "base" dd source second separated by a semi-colon.
  22. Replies
    10
    Views
    3,242

    Re: Changing Data in DF v2.3b Datafile

    Perhaps you are thinking of DFBROWSE.FLX ?
  23. Replies
    18
    Views
    3,268

    Re: Clearing a cImageContainer image

    I meant like MM said create the object dynamically and then destroy it in the clear. Maybe create in postfind and destroy it in the Clear of the DD.

    EDIT: I did that for an image scanning app...
  24. Replies
    18
    Views
    3,268

    Re: Clearing a cImageContainer image

    Can you dynamically create the images and then destroy them with the clear?
  25. Replies
    6
    Views
    1,062

    Re: Credit Card Payment

    I just changed to use a new CC processor. We've always used one that provides a hosted page that the customer enters the information on because we don't want that sensitive data even entered on our...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4