Search results

  1. D

    Outlook dialog Move to front?

    Hello, I have some code I'm using to fill in a couple email properties such as attachments, subject and body. When it runs it pops up the outlook email and they just type who they want this to go to and then send. Everything works great and sends. The problem I am having is that outlook dialog...
  2. D

    Problem with a dialog losing parent?

    Ok to better explain this, I have Window1.w calling Window2.w calling Dialog3.w. Example: Window1.w --> Window2.w --> Dialog3.w When I close Dialog3.w sometimes Window2.w moves to the top like it should and becomes the active window. Then again sometime when I close Dialog3.w, Window1.w...
  3. D

    Flatten a dataset?

    I have a question. Been out of the progress world for quite some time now. Using 10.1c. I have a simple 3 table dataset. I am wondering if it is possible to convert this dataset into a one level data set merging all fields? DEFINE TEMP-TABLE ttEquipmentSpec LIKE EquipmentSpec. DEFINE...
  4. D

    Unable to generate a save predicate...

    I am messing around with the Architecture made Simple work series. I have almost managed to mimic it in my screen. I get these errors when it tries to update the values and process them. --------------------------- Error --------------------------- Unable to generate a save predicate for...
  5. D

    Temp-Tables in a browse without a free form query?

    I was messing around with the Architecture made Simple to get comfortable with some of the changes into 10.1x. For a while now i was using 9.1d and now 10.1c. I started reading up on the TEMP-DB Maint tool. Seems like a nice thing to have. The issue that i am having is this... I have added my...
  6. D

    Find what fonts are used?

    Is there a way to find out what fonts a specific .w uses? The problem that i am having is that we have several apps from before my time. I wanted to create standard fonts and colors in the ini files. The issue is that i have some fonts that are no longer used and i would like to get all the...
  7. D

    Dynamic temp-table from a csv file?

    I was wondering if anyone had any code samples of generating a dynamic temp-table from an imported csv file? I was using a sample from the KB but i keep getting a buffer-field erorr and plus i don't know how to set it up when i am creating a dynamic temp table that is unlike any other table in...
  8. D

    Is it possible to determind the databases connected to a specific program?

    I was wondering if there was any way to determined what database or databases need to be connected to compile a program. Is there a way to pass, let's say, a file location and in return it outputs the databases that need to be connected to compile that?
  9. D

    Jasper Reports with OE10.1C

    I was wondering if anyone out there is using jasperreports with oe101c? We just recently updated (Finally) to OE10C. Without report builder we were looking into other report building alternatives. I wanted to know what anyone thought of this? Or if someone knew of a better open source report...
  10. D

    Does anyone have a copy of SmtpMail.p?

    I needed to use smtp to send something instead of mapi. I noticed freeframework seems to no longer be around. I can't find this anywhere now. I was wondering if anyone out their had a copy of this program or could point me in the direction to get it. Thanks.
  11. D

    Has anyone wrote anything for weather.gov?

    I was wondering if anyone has already wrote something like this? And were willing to share? I am in the process of writing our own weather plug-in. And i just didn't want to spend a bunch of time on it if someone else already had something out there. Thanks.
  12. D

    Dynamic report using report builder?

    Ok, i know i may not be very clear describing what I'm trying to do. This is my first attempt at something like this. I want to create a dynamic temp table based on what the user wants to see. I have never messed with dynamic temp tables though. I have seen some write ups on here that might...
  13. D

    Return the initial Value of a toggle box?

    I was wondering how to return the initial value of a toggle box in code. I was trying something like this. But i seem to be using the wrong attribute for a toggle box. DEFINE VARIABLE ch-T AS WIDGET-HANDLE NO-UNDO. ASSIGN ch-T = t1:HANDLE. MESSAGE ch-T:INITIAL...
  14. D

    Multiple Command via Input Thru?

    I'm working on a simple script that will run when the app is started. It will search the users temp dir and then create a temp-table of file information. Then loop through the temp table and delete files that are older than 30 days. THe problem I'm having is that i can't run multiple commands...
  15. D

    Open a new PRL and report builder hangs?

    I was wondering if anyone could provide some insight on this issue? We currently copied our prl to a "Dev" Prl connecting it to the dev database and so forth. It worked smooth and pretty good. Now all of a sudden like i made three changes to the report and it works fine when the report is ran...
  16. D

    Looking to dump my progress db to a .sql file?

    I wanted to export my database in progress to a .sql file. So i could load a schema up in a mysql database. I was looking at the database admin and found the migration of progress to ms sql. When i run that it keeps giving me an error saying that it was outputed to the log file. The only log...
  17. D

    Open source Icon Sets?

    I was wondering if there were any good open source icon sets out there that i could look into using on things such as a add/edit/delete window with maybe a treeview and some tabs.
  18. D

    AEInstall on 10.1b?

    Sorry for blowing up the boards lately. Im in an issue right now. I just installed openedge 10.1b on my home computer and wanted to mess around with it to see the capabilities. THen i heard about autoedge. I wanted to install that. I found some downloads and looked at them and they seem to be...
  19. D

    Can you use an ini file for a specific Protool?

    This is something that has been bothering me. I haven't had much time to look into it so i figured i'd hit the boards. I have a protool that i use in all our desktops. Currently we have different ini files control the screens appearance in each one. Mainly Different apps. My question is is it...
  20. D

    Where can i get v9.1d appbuilder source?

    I was looking and i found this... http://www.psdn.com/library/kbcategory.jspa?categoryID=1660 But the earliest source for development tools that they have is 9.1e. Would this be the same source as 9.1d or is there somewhere i can get the 9.1d dev tools
Top