Manipulating with browsers

Yohn

Member
Hy.
My question is what is best way to manipulate data to be transfer from one browse of one program to another browser in program which calls that browser. Example of that - main program with browsers Costumer, and other browser for Customer products - I have to make a program who searches for Customer products, and when I db click on selected product in browser of search program it positioned on Customer browser.
thx.
 

lord_icon

Member
If using GUI then smart links
Otherwise you need to pass a var identifying the row from the browser in window 1 to window and browser 2. To enable the query in window & browse 2 to function. Getting the appropriate data from the db.
GUI smart links would facilitate this option.
 
Top