Search results

  1. K

    Read-in XML

    Hi all I've got a problem with reading in XML files into our system. We use progress v10.1A, and I use the XML-Read in function. Everything seems to work, but there is one problem. I'll try to explain in with an example: <test> <a>12345</a> <b>aaaaa</b> <c>a1b2c3</c> </test> in this...
  2. K

    Check if another user has changed data

    Hi all I've got a question about datasets. I'll try to explain it with an example: you start a program, you get temp-table X with a field A which contains value 3. you update field A in your program to value 5. the before temp-table has field A with value 3 the temp-table has field B with...
  3. K

    state-reset appserver and database

    Hello, hopefully someone can help me with this issue. in our company, all our appservers are stateless appservers. these appservers have databases with a fixed name, so the database are connected from the moment we connect to the appserver. We also have databases with fixed names, like year...
  4. K

    Classes

    Hi all I'm trying to start using classes in our application. Currently we're working with version 10.1A. I've created my class, but how should I use this class in my applications? I've tried to use it as an include file, but that doesn't work. any help would be appreciated
  5. K

    Appserver

    Procedures/Functions Hi everyone I've got a question for you all. In the company i'm working, we have several super procedures with a lot of procedures and functions. We tried to group our procedures/functions as good as we can. (i.e. a super procedure with proc/func about articles, a super...
  6. K

    Internal Procedures / Functions

    Hi all, i'm building a program where the user has to select a super-procedure file. All the procedures and functions are showed in a browse. Now I want to see the actual code of the selected procedure/function. Anyone knows a method or something to do this? To get all procedures and...
  7. K

    Checking Procedures

    Hello everyone does anyone has a procedure / program to check all unused procedures in different super procedure files, or isn't it possible? all .w files are in the propath. thanks in advance
  8. K

    Get all procedures

    Hi everony, there are running several structured procedures on the appserver as super-procedure. Now I need to find a way to get all the names of the procedures that are in the super-procedures files who are running on the appserver. hopefully someone can help.
  9. K

    Column Search - Exclude Column

    Hi everyone, following situation: I have a browse with 4 columns. The query is a freeform query. The users can sort on each column by clicking the column-header. How can I exclude column 4 to sort. So that the user can only sort on the first 3 columns. Thanks in advance
  10. K

    Dataset and relations

    Hi everyone, I need a little help with my dataset and his relations. I'll explain my problem with an example. Currently I've got a dataset dsOrders that contains 2 temp-table's, ttOrder1 and ttOrder2. I've made a relation for it and everything works perfect. Now, the next step is to get...
  11. K

    Break by

    Hi everyone, i have a little problem and I can't figure it out, maybe you can help me. in my table I have following records Art Clr Type Date Time Value 100 25 A 1/1/08 10:30 8 100 25 A 1/1/08 10:25 9 100 30 A 1/1/08 10:29...
  12. K

    Smartdatabrowser

    Hello everyone, i have a window with a fill-in on it. i also have a smartframe which contains 3 smartdatabrowsers. When i click one of my browsers in the smartframe, the label of the fill-in on the window should change to the name of the smartdatabrowser. I tried a lot of things, but nothing...
  13. K

    Smartframe

    Hello everyone, I'm making a program with lot's of smartdataobjects, -viewers, ... Because i have too many smartlinks, i get an error 11678. On the progress website i found the problem, and i can solve it with the use of smartframes. Well, now i have a problem with my links. I hope someone...
  14. K

    smartdatabrowser and smartdataviewer

    Hi everony, I've got a problem and I hope someone can help me out. Situation: - static browser: filled with all kind of data - smartdataobject: using a temp-table with fields from the tables group and groupdescription - smartdataviewer - smartdatabrowser First you need to select a record...
  15. K

    Dynamic Fill In

    Hi everyone, I need your help. I have a window, where I can choose an excel-file, and for each header in the excel i make a dynamic label and a dynamic fill-in. there can be 2, 3, ... , 99 headers. then i make a counter, and i create my fillins each fill-in has the name: "FillIn" +...
  16. K

    XML - SAX reader

    Hello everyone, i have a question for you all. I'm using a SAX reader to import my xml-file, but i want to know the number of element i'm into. A little example explains: root element1 subelement1.1 subelement1.2 element2 subelement2.1 so if i'm in root, i want to get the...
  17. K

    output to access

    Hi everyone, I have a "little" problem. I'm trying to put data from my progress database to an Access database. I made the connections with ODBC and all the other things I need to make a connection are correct. ( someone else did that for me :awink: ). The only thing I dont know is how to...
  18. K

    OCX textbox

    Hi everyone, i'm using an ocx textbox and i want to know when someone presses the return button when he's typing text. i already used keyfunction(lastkey), but that doesn't work because it's a ocx. It works when I use a fill-in, but i need multi-line, that's why I'm using an OCX So does...
  19. K

    excel

    Hello, i have a problem with my Excel. I made a hyperlink in Progress for a cell in Excel. It is linked to an image. The image is stored on a server. When i click the link in Excel he open's the image in Explorer, and he doens't show me the image. Is their a way to make it open in, let's say...
  20. K

    os-command

    Hi everonye, I have a question about os-command. I want to input more then one command in a cmd. when I use this: os-command("cd c:\blabla"). os-command("do something else on c:\blabla") it wont work because he opens another cmd box. I need to get more then one command in the same cmd...
Top