Jump to content

Rolphy Reyes

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi 10.1 Berlin
  1. Rolphy Reyes

    TFrame versus SubForm

    Hi! For me the biggest problem is when you need to add some additional "TEdit" in a frame in a certain scenario. I think that with "SubForms" you don't have that problem.
  2. Rolphy Reyes

    Advise the component for editing tables

    Hi! Maybe the JEDI library.
  3. Rolphy Reyes

    Error on read-only transaction

    Hi! Maybe I'm wrong but I think that you get two "different" connections when the AcquireConnection method is call. I would do this: LTransactionRW.Connection := FDManager.AcquireConnection('MY_DB', ''); LTransactionRW.Options.ReadOnly := False; LQueryRW.Connection := LTransactionRW.Connection; LQueryRW.Transaction := LTransactionRW;
  4. Rolphy Reyes

    ChatGPT Example

    Hi! I don't know if you have seen this blog (and may help you): https://www.tmssoftware.com/site/blog.asp?post=1045
  5. Rolphy Reyes

    Fill Class Variables from a table row??

    Hi! Maybe you can use attributes.
×