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

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

    Focus in Browse Window

    I have been asked to make a "useability" change to a VFP 6.0 program. this consists of a form whoch calls another program thet has a "DO Form" in it. The second form itself runs the following code: SELECT ordrdata SET ORDER TO TAG recnum GO TOP BROWSE NORMAL NOWAIT NODELETE NOEDIT NOAPPEND SAVE...
  2. SuperBob

    Browse table and edit two fields only

    I have been asked to change a program used in Foxpro 6.0 but clearly written in an earlier version. It contains the following code which displays some fields from a table, and allows one field (goods_in) only to be edited. I need to make the cost_price editable as well, but it seems I cannot use...
  3. SuperBob

    Substring problem

    I have a need to process a postcode value passed to a form. The postcode should be in two parts, the first being the "region" and the second the precise location, e.g. B97 5UX. I am checking that a space exists, in order to identify where the first part of the postcode ends. My problem...
  4. SuperBob

    Cannot update the cursor

    I've seen a few posts about this message but none seem to fit. I have a simple VFP6 form which Seeks a record in a free table (USEd Shared) and having found it, attempts to replace the value of a few fields. This all worked before my hard disk failed - having reinstalled everything I now can't...
  5. SuperBob

    Foxpro Starting Screen Position

    This is obviously going to be really simple but... Whenever I start VFP v6, it starts in the same position and size, not full-screen. How do I get VFP to be full-screen when I launch it?
  6. SuperBob

    Grid column disappears

    I have a 9-column grid, and have a problem when changing the value in column 8. When I do this, column 1 disappears, i.e. it seems to have slid off to the left! This is not a scroll issue - I have both scroll bars operational, and the column has just gone! I can find no apparent reason for...
  7. SuperBob

    Checkbox stays readonly

    I've subclassed Checkbox to create class "Mycheck", in order to add an Interactivechange. I've then used addobject in my form to add Mycheck in a grid column, removing the Text1 object that is there by default. I set the Sparse and CurrentControl settings as usual. However, when I run...
  8. SuperBob

    Set InteractiveChange programatically?

    I have defined a grid on a form ,and want to be able to set the InteractiveChange method from within the form, but cannot because this is read-only. I want to do this because I am adding a checkbox to a grid column programatically and need to set this method. I could define a new checkbox...
  9. SuperBob

    Losing record pointer in Listbox

    Problem that I am finding difficult to solve. I have a database of two tables (I'll call them Table1 and Table2), the tables being linked by a common key, providing a one-to-many relationship to Table2. I have a form where I've defined in the data session that the records in Table2 are filtered...
  10. SuperBob

    Setting Foxpro background color

    I would like to start VFP6 with the main window background set to yellow. I've read the Help on color schemes but I'm none the wiser. I thought this would be simple. Can anyone help?
  11. SuperBob

    Running two Foxpro apps concurrently on same PC

    I have an app. that was written in v2.5 and is launched by a program that sets Sysmenu of, then displays its own menu. I would like to run two instances of this app. under Windows (NT), one for each of two companies, concurrently on the same PC. Any suggestions on how to do his with the...
  12. SuperBob

    Running two versions of Foxpro concurrently

    I would like to be able to run Foxpro v2.5 AND VFP v6 at the same time on the same PC, which is running Windows NT v4. Can anyone suggest a way of doing this? Thanks.

Part and Inventory Search

Back
Top