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 Shaun E 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: jpstafford
  • Content: Threads
  • Order by date
  1. jpstafford

    Compile time Defined Constant not acting like a constant.

    I have a form that is used to display my applications Logo and the last time it was updated/compliled. Thinking that the #Define line of code is only read during Compile time I define a constant 'DATECOMPILED' and then used this constant in a label to display the last time the application was...
  2. jpstafford

    I can not make an OLE Internet Object visible no manner what I try?

    Using Visual Foxpro 6.0 I am adding an OLE link to a form to access the HP web site. I can not make this object visible at design or run time. Thisform.OLEwarrantyUrl.Enabled=.T. &&this is OK, I can change this from .F. to .T. Thisform.OLEwarrantyUrl.Visible=.F. &&this property stay’s .F. no...
  3. jpstafford

    Finding Drive Labels

    I have and applications/database the depends on a secure drive that is map to the local workstation only when needed. The volume Label never changes put the Drive letter does. I would like to access/search for a drive with the correct label name, thereby telling the application to set the path...
  4. jpstafford

    Forms Releasing when first called.

    I am converting screens from 2.6a to Visual. If I let foxPro do a functional convertion everything works ok but the code is ugly so I am conveting everthing dirrectly to Visual. Here's my problem: The forms default window type is 'Modeless' which means to me that I could operate on multiple...
  5. jpstafford

    Object not contained in a Formset (1938)

    I am converting from 2.6a to Visual. I am using a old Visual 3.0 copy at this time but will be using 6.0. I am converting all my *.scx forms directly to visual and using grids instead of Browse windows. I get this Object not contained in a Formset only after calling another form (Editing...

Part and Inventory Search

Back
Top