Hi!
I've created a simple asp.net project where I can search for customers by name in my SQL database using LINQ Contains(). From there I'd like to open up my VFP9 program the custormer id.
What I have now to test my vfp code:
Normal Windows shortcut, properties:
Target: C:\Data\test.exe "503"
That opens my program and a form I've created and shows me info for ID 503.
In my main.prg: PARAMETERS pcCID .. and later on I send that to my form.
Really simple.
Now if I want to send a different ID shortcut (while my program is still open) it opens up another instance of my program, what I want is to open it up in my already open program so I can view customer information.
How can I send a parameter to my already open program, or do what I want in another way? Any ideas are welcome!
I've created a simple asp.net project where I can search for customers by name in my SQL database using LINQ Contains(). From there I'd like to open up my VFP9 program the custormer id.
What I have now to test my vfp code:
Normal Windows shortcut, properties:
Target: C:\Data\test.exe "503"
That opens my program and a form I've created and shows me info for ID 503.
In my main.prg: PARAMETERS pcCID .. and later on I send that to my form.
Really simple.
Now if I want to send a different ID shortcut (while my program is still open) it opens up another instance of my program, what I want is to open it up in my already open program so I can view customer information.
How can I send a parameter to my already open program, or do what I want in another way? Any ideas are welcome!