Search results

  1. Rafeda Malki

    Question Show value when loading progressbar, in richTextBox1

    Yeah this works, with the Refresh().
  2. Rafeda Malki

    Question Show value when loading progressbar, in richTextBox1

    This is the hole Class, i can not see that Method setrichTextBox1value calls again. ------------ /*------------------------------------------------------------------------ File : progressb Purpose : Syntax : Description : Author(s) : rafmal01...
  3. Rafeda Malki

    Question Show value when loading progressbar, in richTextBox1

    it show like this empty in the message box. But if i add Pause to the method METHOD PUBLIC VOID setrichTextBox1value(INPUT ipvalue AS CHARACTER ): THIS-OBJECT:richTextBox1:Text = ipvalue. PAUSE. so it it show the value, but with click with every value
  4. Rafeda Malki

    Question Show value when loading progressbar, in richTextBox1

    Hi, I have cretaed a progressbar and it loading with diffrent value in diffrent status. i need to add text message when the progressbar is loading. If i added pause in the Method setrichTextBox1value, i get the text and its pause for each time I want to get this text in the box any help with...
  5. Rafeda Malki

    How to vaildate a zip file, before post to API

    Yes, i can include it with the install of new version for the customer. thanks a lot for all your help
  6. Rafeda Malki

    How to vaildate a zip file, before post to API

    Yes they use an applications developed with openedge (appbuilder)
  7. Rafeda Malki

    How to vaildate a zip file, before post to API

    Hi, Thanks everyone, i got it to work now . But the issue is, this code validate need to be done for every post resquest, and it in the customer side. they choose a zip file from a drive and with POST request it send to the API . it will be difficult to install unzip.exe on the all maskin...
  8. Rafeda Malki

    How to vaildate a zip file, before post to API

    Hi Jean-Christophe, thanks for you tips, I try to test it, and download unzip, and add to the path, but still get (unzip.exe is not recognized as an internal or external command)
  9. Rafeda Malki

    How to vaildate a zip file, before post to API

    Hi, I need some tips about how I can validate zip file before I will post it to API. The API integration must select a zip file, that contains several files with different file extension. The files need to be "*.cpg *.dbf *.prj *.shp *.shx". Thanks for all help. /Rafeda
Top