BOTTOMLESS RTFCONTROL IN VFP
-
30. prosince 2009 2:26Hi,
How to make Bottomless RTFControl in VFP, I found some examples in VB
http://support.microsoft.com/default.aspx/kb/257849
Are there some examples in VFP ?
Thx
Sen
Všechny reakce
-
30. prosince 2009 11:19Přispěvatelyou can convert this vb code into vfp using VB TO VFP CONVERTERTHIS UTILITY AVAILABLE ON FOLLOWING BLOGwww.sweetpotatosoftware.com/SPSBlog
<html><body> Please "Mark as Answer" if this post answered your question. :)
Kalpesh Chhatrala | Software Developer | Rajkot | India
Kalpesh's Blog </body> </html> -
30. prosince 2009 12:14What does bottomless mean? From the link you provided it seems like you want resize control on RTF. It is easy then. Check anchor property in help. You can also find a sample in tools\Task pane\Solution\ActiveX controls. You can also try setting scrollbars to 2 or 3 in that sample.
-
31. prosince 2009 3:36Cetin thx for the help,
I want to the RTFEditControlBox automatic resize it's height when we type more character/Insert Picture etc so the user don't need to scroll the vScroll. I belived using anchor property could not accomplice that.
-
31. prosince 2009 3:40Kalpesh thx,
I belived www.sweetpotatosoftware .com/SPSBlog site is down ?
-
24. července 2012 17:45Vlastník
you can convert this vb code into vfp using VB TO VFP CONVERTER
THIS UTILITY AVAILABLE ON FOLLOWING BLOG
www.sweetpotatosoftware.com/SPSBlog
<html><body> Please "Mark as Answer" if this post answered your question. :)
Kalpesh Chhatrala | Software Developer | Rajkot | India
Kalpesh's Blog </body> </html>Kalpesh, do you have a new link for this?
Thanks!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
-
24. července 2012 17:46Vlastník
What does bottomless mean? From the link you provided it seems like you want resize control on RTF. It is easy then. Check anchor property in help. You can also find a sample in tools\Task pane\Solution\ActiveX controls. You can also try setting scrollbars to 2 or 3 in that sample.
Cetin,
Any other ideas or information about the anchor property or finding a sample?
Thanks!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
-
24. července 2012 18:04
Sorry Ed,
I couldn't understand the quesion. I haven't been visiting VFP forums for sometime and only get responses to my existing posts:)
For scrolling to content I have posted code on foxite if that is what you are asking. Basically it uses RTF control's Find method.
- Navržen jako odpověď Ed Price - MSFTMicrosoft Employee, Owner 24. července 2012 18:28
- Označen jako odpověď Ed Price - MSFTMicrosoft Employee, Owner 5. srpna 2012 8:26
-
24. července 2012 18:29Vlastník
Sorry Ed,
I couldn't understand the quesion. I haven't been visiting VFP forums for sometime and only get responses to my existing posts:)
For scrolling to content I have posted code on foxite if that is what you are asking. Basically it uses RTF control's Find method.
Sen, does that help? Do you need a link to Cetin's scrolling code?
Thanks!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)