hi DjangMan
I need a component where I can set the 'source' property of html, it displays it (WYSIWYG) and allows the user to type in and edit the display. Then it creates the appropriate html source. It needs 'normal' formatting capabilities, cut/paste, font formatting, paragraph formatting...
hi All
I need an HTML editor component, could anyone recommend one? It doesn't need to be free as I have approval from the powers above to buy something. Just need a good one.
Many thanks
Lou
The best books for windows Api and Delphi were The Tomes of Delphi 3, imo. I wish these had been updated. I have these books and still use them today with Delphi 2010 as they have excellent examples to get you started. I don't do much api programming but some of the functions I have used in...
hi
I need a component where I can set the 'source' property of html, it displays it and allows the user to type in and edit the display. Then it creates the appropriate html source.
Are there any components out there? Preferably not too expensive.
many thanks in advance
Lou
hi
Could someone tell me where and what option to set to stop Delphi 2010 automatically wrapping lines and reformatting them please? It's driving me potty!
Many thanks
Lou
hi
Has anyone used Outlook's api to track, create and log emails?
I've written an email tracking system that uses EasyMAPI. It captures emails coming in and out, searches them for anything of interest, if interesting, extracts info from the email, copies it to another public folder and logs...
Thank you for your help guys. I have managed to do what I wanted, thanks to you all. I shouldn't have had the ICValue field in the select bit which I hadn't noticed initially. This is my solution.
select PREF_DISP,
substring(ICValue, charindex('=', ICValue), 10)...
hi
I'm trying to get the tail end of ICValue and then group by the tail end and PrefDisp fields. Is it possible? I have this at the moment which I was hoping would work. Ultimately, I want to extend it to get me the count of each 'tailend' for each PrefDisp.
select PrefDisp, ICValue...
hi
I'm reading a memo field from Sybase and would like to store it in a varchar field in SQLServer. I know that the field contains a hexadecimal number but they're stored as binary on the Sybase end. When I read this field in the field.datatype is ftBytes. How can I convert this hexadecimal...
hi
I'm trying to import a spreadsheet. One of the columns has all text data with the odd blank cell and the appropriate field in the DB has a referential integrity constraint on it. For blank XL cells, I need a NULL to be inserted but sql server, I believe, is trying to import a blank string...
hi
I have the same table in two different schemas, one of them is acting like a static table and the other is used for test loads of the data we send to the client. The tables have a composite PK but I only really need to check the asset_id col but if I have to use both cols in the PK in the...
hi All
I'd like to set the following properties on a file, is it easy to do? Does anyone have a simple example I could steal? I need to get it done quickly and I haven't, as yet, found a relevant example on the net.
LastModified Datetime
DateCreation Datetime
Author
Owner
Comments
Many...
Thanks, Whosrdaddy, that's great!
Majlumbo
I've never used this balloon tip, do you have an example I could 'steal' of you? I have a tray icon next to the clock and I make the application's button flash on the taskbar but if a user has auto hide set, they don't see anything.
Many thanks
Lou
hi
I have an app which monitors processes for errors, if an error occurs I want my app to come to the front but not take focus off whatever the user is working in, is this possible? I've tried the following calls but each one makes my monitoring app take focus...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.