Search results

  1. E

    Starting On my Own

    Hi guys and gals, I am thinking of starting up on my own, developing custome software. What I was wondering was exactly what i would need, progress wise, to do this and roughly how much it would cost. Any ideas? Emma.
  2. E

    GUI Programmer / Analyst

    GUI programmer analyst with 6 years experience, version 8 and 9, is looking for a new challenge in the Yorkshire area. Would consider travelling within reason. CV can be supplied to interested parties. Agencies welcome. Please email storm20_uk@yahoo.co.uk Emma.
  3. E

    Excel Ranges

    Is it possible to assign a variable to the value of a cell, and then incorporate that into the RANGE statement? If so, what would i need to do to acheive this? Thanks, Emma
  4. E

    Dynamic can-find, how can I do this?

    I have a table that holds label text in one field, and then a program name and table name in the second field, comma seperated What i need to do is as follows: IF CAN-FIND(FIRST tablename WHERE tablename.field = cField) THEN "Y" ELSE "". where tablename is the entry 2 value returned from...
  5. E

    Dynamic can-find, how can I do this?

    I have a table that holds label text in one field, and then a program name and table name in the second field, comma seperated What i need to do is as follows: IF CAN-FIND(FIRST tablename WHERE tablename.field = cField) THEN "Y" ELSE...
  6. E

    Programming Position URGENTLY needed - North of England.

    Progress programmer with over 5 years solid GUI programming experience, versions 8 and 9, urgently seeking a permenant position within the north of England. CV attached. Please do not contact regarding positions with the following companies, as I have either had interviews, or been offered...
  7. E

    ASP Links

    What are asp links? And as a programmer with no webspeed experience, would i be able to write these links to link a progress system to a website that wasn't written in progress? Thanks, E.
  8. E

    prices for progress

    how much, in english pounds, would it be for a developers license and db, and 2 user licenses? also where can i order these? thanks, Emma
  9. E

    Printing a field

    Hi, One of the fields in our db is over 300 characters long, and is used to store debug information. The field is viewed in an editor, and has formatting for the positioning. I am assuming these are just blank spaces between words to format it to look as it does. What i need to do is to be...
  10. E

    Progress Database and Webspeed

    I am completely clueless about this. i want to create a database that can be accessed and updated initially by two users. Once this is up and running, i want to be able to create a website to access and update the database data from the internet as well. What EXACTLY would i need to do this...
  11. E

    dialog boxes and dynamic menus.

    When i run a dialog box from a dynamic menu, and then close it down, the main program thinks that any .p or .w the dialog box has run are still being run, as well as the dialog box. To get round the problem of the dialog box i added DELETE PROCEDURE THIS-PROCEDURE to the window-close trigger...
  12. E

    Mapi and GAL

    How can i access the Global address list using MAPI? Please help. Emma.
  13. E

    Outlook Address Book

    Hi, When creating an email, the user can access their own address book. What I want to do is display the entries from the company address book in the same way as in outlook, i.e combo box selection, but in a program I have written. Any ideas? Emma.
  14. E

    help with submit

    Hi, I have the following: document.forms.frmQuestions.submit(); which gives the error document.forms.frmQuestions is not a function. Does anyone have any ideas? Thanks, Emma.
  15. E

    Multiple sensitive windows.

    The scenario i have is as follows: Main.w can run multiple programs. Each program can only have one instance of itself running at a particular time. from main.w, we run child1.w this program allows the user to add, update or view particulars. in this instance, the user must...
  16. E

    Sensitive

    Hi, This is probably really simple, but i just can't figure it out. All i want to do is when the user chooses a button, run another program, making the parent:sensitive = false parent:window-state = 2 then when the user closes the second program, make...
  17. E

    Is there a way round this?

    Progress 9.1b, NT4 sp 6, Outlook 97. I was told that the GetFirst / GetNext com handle methods were only included in versions of Outlook after and including 2000. I am wanting to check folders for the existance of a contact. If not, i want to create them. It sounds simple, but without the...
  18. E

    GetFirst and GetNext

    Hi, I am trying to use GetFirst and GetNext com-object methods from within Outlook. They work in a code sample I was sent which used Outlook 2000, but not on my machine, using Outlook 97. Has anyone else encountered this, and if so, is there a way round it? Kind Regards, Emma...
  19. E

    Contact Folders

    I am using Outlook to create contact items on the fly. The program checks that the contact doesn't exist, and if they don't, it creates them. The problem i am having is that the program is creating contacts that already exists. At work, we use 'Mailbox - user, name" rather than the personal...
  20. E

    Contact Item in Outlook

    Hi, Is there a way to check outlook to see if a contact has already been created, to avoid creating duplicate contacts when I run a create from progress? Thanks, Emma.
Top