Search results

  1. Pavan Yadav

    To get the info of particulat field, or fillin, or combo etc.

    Tht's what i am not able to get .... Waht to put in place of ":label" to get the field from where that fill-in or combo is getting the value or the field where that fill-in or combo is assigning the value.
  2. Pavan Yadav

    To get the info of particulat field, or fillin, or combo etc.

    My dear friend, this code gives me the label only. But not the Field info which is updating that fill-in. Or the info of the field where that fill-in data assigns value. So, i want something in depth of that. :)
  3. Pavan Yadav

    To get the info of particulat field, or fillin, or combo etc.

    Hi All, Can anybody help me out in this to get this inof: I want that in my application if i press some key suppose Alt + D or whtevr.... Then i will get the info of the fillin, filed, combo whrevr the cursor is present that time. I have to go into the backend/Code to get the info, that from...
  4. Pavan Yadav

    Define a Temp-Table with a single field exception

    Thanks.... But Tamhas, Actualy i have to change my Schema of a table having 76 fields & now newly i am supposed to have 74 fields, So in that case i was trying that out to check sort of feasilbility with Defining Temp-Table...... Well, i will try my head out with dynamic concept if i can...
  5. Pavan Yadav

    Define a Temp-Table with a single field exception

    Thanks Vinod for the showing the way for that.... But, i am not as much expert, so please if possible can u tell me in somewhat detail how to dump that to a .i file... bcuz if dump the .df file.. thn it may nt serve the purpose.... & i only knows that way of dumping the schema. & how...
  6. Pavan Yadav

    Define a Temp-Table with a single field exception

    Exactly, There should be something like DEFINE .... LIKE... but how to put except for this....?? Or is there some way we can do with system tables??
  7. Pavan Yadav

    Define a Temp-Table with a single field exception

    Vinod... i didn't get that in last threads i checked... please let me know if u have some info for the same....!!
  8. Pavan Yadav

    Define a Temp-Table with a single field exception

    I am going to make a new temp-table..... & in that it's the requirement... it's just an example.... In original i have a table with 78 fields & from that i want to remove just 2-fields for my temp-Table.
  9. Pavan Yadav

    Define a Temp-Table with a single field exception

    Hi All, Anybody can please help me out... I want to define a Temp-Table like a Given temp-table but i don't want a particular field from the original TABLE. For Ex. I want a Temp-table ttcust like Customer but i don't want the field Comments. So can we do this ??
  10. Pavan Yadav

    Maximum number of streams??

    Thanks All.... Can conclude that.... IFFFFF i have more than 50 streams to be used, than i have to modify the program ... & no straight or alternate solution for this.... But if i am using lower version of progress than?? I am not sure if solution by StuartT will work fine or not... or is it...
  11. Pavan Yadav

    Maximum number of streams??

    Exactly... we need to re-think.... But, what should be the thought & what should be the approach in that case??
  12. Pavan Yadav

    Maximum number of streams??

    Ok, let it be suppose Maximum limit is 50... If i want to use more than 50, let's say 55, if my requirement is like that.... than what to do in that case??
  13. Pavan Yadav

    Maximum number of streams??

    Hi, Anyone can please tell me, that wht's the maximum number of streams we can use at single time in a progress program?? Somewhere i read that , it's 5-streams.... But i tried with 20 streams & tht's also working fine?? So whta's the limit?
  14. Pavan Yadav

    Come out of Infinite Loop

    Thanks dude....
  15. Pavan Yadav

    Come out of Infinite Loop

    Thanks tamhas & Bascom, Bascom, please let me know what this readkey pause 0. does & how it works over here. I am new, so unable to get the true picture of this.
  16. Pavan Yadav

    how to restore database bk to an other dababase name

    The way you was trying to restore the backup was correct. Now, as per my understanding the problem is there with your backup file. With ths backup file even if you try to restore with same name, then also it will not work. So, i will suggest to have the backup again & try the same way you was...
  17. Pavan Yadav

    Suppress Error from called program

    Hi All, Anbody please tell me how to suppress the error from called program. For ex: I have a.p & b.p. a.p is calling b.p & b.p is having some error, so while running a.p it pop ups that error. But i want to suppress that error. I tried this as in a.p: run b.p no-error. But, it's not...
  18. Pavan Yadav

    Come out of Infinite Loop

    Hi All, Please let me know, is there any way to come out of Infinite loop with some keys pressing in between. For ex.: do while i = 1: display 'hello'. pause 0. on f8 stop. end. In this if i am giving pause greater than 0, then it stops the process. But, if i gives Pause 0 then it will not...
  19. Pavan Yadav

    XREF Template

    Thanks tamhas.... I will do a bit more analyses on that for complex one & will continue here if any further doubts....!!
  20. Pavan Yadav

    XREF Template

    Hi Tamhas, The code for that is :
Back
Top