Search results

  1. M

    Parameter

    Greetings talkers, I am looking for a parameter to set. What is the parameter I require on my shortcut to Prowin 32 that I have on the desktop which launches my application, the parameter I require is the one to stop the blank procedure editor window when my application closes. I currentley...
  2. M

    Smart Browse

    ???? Just to confirm the question were a bit confusing!!! I want to display a string in my Smart Browse instead of the actual data. If the data = "product_code" then I wish to display "description". Though I do not know the syntax to qualify the string with the browse. The code is ON...
  3. M

    Smart Browse

    Greetings, I am using O E 10 on a windows box. General PSC development here. I have a Smart Browse, I wish to display a custom string in the record value = "custom", what is the syntax to refference this? I know that on row display trigger I need to have my block. How do I reference the...
  4. M

    popup-menu

    Greetings, You haven't said the version you are running, Char or GUI, however the principle is the same. Basically you need another trigger EXACTLY the same code you have in the wrong place in the right place. You currently have something like ON < what ever trigger > : END BLOCK. You...
  5. M

    AppBuilder crashes

    Greetings, Fairly simple answer is to compile your folder / DIR with the objects in. Compile the query SDO FIRST - then th smart window then your SDO objects. Make sure your start compilation with your query, then move onto your objects. Once you have compiled and created the new rcode you...
  6. M

    New DB?

    I am trying to create a new DB with O E 10. I go into data dictionary and create new db, then when I try to connect to it nothing is there. I even tried to do it long handed through the procedure editor and manually CREATE DATABASE, however when I try (or the prcedure editor in PSC tries)...
  7. M

    help with browse

    If you are using Windows then simply; DO WITH FRAME {&FRAME-NAME}: APPLY 'ENTRY' TO widget/fieldname/where you wish focus to be END.
  8. M

    How do I make Progress interpret my variable name as a field name?

    Progress wont do it like that, in Progress you need to define the field names at design time, at run time you can select which fields you will alter. At design time have something like; DO i = 1 TO 2: /* */ DO: IF i = 1 THEN flag = "Int1" IF i =...
  9. M

    ADM 2 >> Add new record

    Greetings, I am using O E 10, and with ADM 2 I have a Smart toolbar object, smart query Smart Data VIewer. How do I make my Toolbar ADD a new record? The Add button is not sensitive. What are the links I require that will do this? I believe I have all the appropriate links, everything...
  10. M

    Avail

    Progress specialist available immediately. Progress GUI versions, 8 >> O E 10, including ADM(1) / ADM 2. MFG/PRO , E/B/2 skills. UK Derbyshire based only - Sheffield S Yorks may be applicable. Regards Low rates, may be voluenterily for right position. Email >...
  11. M

    ???? Radius ?????

    correct Radius Solutions are NOT US based, the PECAS Vision product comes from sunny Derbyshire, UK. Come on people lets get more PECAS Vision users, and forums.
  12. M

    Control of Screen v9

    Why are you executing numerous container sources? Progress is 4GL event driven, simply restructure so you execut different procedures. Instead of having internal procedures in different .w (container sources), execute a different procedure.
  13. M

    Properties For Transaction Objects In Progress

    Logical How PSC & Progress works. If a statement is: FOR EACH ... (criteria) ONLY records matching the criteria with be put into the record buffer. Within your block you could have specific criteria queried. You could FOR EACH wider level, and the simple query the records to narrow the...
  14. M

    Jumping To A Sub Routines

    Pants I completly agree, PSC - Progress DOES NOT have a GOTO statement. If it did, it should be removed immediately!!! Progress is an event driven programming language. The accepted way would be to instead of GOTO simply execute a procedure - internal/external, executre a routine to handle...
  15. M

    ???? Radius ?????

    ???????????????????? Hello anybody home Mcfly(knock,knock), how about actually answering the question asked, you obv entered in the wrong board.
  16. M

    Printing from GUI

    Use a temp-table. In your SDO create a temp-table, when the SDO is populated at the same-time populate your temp-table with the ROWID of the records. This will build up a temp-table that matches your query. Then simply at ANY point then you can PRINT / Manipulate the data, you have the ROWID...
  17. M

    Weekday(TODAY) Code

    Business days The number of business days is simple to work out. There are 7 days in a week, there are 5 business days in a week. Simple mathematical formula here needs to be applied. First calculate the number of days. This can then be applied to your logic procedure to calculate the...
  18. M

    Permanent Progress Programmers Required

    Avail Resume · Personal Details Name: Martin J Powell Esq. DOB: 18/02/1980 Status: Single Salary: N/A Location: Chesterfield, Derbyshire Transport: N/A Driving licence revoked, on health grounds Contact: mobile: 0791 391 6840 E-mail: mail@mpowellesq.co.uk...
  19. M

    ???? Radius ?????

    Why are there no refferences to the other great Progress product, PECAS Vision by Radius Solutions? QAD have a large section here for the MFG/PRO product though, there is no mention at all of Pecas, and Pecas Vision.
Back
Top