Hello everybody,
I have a problem with the positionning of the saveAs Window. I have checked everywhere in the forum and did'nt find anything. In fact, what I want to know is where I could modify the value in the registries base to put the folder ID to the right key of registries base for, when the saveAS window appears, it will appear positionned in the right folder to save the file. It is a VB application and I use the function "LLApp.SaveAs fileName, TempFilename, showAttributes, rc". In fact, I know how to modify the registries base via the function "RegSetValueEx" library ; I just don<t know which value I have to modify to get it works.
I had a clue of a colleague that it could be in the path of the registries base --> Software\Open Text\Livelink Explorer\Professional Edition\History\X (where x is a number from 1 to N). It works on my computer when I replace the values of field "itemID", "itemText" and "server" of path "Software\Open Text\Livelink Explorer\Professional Edition\History\1" but not on the customer's computer. Is there any other place where I should modify the value to get the window in the right folder before it popups ?
Thank you a lot,
David
I have a problem with the positionning of the saveAs Window. I have checked everywhere in the forum and did'nt find anything. In fact, what I want to know is where I could modify the value in the registries base to put the folder ID to the right key of registries base for, when the saveAS window appears, it will appear positionned in the right folder to save the file. It is a VB application and I use the function "LLApp.SaveAs fileName, TempFilename, showAttributes, rc". In fact, I know how to modify the registries base via the function "RegSetValueEx" library ; I just don<t know which value I have to modify to get it works.
I had a clue of a colleague that it could be in the path of the registries base --> Software\Open Text\Livelink Explorer\Professional Edition\History\X (where x is a number from 1 to N). It works on my computer when I replace the values of field "itemID", "itemText" and "server" of path "Software\Open Text\Livelink Explorer\Professional Edition\History\1" but not on the customer's computer. Is there any other place where I should modify the value to get the window in the right folder before it popups ?
Thank you a lot,
David