|
Account
|
Settings
|
Anonymous
Sign In
Recieve Email Notification
|
View as Tree
|
Refresh
Yoab Youssoufou 
Edit
|
Reply
|
Quote
|
Delete
|
Publish
|
Accept Answer
|
View Profile
Edit Post
Remove Post
Lock Thread
Mark as Helpful
Request a Response
1050 points
6 years ago, Post ID: 27580
0
0
Hello, I know this subject has been raised before but there are still issues post 22012 was answered by Alexey and very helpful, and i used her example to start. I have 2 major problems.
1) Inside Morfik IDE label hyperlink works fine but its not elegant to display to end users unintelligible gibberish, so i tried using a button with following code: Window.Open(textlabel3.caption,'_blank','menubar=1,resizable=1,width=350,height=250') where textlabel3 is the label whose datafield is the embedded PDF document. This does not work
2) On deployed appllication (Apache) neither the label nor the button work
Does the baseurl come into play here?
Pls help
-1
Hello, I know this subject has been raised before but there are still issues post 22012 was answered by Alexey and very helpful, and i used her example to start. I have 2 major problems.
1) Inside Morfik IDE label hyperlink works fine but its not elegant to display to end users unintelligible gibberish, so i tried using a button with following code: Window.Open(textlabel3.caption,'_blank','menubar=1,resizable=1,width=350,height=250') where textlabel3 is the label whose datafield is the embedded PDF document. This does not work
2) On deployed appllication (Apache) neither the label nor the button work
Does the baseurl come into play here?
Pls help
27580
1
-1
0032000000OVwLrAAL
Yoab Youssoufou 
Edit
|
Reply
|
Quote
|
Delete
|
Publish
|
Accept Answer
|
View Profile
Edit Post
Remove Post
Lock Thread
Mark as Helpful
Request a Response
1050 points
5 years ago, Post ID: 27581
0
0
Problem solved, if u r interested
Procedure frmRoot.Button1Click(Event: TDOMEvent); var newurl:string; Begin newurl:= ReplaceString(textlabel3.caption,'&','&'); window.open('project9/'+newurl,'POPUP',''); End;
replace project9/ with your own baseurl
27580
Problem solved, if u r interested
Procedure frmRoot.Button1Click(Event: TDOMEvent); var newurl:string; Begin newurl:= ReplaceString(textlabel3.caption,'&','&'); window.open('project9/'+newurl,'POPUP',''); End;
replace project9/ with your own baseurl
27581
1.1
-1
0032000000OVwLrAAL
Yoab Youssoufou 
Edit
|
Reply
|
Quote
|
Delete
|
Publish
|
Accept Answer
|
View Profile
Edit Post
Remove Post
Lock Thread
Mark as Helpful
Request a Response
1050 points
5 years ago, Post ID: 27582
0
0
there was an & amp ; problem, view attached picture
27581
there was an & amp ; problem, view attached picture
27582
1.1.1
-1
0032000000OVwLrAAL
|