Search results

  1. S

    crystal report suggestion?

    what version is good for progress 10.1b? and im using windows 7.. and how to configure crystal report in progress 10.1b?
  2. S

    Word or Excel in IE 8

    how to view a microsoft word or excel in ie 8?? or how can i call the word application using webspeed?
  3. S

    passing parameters problem.

    hi i have a problem a about passing parameters i have more than 5000 character and i dont know how to pass it.. url have a limit with 2000 char only..
  4. S

    help me about mail merge..

    hi everyone until now i have a problem about mail merge.. please give me an code snippet using webspeed.. how do i read the template in the server?? this program works on gui.. but in webspeed is not working.. DEFINE VARIABLE chWordApp AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chDoc AS...
  5. S

    mail merge not working.. :(

    i everyone.. i have a problem about mail merge... im using this code.. DEFINE VARIABLE chWordApp AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chDoc AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chMerge AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chNewDoc AS COM-HANDLE NO-UNDO...
  6. S

    Ms word?

    hello, i have a problem about MS WORD. how to open a MS WORD document in webspeed? i want to pass a parameter so that it will view in the document.. help me.. thanks in advance.. :D
  7. S

    how to delete a dynamic togglebox? please help me...

    FOR EACH xxx NO-LOCK: ctr = ctr + 1. CREATE TOGGLE-BOX t1[ctr] ASSIGN ROW = ctr + 1 COLUMN = 3 FRAME = FRAME frm:HANDLE LABEL = xxx.yyy SENSITIVE = TRUE WIDTH = 75 VISIBLE = TRUE...
  8. S

    Stop dATAbase in a Remote?

    i have 8 database, how do i stop all database in a remote? and how do i start again??
  9. S

    PROBKUP en PROREST in a procedure??

    help me please... i used this code in proenv.. probkup online /path/to/db/<dbname> path/to/backup/<backupname> and prorest /path/to/db/<dbname> path/to/backup/<backupname> my problem is.. how do i apply that code in gui? in a procedure?.. i will put that code in a button.. can u give...
  10. S

    How to copy Database

    hello everyone. :) i have a problem about copying the database i used this code OS-COMMAND SILENT VALUE("COPY " + x:\Original_database\*.* D:\Copy\Database). my problem is... the database was up.. everytym i copy the database it has an .lk.. how do i remove the .lk? or how do i stop the...
  11. S

    stop db in PET

    how do i stop the database in progress explorer tool? i use the code DISCONNECT <db name> NO-ERROR. but when i open the PET its running.. how do i stop it?? please give me some code... tnx..
  12. S

    how to backup my database?

    i have 3 database.. i want to backup them.. i dont know how? can u help me for that code? and code also for the restore.. im a newbie in progress.. im using 10.1b... please help me.. need it badly.. :(:(:(:(:(
Top