03-11-2022 03:10 AM
Hello,
I need to know how I can detect the path change state of my excel file, to set my counter to zero, if the state changes, I was thinking of an event structure, but I don't know how to use it, is it that there are tracks or example for this kind of problem, thank you to all.
Solved! Go to Solution.
03-11-2022 03:16 AM
Hi Ayoubas,
@Ayoubas01 wrote:
how I can detect the path change state of my excel file,
Which "excel file"?
What is a "path change state"?
Does the filepath change somehow somewhen in the middle of your file operations? (Why?)
What exactly do you want to achieve?
03-11-2022 03:28 AM
I want once the file path is changed by the user, at this time I have to detect this change to reset my register to zero, the change of path t is manually writing by the user during recording File,I hope you get the idea
03-11-2022 03:46 AM
Hi Ayoubas,
@Ayoubas01 wrote:
I want once the file path is changed by the user, at this time I have to detect this change
Use an event structure with a ValueChange event for that filepath control...
03-11-2022 03:54 AM
I saw that, but I did not understand how, if you can give me an example I will be grateful thank you🙏
03-11-2022 04:22 AM - edited 03-11-2022 04:22 AM
Hi Ayoubas,
@Ayoubas01 wrote:
I did not understand how, if you can give me an example
Simple like this:
05-11-2022 06:57 AM
Using a simple path shift register I was able to solve the problem
thanks to all