Search results

  1. J

    Selection List Items

    Hi all, I have got a selection list on screen that has a series of values in it. I used the add-last method like the following: add-last(ProgDesc1, ProgExec1) where ProgDesc1 is shown in the listbox and I was hoping that when a user double clicked on that specific line I could get hold of the...
  2. J

    Progress Programmer for Hire

    <div align="Left"><font size="2" face="Arial" color="#000000"> Hi, I am a contractor with several years Progress experience willing to hire myself out to clients who want Progress solutions implementing. My development base ranges from full applications to the simplest of reports. I am...
  3. J

    XCODE in Progress GUI 8.3B

    Can anyone help me try and xcode my software?? I hve read that the xcode facility is only part of the development toolkit but when I read the help files it says that it is a compile statement option. Is it part of the toolkit?? If so can anyone e-mail me a copy to mailto:flashx_1999@yahoo.com...
  4. J

    Retreiving Short Filenames

    Chris, True, but the idea is for the user to select a file from a system-dialog. I then store that filename in the database for use later. If the user ever double clicks on the filename I want to autoload the application and the file. The only way I can use double quotes is if I hardcode the...
  5. J

    Retreiving Short Filenames

    All, I have sort of resolved the problem that I was having earlier. The problem was that I couldn't open a document witha long file name into word or excel etc. I have now found out that it isn't the fact that it is a long file name, is is because the filename has got spaces in it! (and I...
  6. J

    Retreiving Short Filenames

    Hi Chris, What I want to do is use the system-dialog to retrieve a filename (long or short) then if it is a long file anme, convert it to its short named version and then save it into a database. I realise that the ~ character is a special character but I know there is a WinAPI called...
  7. J

    Retreiving Short Filenames

    Does anyone have a suggestion on how to retrieve a short filename from a given long one ?? Thanks.
  8. J

    Using dynamic list of database names

    I can build a list of the names of databases that are connected when my program is run. The thing I would then like to do is perform actions on the database that is selected from the list by the user, ie. for each {database name}._file etc. Does anyone have any suggestions on how to perform...
Back
Top