Search results

  1. M

    Janus GridEx

    Has anybody used this grid in a Progress window? I'd like to have an example to see how i can use this grid. The peg doesn't seem to be very helpful, anybody here? Thanx in advance, Morris, mstassen@datamex.nl
  2. M

    synchronizing data

    Hello overthere, I have the folowing issue. We made a CRM-application with travel possibilities. Synchronising is now done by connecting the travel-notebook (with CRM-travel-DB) to the network (logging on to CRM-central-DB). We want to add functionality so that we don't need the direct...
  3. M

    anytype var returned

    yes, i did that also...
  4. M

    anytype var returned

    Yes, I tried it: nothing. I tried the same in VB and it works fine there. Do I need to switch to VB next software development project ??
  5. M

    anytype var returned

    anytype The <> signs (html-tags) dissappeared: it has to be: [ "anytype"-Var = ] "com-handle":pvWaarde (Integer-lIndex ). and cHelpVar = "com-handle":pvWaarde(1) No matter what I try: MESSAGE cHelpVar gives me "?" Help !!
  6. M

    anytype var returned

    :confused: I got this out of the com-object-viewer: [ <anytype>-Var = ] <com-handle>:pvWaarde (Integer-lIndex ). Can Progress (V8) handle a anytype-var? How? ASSIGN cHelpVar = <com-handle>:pvWaarde (1) MESSAGE cHelpVar results in "?" What am I doing wrong?
  7. M

    Test tools

    Hello there, Does anybody of you guys use test-tools with testing Progress code? If yes, which test-tools do you use and is there a possibility to download a demo/evalution version of that tool? If no, did you once tried it and decided not to use, but hy not? Maurice
  8. M

    Compile statement

    Hello, How can I make a compile-statement wich compiles all te files in a directory? Do you have an example? Maurice mstassen@datamex.nl
  9. M

    Action logging

    What about: - logging delete actions? - performance when asking information about all the actions of one user?
  10. M

    Action logging

    Hello there, In our application, we want to keep track of: who added/updated/deleted which record at what time. Therefore I want to create a tabel called "ActLog" with these fields: - cTableName - reRecid - daDate - iTime - cUser Storing recid will give problems when dumping and...
  11. M

    odbc & char-fields

    Hello, When making a query through odbc the char-fields only display the amount of char that fits the DB-format. So if the field is defined as "X(30)" the odbc-query shows 30 chars max, in spite of the fact that there are more characters stored in the field. Is there a solution (except...
  12. M

    event sequence

    Hello, Can somebody explain the next situation to me: Focus on; Fill-inn Action; Mouse click Towards; Radio-Set Event sequence; leave (fill-in), entry (radio-set), value-changed (radio-set) Focus on; Fill-inn Action; Accelerator key (ALT) Towards; Radio-Set Event sequence...
  13. M

    Progress & Office

    Hello there, Does somebody have experience with procedures started from within a progress apllication (make an invoice) which export the result to office (using an invoice-template, preview and printing in MS-Word. Is it possible to pass an example of this to me? Thanx in advance.
  14. M

    minimum required files

    Hello, I found a list of minimum files required for running a V7.3B Windows application. Is there a list for V8.3B also? Where can I find it? Maurice
  15. M

    formfeeds

    OS = WIN NT Command is "type {printfile} > {printer}"
  16. M

    formfeeds

    I need some help on formfeed. One of our customers always gets an empty page after printing (formfeed) our reports. We tried the hint given in the progress knowledge base (Kbase Id: 15633) with no result. Other customers do not have this problem. When we transfer the file printed at the...
  17. M

    Translation Manager :R

    yes
  18. M

    times

    What's the best way to let users enter times (like 16:40 etc) and how to store these times in the database, so i can perform some calculations on them.
  19. M

    Translation Manager :R

    V83b: I provided the labels with the :R (string attribute right align) in my source code. Scanning the code into the translation manager results in justification Left. Why is the translation manager ignoring my string attribute settings ?? Maurice
  20. M

    Unable to open enumeration of network resources

    Nothing. De client pc is shut down every day. The server every night (so also the friday night) is backuped every night. Do you already know what the error message means?
Top