Hi all,
I need your help to find out what is going on.
I have a development of a process that performs several things in an erp that is mounted in a citrix, there is no problem (the machine has 8GB of ram). At a point where you only have to enter the date, through system.datetime.now.tostring (“dd / MM / yyyy”) (the format requested by the system which is day / month / year), it loses connection with the erp (which is in java), placing the mouse (“loading”) and not allowing interact with the other buttons.
Actually, this is a dev for a entrerprise, so i can’t access the erp freely, the isuue is still, when have to write the date.
I test system.datetime.now.tostring(“dd/MM/yyyy”)
datetime.now.tostring(“dd/MM/yyyy”)
Put in variable, writting directly in the type into and nothing.
to have a better perspective of the project:
It stores a table in memory (read by an excel file and filtered, with around 600 records)
Then a route is made with a for each, and inside it has 3 main if depending on the content of a column. Within these if are the necessary procedures such as placing the date that is where you lose connection.