Search results

  1. J

    Problem with using advapi32.dll to authenticate user on domain

    I am trying to authenticate a Progress 9.1c user against a Win2K Active Directory domain. It is working from WinXP clients but not from Win2k clients nor from Win2K Terminal Server. Is there a way to trap the error returned from the LogonUserA call? Any ideas would be greatly appreciated. Jeff
  2. J

    Building field names at run-time

    Is there anyway to build field names at run time for an ASSIGN statement for example? I have a table I use for reporting, that contains CHAR fields named Text-1, Text-2, etc. I need to assign values for Text-1 to Text-50, but would rather not hard-code in all those field names and would...
  3. J

    Finding all tables with a given field name

    Thanks Cool, many thanks.
  4. J

    Finding all tables with a given field name

    Can anyone provide a quick way to find all tables that contain a given field name? Thanks
Top