Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. madreply

    How to disable confirm delete window?

    Thank you very much. But how do I program it to delete another record also, from some other table without showing me the confirm delete window?
  2. madreply

    How to disable confirm delete window?

    Hi, well the the title says it all. I want to disable the confirm delete window that appears when I click the delete button. If anyone knows please respond, thx!
  3. madreply

    Passing QUEUE to report

    Is there a way to pass a queue to report and if so, how?
  4. madreply

    After selecting a date on CalendarButton

    Hi, does somebody know what is the embed point for after selecting a date through the CalendarButton? I want to make it so that after I have selected a date, action is performed but I don't know where is the embed point for that on the CalendarButton control. Does somebody know that perhaps?
  5. madreply

    ERROR IN GETTING QUEUE

    I keep getting an error because of the GET(). First my code was: FREE(qTest2) LOOP i# = 1 TO RECORDS(Queue:Browse:1) GET(Queue:Browse:1, i#) IF ERRORCODE() THEN MESSAGE(ERROR(),ERRORCODE()) BREAK END IF ... THEN !Filter -Condition qTest2.Data = Queue:Browse:1.Data...
  6. madreply

    Queue declaration

    I keep getting an error because of the GET(). First my code was: FREE(qTest2) LOOP i# = 1 TO RECORDS(Queue:Browse:1) GET(Queue:Browse:1, i#) IF ERRORCODE() THEN MESSAGE(ERROR(),ERRORCODE()) BREAK END IF ... THEN !Filter -Condition qTest2.Data = Queue:Browse:1.Data...
  7. madreply

    Queue declaration

    Ok, and how do I copy data from one queue to another?
  8. madreply

    Queue declaration

    Thank you very much! I have 2 more questions about queues: 1. How do I put data from a declared queue in a Browse box? 2. How do I filter queue's?
  9. madreply

    Queue declaration

    I have 2 very newbish questions: 1. How do I Create/Declare a Queue? 2. How do I Create/Declare a Queue with exactly the same structure as some ohter queue? Thanx

Part and Inventory Search

Back
Top