Search results

  1. S

    Server crash on calling stored procedure with negative parameter

    maybe ,it caused by bug....
  2. S

    Desktop2

    maybe ,you can output to excel file (Customization)....
  3. S

    Invoice posted

    maybe ,after running 7.13.4 ,it can give you the report for it....
  4. S

    sod_due_date

    the cimload mode is a good way
  5. S

    how to hide the frame before...

    fine ,thanks all, if i have any result ,give it to you
  6. S

    how to hide the frame before...

    hello everyone, i want to hide a frame before running a .p program in this .p program ,it has 2 frames ,one is frame a ,another is frame a1, i want to hide frame a1 before running the .p program. by the way , .p file is xcode file , i cannot modify it ... could you tell me a way...
  7. S

    Triggers are not working during the CIM file upload?

    maybe ,you can try progress cimload , but set batchrun = no ,it means not in batch mode....
  8. S

    a mistake error id is 642

    After testing ,when i modified the database startup script like below, i solved this mistake add -minport and -maxport in 8.3E db start scripts. db start scripts: 9.1D %DLC%\bin\_mprosrv %prodb%\testdb -L 8000 -c 350 -B 1000 -H localhost -S S_test -N TCP -minport 5001 -maxport 5299 maybe...
  9. S

    a mistake error id is 642

    the kb number:16158 give me the notes: NOTE: You should not worry about reserving some ports between the ranges. The spawned server code bypasses reserved ports automatically.
  10. S

    a mistake error id is 642

    maybe call "spawned servers" listen at 3000 port.... ======from progress kb Progress spawned servers bind to whatever non-committed free port they can find within the UNIX range 1025 to 2000, or on Windows NT, within the 3000 to 5000 range. =======
  11. S

    a mistake error id is 642

    DLC91D: db start scripts: %DLC%\bin\_mprosrv %prodb%\testdb -L 8000 -c 350 -B 1000 -H localhost -S S_test -N TCP client scripts: %DLC%\bin\_progres -c 30 -d mdy -yy 1920 -Bt 350 -D 100 -mmax 3000 -nb 20 -s 20 -noshvarfix -pf %profile%\test.pf -ininame %profile%\progress.chr test.pf: -db...
  12. S

    a mistake error id is 642

    after testing ,maybe, it caused by minport and maxport.....
  13. S

    how to get field-name when database has any action

    i have find another way to get it ... thanks a lot
  14. S

    who know about QAD ICT's logical?

    who know it?????
  15. S

    who know about QAD ICT's logical?

    hi guys , i have tested QAD ICT tools ,it is a good tool, i want to know QAD ICT's logical, such as fields security ? who know about it? thanks
  16. S

    how to get field-name when database has any action

    hi guys, i want to get the field-name,field-value and table-name when database has any action,such as update and insert the field-name or table-name is not known before action... can anybody give any suggestion? thanks a lot
  17. S

    a mistake error id is 642

    i have met a mistake error id is 642 "Disconnected because of PROGRESS client/server version mismatch. (642)" in my system ,i have 2 version progress 8.3E and 9.1D when i start 8.3E db server , the db server will be listened in port 40001,40010,40020 when i start 9.1D db server , the db...
  18. S

    Triggers are not working during the CIM file upload?

    is the cim mode QAD cim or Progress cim ?
  19. S

    Hiding Fill-In object

    try this: hide v-cd-border in frame t-main. disable v-cd-border.
  20. S

    how to get the field name within a browse

    thank you for your reply i have test your way, like this : define variable hcolumn as HANDLE. define variable hbrowse as handle. hbrowse = browse-1:handle. hcolumn= hbrowse:first-column. message hbrowse hcolumn hcolumn:name. do...
Back
Top