| Função para remover acentos 49 days ago by sl4v3r Segue um código para remover acentos de strings em progress… bem util. Código FUNCTION removeAcento RETURNS CHARACTER (INPUT pChar AS CHARACTER): DEFINE VARIABLE iPos AS INTEGER NO-UNDO. DO iPos = 1 TO LENGTH(pChar): IF CAN-DO(”á,ã,â,à”,SUBSTRING(pChar,iPos,1)) THEN ASSIGN SUBSTRING(pChar,iPos,1) = ... sl4v3r - sl4v3r.wordpress.com | | OpenEdge 10.2A simple FAQ 60 days ago by sl4v3r OpenEdge 10.2A simple FAQ Can the OpenEdge Ultra Controls for .NET be used in any development environment? A. The OpenEdge Ultra Controls for .NET has a restricted license and can only be used within an OpenEdge environment. Customers wishing to use the Infragistics Controls in a non-OpenEdge enviro ... sl4v3r - sl4v3r.wordpress.com | | Progress changes 90 days ago by sl4v3r Progress changes since 1984 1984 2.1 1984 2.2 R-code 1985 3.0 Overlapping frames, ON & Apply, COLOR 1987 4.0 Worfiles 1988 5.0 Fastrack, Client/Server, SQL89, federated DBs, CHOOSE 1989 6.0 DataServers, EDITING, Parameters 1991 6.3 APW, On-line backup 1991 7.0 GUI, E-D model, TT, UIB, DLL calls, Int ... sl4v3r - sl4v3r.wordpress.com | |