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 wOOdy-Soft 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: *

  • Users: Stefan5627
  • Content: Threads
  • Order by date
  1. Stefan5627

    alignment of custom textboxes in a grid

    Hi all, In my editable grids i change the currentcontrol in columns so i can use custom textboxes however these are not properly alligned with the default textboxes in other (none editable) columns where currentcontrol has not been changed. when the column with the custom textbox gets the...
  2. Stefan5627

    intellisence for C# COMserver

    Hi everyone, I've written a COMserver in C# that i'm using in vfp9 Does anybody know how i can get vfp intellisence to work with it? Stefan
  3. Stefan5627

    Chaining reports

    Hi all, I would like to chain 2 reports I use code like loListener = newobject('_ReportListener', ; home() + 'ffc\_ReportListener.vcx') loListener.ListenerType = 1 loListener.AddReport('MyReport1.frx', ; 'nopageeject') loListener.AddReport('MyReport2.frx')...
  4. Stefan5627

    hacking scx/vcx, is it safe?

    In my project I have subclassed all my baseclasses and used those controls in my forms. However in some older forms I use the vfp baseclasses. I want to change them in the subclassed equivalents by hacking the scx/vcx. I have made a copy of my project and changed the class and classloc fields of...
  5. Stefan5627

    member object has been removed

    When I alter a form and try to save it, I get the errormessage "member object has been removed - cannot complete the save operation." I take it this means that some memberobject or property has been removed from a class that I'm using in the form. It would be helpfull to know which memberobject...
  6. Stefan5627

    how to put rtf content into word docoument

    I use a richtextcontrol to put rtf text in a memo field. How can i insert this rtf content into a word document? I've tried putting it in the clipboard and pasting it in the worddocument, but what i get is the plain text with the rtf formatting tags. Does anybody know the right syntax to put...
  7. Stefan5627

    how to get color depth

    How can i get the colordepth of a system (32-bit, 24-bit, 16-bit or even only 256 colors) I've looked in sysmetric and sys functions but couldn't find it can anyone help me? tia, Stefan
  8. Stefan5627

    how to deactivate and reshow the same report with another condition

    - i want to show the user a report, - then (while the report is still showing) i want to ask the user a question - depending on the answer i want to adjust the report i use the underlying code the problem is that the second time i show the report (with the condition) it shows the same as the...

Part and Inventory Search

Back
Top