Search results

  1. A

    Flex x Progress

    Hi Anybody know conect progress database with Flex adobe??? Att. Tks
  2. A

    convert VB program in Progress

    tk´s!!!!!!!!!!!!!!!!!!!!!!
  3. A

    convert VB program in Progress

    Hi I have this program em VB: edPorta.Text = 378 edTimeOut.Text = 1000 Declare Function ConfigLpt Lib "WTechLpt.dll" (ByVal Endereco As Integer, ByVal Timeout As Integer) As Boolean Call ConfigLpt(Val("&H" + edPorta.Text), Val(edTimeOut.Text)) Anywhere, know convert this program in...
  4. A

    problem with XML

    all right, thanks!
  5. A

    problem with XML

    Hi, I have the problem, I don´t get the value the file xml. If can help-me, thanks. /*** code ***/ DEF VAR hDoc AS HANDLE NO-UNDO. DEF VAR hRoot AS HANDLE NO-UNDO. DEF VAR good AS LOGICAL NO-UNDO. DEF VAR cXML AS LONGCHAR NO-UNDO. ASSIGN cXML = "<?xml version='1.0'...
Back
Top