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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dazb75

  1. Dazb75

    Is it possible to write this ASP code in Java

    I have developed a Web-based system using VS.Net (3.5 FW). The System is used to facilitate an inspection process (on a tablet PC). I have multiple sets of mutually exclusive radiobutton lists and checkboxes. Eg. For each item being inspected, the inspector either ticks a checkbox for "Not...
  2. Dazb75

    Grid as form navigation ... problem

    I have a simple app which has one main form with two tabs. The 1st contains a grid which the user can sort any of the columns to help them locate cases. The 2nd tab contains the data about each case and has wizard buttons to enable them to add, edit and delete info. The activate method of tab...
  3. Dazb75

    Cryptor v4 and VFP v8

    Thanks. Xitech have now got back to me. They are charging £49 for the FLL files that are compatible with VFP 7/8.
  4. Dazb75

    Cryptor v4 and VFP v8

    Does anyone have the correct files which enable compatability between Cryptor v4 and VFP8. The file in question should be C40Fox80.Fll. I only have an older version which works with VFP6. Unfortunately can't find our old VFP6 and I need the amend the data using VFP8.
  5. Dazb75

    Partial Revert

    I have a form which has a checkbox to only enable certain controls on the form. Is there a way to revert these controls without reverting any other changes on the form (within other containers). I tried the following code, but no joy. this.Parent.container1.SetAll("Enabled", .F.) Any ideas?
  6. Dazb75

    Weird Refresh Problem

    Just got back to this today ... many thanks for all your help. I moved the code from the interactivechange event to the valid event. It seems to have cured the problem. It is possibly a bug ... maybe it has something to do with when VFP redraws the checkbox as disabled. Possibly with the...
  7. Dazb75

    Weird Refresh Problem

    Thanks for replying. The checkbox is definitely on page 2. It's just an image of the checkbox overlapping items on page 1. When I click page 2 after this and then back on page 1, it disappears!
  8. Dazb75

    Weird Refresh Problem

    I have a form with a pageframe with two pages. On page 2 I have a checkbox, which in the interactivechange event, if the value = 0 a form revert is called (by calling the click event of the revert button). As part of the revert, page 1 is made the active page. But as the revert is called from...
  9. Dazb75

    Sorting Dates

    Hi there folks ... I'm trying to compare three dates on a form (if they exist!) and then return the most recent date. I've tried adding the 3 values to an array and sorting it, but I don't think that Asort() works on dates! I'm sure that there's should be some way of doing it with a couple of...
  10. Dazb75

    Foxpro 2.5 on XP

    I have an old Foxpro 2.5b app which runs OK on W98. However, when I try to run on XP I get a message which says that the ESO and ESL files do not match. The foxd250b.eso is dated 1999 and the 2 ESL files are dated 1993. What is the function of these files? When I revert the ESO file to one...

Part and Inventory Search

Back
Top