-
Carmela Nasto
- PowerBuilder
- Wednesday, 28 January 2026 01:22 PM UTC
Hi, we're having a problem with a document management system. We've switched from http to https and are using this code. The cloud gives us a blank page, but the client version works fine. Il codice che abbiamo modificato è
li_ris=f_get_url(str_701.cod_pratica, str_701.cod_flg_upload, as_address)
if li_ris=0 then
wb_1.Navigate( as_address)
//ole_browser.Object.Navigate(as_address, 0, "", "", "")
else
close(this)
end if
Abbiamo commentato ole_browser e inserito wb_1.navigate che usa
is_pathfile = F_AppIni('Ole', 'PathExcel', gsPathInstall)
// Se il percorso esiste, lo uso; altrimenti default desktop
if IsNull(is_pathfile) or is_pathfile = '' then is_pathfile = GetCurrentDirectory()
webbrowserset('downloadpath', is_pathfile)
where am I wrong?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.