Recent content by amorosik

  1. amorosik

    Windows 11

    Sure, I understand Since english is not my native language, I am always happy to learn even the phrases that are 'ways of saying' That if translated word for word, do not give the original meaning
  2. amorosik

    Windows 11

    Ok, clear 😁
  3. amorosik

    Windows 11

    I hope you'll excuse me, but I don't understand this sentence And translating it literally doesn't work What does it mean exactly?
  4. amorosik

    How to display a 'running total' on a report preview AND on pdf/print?

    Yes of course, thank you very much for the example proposed Base the report on all fields linked to the table is certainly a possible choice (temporary data update times permitting) But it is really strange to think that via code this cannot be done
  5. amorosik

    How to display a 'running total' on a report preview AND on pdf/print?

    Maybe you didn't understand what I asked, or maybe I didn't explain well I have a report that displays data taken from a table Some variables defined globally at the report level are initialized on Report_Open, one of these variables is 'saldo_totale_corrente' One of the fields in the body, the...
  6. amorosik

    How to display a 'running total' on a report preview AND on pdf/print?

    No, I have already tried on ALL events (at least on Report object) and no event is called at the time of PDF creation Or at least with the normal breakpoint on the classic Debug.print the code does not stop
  7. amorosik

    How to display a 'running total' on a report preview AND on pdf/print?

    I have a report that needs to display rows composed of a DARE field and a AVERE field, and a third field that I will call SALDO that contains the difference between DARE and AVERE added to the SALDO field of the previous row A basic example is attached There are global variables for the report...
  8. amorosik

    I need assistance pulling a big db into SQL Server

    Interbase / Firebird If the file format was really Interbase/Firebird then you could use this db server directly and connect via odbc to the data No conversion, no data loss, no license fee to pay, and an exceptional db server to use for every purpose
  9. amorosik

    Single project composed of different sections - how supply different versions?

    Yes, this is also a great idea I hadn't thought of making Version1 or Version2 by taking Version0 and deleting things
  10. amorosik

    Single project composed of different sections - how supply different versions?

    Yes great ideaAnd so the sequence could be: 1- changes to Version0 2- creation of text files with MasAccess-Vcs 3- the program for the regeneration of Version1 takes all the text files, copies them into its own directory, deletes unnecessary files, launches the creation of Access files from text...
  11. amorosik

    Single project composed of different sections - how supply different versions?

    Yes, I understand, and so I'll explain the request again I didn't ask to create a system that 'dynamically' configures itself to have the features of Version1 or Version2 or any other version The request is: having a project created with Access that I'll call Version0 (I'm talking about the...
  12. amorosik

    Single project composed of different sections - how supply different versions?

    "..on the fly.." it's something that has never been asked
  13. amorosik

    Single project composed of different sections - how supply different versions?

    I never wrote that this is a test I never wrote that I knew the answer I never wrote that I wanted to know if you know MY answer I wrote that I wanted to know if you know the answer to the question posed And finding an answer to the question posed is the main goal of every person who inserts a...
  14. amorosik

    Single project composed of different sections - how supply different versions?

    "..omits relevant facts about the requirement.." To understand the request, you just need to know how to read, it's written
  15. amorosik

    Single project composed of different sections - how supply different versions?

    Also my software is made like this, with a key that activates the authorized functions And many other software are made like this But now I want to check other possibilities, I don't understand why this request may seem strange to you If you don't know how to answer, don't answer I'm asking for...
Back
Top Bottom