Search results

  1. T

    Sync Outlook with OCS Calendar control in Progress

    Sync Outlook with OCX Calendar control in Progress Hi I was wondering if anyone has used an Calendar OCX control within a Progress program and used it to synchronise with MS Outlook calendar? Some functionaility includes the ability to transfer appointments if it does not exist in one or the...
  2. T

    Window resize

    Hi I have a window resize issue. When resizing a window i lose focus of the current record which i am updating in the browse. So for example, i have a window with a browse and fillins which correspond to the current record. I press update button which allows the record to have focus for...
  3. T

    Using DDE Client in Progress

    Hi Just wandering has anyone used DDE within Progress? I am looking to connect to Samsung phone software so that i can dial a phone number from my application. it will then use the samsung software to dial out! anyone accomplished something similar to this? cheers TJ
  4. T

    Sorting combo

    Hi Well the reason for the program is that a table name and handle needs to be added into the program. but i am now having problems passing a table name in? how can this be done?
  5. T

    Sorting combo

    cheers i did it this way if anyones interested define input parameter hCombo as widget-handle no-undo. define var i as int no-undo. define buffer bttCombo for ttCombo. define temp-table ttCombo field cListItem as char index cListItem is primary clistItem ascending. run SortCombo...
  6. T

    Sorting combo

    Hi Ok the problem i have is that we have programs which contains combo-boxes which have different data. so other developers will add a line in their code and pass the handle of the object. Using this handle in the procedure which i create it will then sort the combo? any ideas how this can...
  7. T

    Search .p .wfiles within directory

    Hi Not sure if this is possible but i want to search a folder which contains a loads of progress programs .w's and .p's. What i want to do is search this directory and find the text view-as text. If found i want the name of the program. can this be done in progress? im on version 9.1c if...
  8. T

    Running executables

    Hi I will get more information from the person who wants it doing and post back. cheers
  9. T

    Running executables

    Hi Could someone tell me how i can runa an executable from progress? Has anyone used Progress for encrypting and decrypting files? cheers TJ
  10. T

    scroll notify does not work when right cursor disabled

    Hi Scroll-notify is used to notify if the scroll bar on the browse has been pressed. its ok sorted the problem I used the lastkey function to resolve the problem TJ
  11. T

    scroll notify does not work when right cursor disabled

    Hi I have an issue with my scroll notify. If i do a a return no-apply in the right-cursor trigger the scroll notify does not work is there anyway around this? cheers TJ
  12. T

    Browse and fillins

    Hi Thats what i was orginally thinking but the specification states to have it this way! otherwise thats what i was thinking of doing! cant think of any other way of doing this? any ideas? also i dont know if this is a bug with progress but have you come across the following happening? say...
  13. T

    Browse and fillins

    that worked brillantly! didnt know that private-data is soooo useful thansk for that! ive also got the tabs working fine for dynamic fillins. But when i reach the last fillin i have made it do return no-apply which does not allow me to move from there unless i save the record. But is there of...
  14. T

    Browse and fillins

    CHEERS will give that a go! :)
  15. T

    Browse and fillins

    cheers got that working! another issue now regarding scrolling! i have created a procedure which checks to see when tabbing that i have reached the last fillin on the screen. I have also added code which detects if there are more fillins! but my problem is that i have created the following...
  16. T

    Browse and fillins

    Hi Cheers for that works brillantly now. but i have one more problem. When it goes into the screen, the value changed does not add the data to the relevant fillin. But it does only when i click on another record. Does not happen on the first record! cheers
  17. T

    Browse and fillins

    Hi All Bit new to progress so just needed some help on an issue im stuck on. basically i got a browse which has its columns generated at runtime. This all works fine! But what i need to do is create fill-ins which represent the data which is currently displayed in the browse. An example is...
  18. T

    Finding if large database file is enabled

    Cheers! i will try them! TJ
  19. T

    Finding if large database file is enabled

    Hi just regsitered to this forum as i have just started programming in progress! I have a question regarding large database sizes. Is there anyway of finding out within progress to see if the large database file access has been enabled. I have run a proutil which made an entry in the .lg...
Back
Top