Re: Import text to editbox from file

From: Henry Bartlett (hambar_at_Spamlock.microtech.com.au)
Date: 11/12/03

  • Next message: Henry Bartlett: "Re: Record Types"
    Date: Thu, 13 Nov 2003 07:19:23 +1100
    
    

    Hi "micke"

    > This is a screen dump of a program working like the one I need and
    > here is the htm file and the same file but in txt, I don't know if
    > it is better to work with the htm file It doesn't matter, it's the
    > same file but in different format.

    If you have html components, you may be able to parse the html file
    but it looks a nightmare to process without them.

    The text-file is tricky but do-able.

    > I don't know what to use, just how I want my program to look like,
    > maybe I can use grid? But I want to name the fields (driver, horse
    > etc)

    There are 2 basic choices for showing the information, grid and form.

    Grid is good for showing information about a lot of records (horses in
    this case) at the one time but form is better for showing a lot of
    information about a single record.

    But it's not a case of grid *or* form. You could have both.

    Have a look at http://w1.873.telia.com/~u87314324/karasve.htm. This is
    a program that another "micke" and I have recently completed.

    Do you want to edit the information or just to read it?

    This is important since it determines which controls are best to use.

    If you like to "unlock" my address below, and send me an email, we
    could continue this off-group since the method I have for parsing the
    file is rather long, tedious and. probably of little interest to
    others.

    --
    Henry Bartlett
    HABit utilities ( http://www.hotkey.net.au/~hambar/habit/ )
    email: hambar@Spamlock.microtech.com.au.
    

  • Next message: Henry Bartlett: "Re: Record Types"

    Relevant Pages

    • Re: How to detect if Scroll Bars are visible on a Datagrid Control
      ... is if you need to refresh the grid after changing ... ' Vertical scroll bar must be showing. ... ' which assures that there is no horizontal scroll bar showing. ...
      (microsoft.public.vb.controls)
    • Re: Joining the lines in a Line Chart with Null data
      ... The grid across the bottom shows the month numbers The grid up the ... I can force all 12 month numbers to appear in the Row Headers of the ... crosstab query on which the Row Source of the Chart is based by using a left ... months 1 to 12 and the other showing all the years in the database. ...
      (microsoft.public.access.reports)
    • Re: GRID COLUMN ...
      ... I had to use this code to remove the first column in a grid in VFP 6.0 SP5: ... Purchase VFP8 here: ... > then Header is not showing. ...
      (microsoft.public.fox.helpwanted)
    • Re: Reflecting on an executing assembly
      ... grid is showing us the properties of the objects it has instantiated....is ... it reflecting? ... If replying to the group, please do not mail me too ...
      (microsoft.public.dotnet.framework)
    • Save as *.htm with grid lines
      ... I have just upgraded from Excel 97 to Excel 2003. ... saved a sheet in htm format, the htm file had grid lines. ... How can I save a htm file with grid lines? ...
      (microsoft.public.excel)

    Loading