Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LucieLastic

    HTML component recommendations

    Thanks, Aaron, I'll have a look at those.
  2. LucieLastic

    HTML component recommendations

    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...
  3. LucieLastic

    HTML component recommendations

    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
  4. LucieLastic

    Win32 API question

    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...
  5. LucieLastic

    HTML editor component recommendation

    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
  6. LucieLastic

    How to stop Delphi 2010 auto formatting my code

    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
  7. LucieLastic

    EasyMapi and Outlook's api questions

    Cheers DjangMan. Will drop an email to Peter and let you know what he says.
  8. LucieLastic

    EasyMapi and Outlook's api questions

    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...
  9. LucieLastic

    Possible to Group By on a function?

    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)...
  10. LucieLastic

    Possible to Group By on a function?

    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...
  11. LucieLastic

    Whats the max. size of an SQL Query in SQL Server 2005?

    Whats the maximum character limit for a query in Sql Server 2005? Many thanks Lou
  12. LucieLastic

    Help needed converting ftBytes to string

    hi majlumbo I'm at home now but I will try it first thing in the morning. Many thanks for your help. Lou
  13. LucieLastic

    Help needed converting ftBytes to string

    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...
  14. LucieLastic

    Importing from Excel - Nulls for blank varchar fields & Ref Integrity

    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...
  15. LucieLastic

    Ref. Integrity constraint on a PK and across diff schemas - problem

    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...
  16. LucieLastic

    Setting properties on a file, eg Author, owner etc

    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...
  17. LucieLastic

    Poss. to bring window to front without focus?

    That's great, thanks, majlumbo! :O)
  18. LucieLastic

    Poss. to bring window to front without focus?

    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
  19. LucieLastic

    Poss. to bring window to front without focus?

    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...

Part and Inventory Search

Back
Top