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

    ActiveX (flicker) Modal forms

    After programming quite a few TreeView(s) I noticed a distinct flicker on the screen , searched web and found. "On Fri, 26 Jun 1998 11:54:08 +0200, "Rasmus Moustgaard" <r.moustga...@cochrane.dk> wrote: >Anyone knows why treeview controls flicker when you run a modal form? >Rasmus Yes, and you...
  2. Gotheallblacks

    C5error with PictureVal

    Has anybody come across C5 errors using "PictureVal" after having set the "Picture" Propery.I have spent a week trying to find a random C5 Error #@%&) Arrg Some Interesting random ocurrances: 1) A Image object Picture(separate from my running code) was being changed by VFP to random Icons of...
  3. Gotheallblacks

    Listview Simplelist OLEdrag drop

    I want to OLEdrag from a source onto the SimplelistListview and Take some action with the passed data From the source object say a textbox *OLEStartdrag LPARAMETERS oDataObject, nEffect * Clear out all data from the data object oDataObject.ClearData nEffect = 1 *-- Register the text (1)...
  4. Gotheallblacks

    Thunderbird

    Is there any documentation on automating Mozilla Thunderbird from VFP ?, Can't seem to find any
  5. Gotheallblacks

    Format vertical spacing...

    Hi Are there any keystrokes or faster way of using format aligning when designing form layouts.I'm especially after the vertical align increase,decrease or can they be added to the layout toolbar. I cant seem to find any info in help
  6. Gotheallblacks

    GRID AS PHOTO ALBUM

    Currently I have a treeview as a menu which is used to display photo/picture from Graphic File(s) of stock/products when node clicked. I am wanting to change this to an Album of say 6 pics across with scrolling and filtering by category via treectrl. I thought about using a grid but I am...
  7. Gotheallblacks

    Evaluate or Execute property

    Is there a way to execute a property ? eg a property of a custom object which has a property called "qty" and it is the child of a parent custom object which also has a property called "qty" with a numeric value of say 5. The child object property "qty" has a char value of "this.parent.qty*3"...
  8. Gotheallblacks

    Source is out of date

    A program I have been using is now not working correctly. Used debug and had a 'Source is out of date'. I deleted all compiled .fxp's and don't have any other copies in any other paths. cut and pasted to new .prg put in extra code ie wait states and compiled and still no luck. Have I set some...
  9. Gotheallblacks

    _screen garbage characters

    Recently I noticed that I am unable to get _screen output correctly.eg In the command window I type ? 'hello' and the screen output displays unreadable characters. ie square zeros/boxes.I have checked language settings etc,deleted config.db and reinstalled but still cant get it to output to...
  10. Gotheallblacks

    SET DEFAULT

    I've forgotten something somewhere. I have a test environment on S: drive and a live one on Z: drive. I use Private data sessions and in "load Event" of each form I have set default to remotefolder z:\live .I don't have "s:" or "z:" anywhere in any prg,vcx.. etc the remotefolder var is set from...
  11. Gotheallblacks

    Code for _mwi_arran

    I have a top level form with an Outlook style menu on it set to the left which I don't want covered. I am wanting to have the 'Window' menu bar Arrange child forms of this form inside a specified white space area of this form. Is there _mwi_arran code availiable ?
  12. Gotheallblacks

    InputMask - Phone No (variation)

    I am wanting to "dynamically" change the inputmask for phone numbers in a textbox as the user keys in. eg (99)999-9999 or (999)999-9999 or (9999)999-9999 or 99-9999-9999999 I am able to determine whether .value is either a Mobile,Freephone,National or International No from the first 2-3...
  13. Gotheallblacks

    Spinner,character field in grid

    I have a character field as controlsource in a grid column with currently two dynamiccurrentcontrols set to either textbox or combobox. My question is I want to add a spinner dynamiccurrentcontrol as an option if the field is numeric.But i get an error of course for invalid type. The table also...
  14. Gotheallblacks

    Properties editor/expression builder

    Are there any custom written Properties editor and expression builders out there. My purpose is for using on memo feilds for variable inventory types/info ie a base inventory record(s)in a inventory parent table with the memo holding xtra addable properties and formulas(for adding such as...

Part and Inventory Search

Back
Top