Search results

  1. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    I, on the other hand, read what our colleague writes, and if possible I try to help him
  2. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    It's not my game And it's not stupid at all Especially because it responds to a request from colleague prabha_friend Of course, if you have a simpler solution, or less stupid, that's fine, let's hear it.
  3. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    Which translated into words that we ignorant people can understand, what would it mean?
  4. amorosik

    How to access the same database file between two projects in a Visual Studio Solution?

    Reading and writing MDB/ACCDB files is also possible on Android This post may be useful
  5. amorosik

    Subform records shake if the number of records is large

    I'm sorry, but with Access 2013 the file dosen't open
  6. amorosik

    Need Help Regarding vba code

    Maybe the answers given will be useful for other things You never know in life what can happen
  7. amorosik

    Is there a way to get control on the call audio of an android phone?

    Are you writing about phone calls or calls that come in via external apps like whatsapp and the like? And when you write "..is playing on the media audio but not into the call.." what exactly do you mean?
  8. amorosik

    Need Help Regarding vba code

    I don't think there's any discussion I'm writing obvious things, which I believe are indisputable Having abandoned the use of mdb/accdb files for data for several years, I was curious to understand the proportion between data lost on db server and on mdb/accdb files
  9. amorosik

    Need Help Regarding vba code

    Oracle 5 ??? Are we talking about a product from 1985 ??? I think the good versions are at least from version 8 (1997) onwards But even a great db server could lose data if the hardware does not work properly Let's do a simple test: in your life how many db servers have you seen losing data and...
  10. amorosik

    Need Help Regarding vba code

    Of course our friend Moin555 meant that he would like the code built with Access and the data on any db server No one would be so crazy to keep important data on native Access files
  11. amorosik

    Poor performance over WiFi

    First of all, I would personally perform some measurements on the amount of data passing via wifi lan, in order to understand if the amount of data is the problem or not If you see 50 Mbit/sec passing for 6 seconds, it means that the PC is calling data for about 30 Megabytes, and passing them...
  12. amorosik

    How to read IP Address of 'actually used' lan nic?

    I want to log the communication channel used to be able to reproduce the environment used during the execution of some procedures, for example when there are performance problems or errors in communication It happens that there are notebooks and maybe the customer says "... it is connected with...
  13. amorosik

    How to read IP Address of 'actually used' lan nic?

    It's the same code I've try it, same result
  14. amorosik

    How to read IP Address of 'actually used' lan nic?

    Normallly, using this code, ALL pc ip addresses are returned But wanting to know exactly the address of the wired or wireless network card that pc is using, how to do? I ask this beacuae if the pc has two lan ports on the motherboard, a wifi card, and a virtual lan like those installed by...
  15. 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
  16. amorosik

    Windows 11

    Ok, clear 😁
  17. 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?
  18. 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
  19. 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...
  20. 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
Back
Top Bottom