|
MSWebBrowser - How do I assign HTML code to the browser object? Hi, I am currently using the MSWebBrowser object to display HTML text in the window/form. At this stage I need to save the HTML code in a file and get the MSWeb... object to Navigate(cPath) to it. I know would like to pass the actual HTML text to the browser without saving it in a file. I am certain that this... 15 Jul 2008 19:33
Create Sql Server Tables with Vo2Ado Hi All, I have created a script on sql server 2005 to create my apps database and tables. The scripts includes all foreign key values tc etc. How can I run this from within VO so when the user runs the app the dadabase and tables are created for him. It was dbcreate in dbf days but not sure what it is in sql. ... 18 Jul 2008 10:17
Problem with attachments Using 2.8 and its (SE's) internetclasses. The problem is encoding and decoding breaks the attachments so they cannot be opened with the proper software. Acrobat reader complains about pdfs and shows only an empty document. Only the most basic notepad txts come through OK. The problem is not in the creation of pdfs,... 16 Jul 2008 16:08
SEMenuXP as ContextMenu for a TreeView Hi All, I'm using SEMenuXP w VO2.8 on Vista. It's working great for the toolbars and the menus. Now I want to place images on a treeview contextmenu. Is there anybody who is willing to share how to do this? If the way to do this is in the SE Help file, it is eluding me. Any help is greatly appreciated, ... 13 Jul 2008 19:13
Problem with database access from a DLL How Can I open a database in a DLLl I have a keyboad myhook.dll, to control the keyboard actions. In this routine I want to open a database. Eyerytime when I try to open the database I get this error message: Error Code: Function: RDDINFO CallStack: EmptyCallStack HERE A CODE SNIPPET: FUNCTION Keyb... 14 Jul 2008 09:33
How to get longer fields than 255 chars with SqlConnection From an XLS file I'm getting data like this: oSQL := SQLSelect{"SELECT * FROM [sheet1$]",oHost} getting a the content of a cell is coded like this: uTableFieldInfo := oSQL:FIELDGET(dwCol) The length of the FieldGet is never bigger than 255 chars while some fields have a bigger content. How do I get the ... 13 Jul 2008 11:00
Getting sheetnames from XLS file I'm using SqlConnection to read (just read) data from an excell file. I open like this: oHost := SQLConnection{} lConnect := oHost:DriverConnect(, SQL_DRIVER_COMPLETE_REQUIRED,"Driver=Microsoft Excel Driver (*.xls) ; Dbq="+cFileNm) How do I get the sheetnames of the file ? If I do not know them it's ha... 13 Jul 2008 09:59
error bulid in cavo27b new FabOutlookBarLib In new examples FabOutlookBarLib in cavo28 is ok In cavo27b is the error As bulid in cavo27b ASSIGN Style( sNew AS SYMBOL ) AS SYMBOL PASCAL CLASS OutlookBar error -> SELF:_oItemsBackground:ColorRef := GetSysColor( COLOR_MENUHILIGHT ) Line 19, unknown variable COLOR_MENUHILGHT:51132 ... 13 Jul 2008 05:54
Backward Compatability *.rdd We want to be able to run applications compiled using VO 2.8 alongside applications compiled using VO 2.7b. Can these applications share the .rdd, cato*.dll, MSVCRT.dll files from VO 2.8? Can anyone advise us on the compatibility of the files between VO versions. Regards Gary Sunderland ... 13 Jul 2008 02:51
Code Signing Certificates... Greetings, Do you use a Code Signing Certificate to sign your installation programs, DLL, etc? There is VeriSign, Thawte and others. I am looking for recommendations on which one to use considering features and price and trust worthiness. Thanks, Jamal ... 14 Jul 2008 19:54 |