Recent content by RaphaelFrei

  1. RaphaelFrei

    OE11.7 to OE12.8 - Field name was not found on table

    After migrating from Progress 11.7 to Progress 12.8, I started having some problems while opening some .W files on App Builder. This only occurs to a few programs, in multiple databases, with different fields and tables. I'm having this issue: FIELD name WAS NOT FOUND IN TABLE table. ABORTING...
  2. RaphaelFrei

    Question Is Tomcat necessary for PASOE?

    Thanks! Just another quick question... I'm setting up my DB to connect by PASOE and I saw it requesting TOMCAT login info. This tomcat manager user and password, is the same I'm using to connect on OE Explorer?
  3. RaphaelFrei

    Question Is Tomcat necessary for PASOE?

    Hi! For next year, we have the objective to create some report sites available to access from Web using Progress WebScript (Or SpeedScript, nothing too defined yed). This year, we are migrating to Progress 12.8 and starting using the Developer Studio instead of relying mainly on App Builder...
  4. RaphaelFrei

    Question How do I use Windows Hello Authentication (Windows.Security.Credentials)

    I'd recommend you to create an C# DLL and encapsulate the file inside your application... I did this to integrate our login system into Azure's authentication. You'll require the following Nugets: Microsoft.Windows.SDK.Contracts package. In the right pane of the NuGet Package Manager window...
  5. RaphaelFrei

    Question How do i know its a valid directory and how i can know the handle belongs to a temp table

    I know this post is kinda old, but searching thru ways to list an directory and all sub directories I've created this function that fills a temp-table: List the tt-dir after running the FillTempTableDir(INPUT cRootDir) and get a list with all subdirs. (including the root) /*...
  6. RaphaelFrei

    .NET OCX on Progress 12.8

    Hi! We currently develop our Progress apps with Version 11.7 32 bits with App Builder. With the end of the support from 11.7, we started migrating our program from version 11.7 to 12.8 64bits. The problem is the MSCOM OCX we currently use only supports into the 32b version. Looking into...
  7. RaphaelFrei

    Opening Win32 session form a URL Link

    Can't you use the email to open a file from a Shared Network HD? Of course this includes in the user having access to read and execute the file. In your case, something like: And change the DLC variables to: And for the last thing... You need to change all the DIR from .INI file too...
Back
Top