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!
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?
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.