Hello,
The if condition returning record:filtered will filter out the corresponding record. The snippet below shows where about to put your condition.
In short returning a record:fitered will filter out the record in process.
Best Regards
Samir
BRW1::RecordStatus BYTE,AUTO
...
Hi Steve,
The second browse is a class named something like "Brw2". This class have a view which is referenced as "Brw2.View". It has also a queue which is referenced as "Brw2.Q". The Browse view "Brw2.View" is based on a primary file which is referenced from the dictionary. In code, it...
Hello Steve,
Populate the Note on the window using a text rather than an entry control to allow multi-line display of the data. This can be done by changing the control type of the note from the dictionary.
To synchronize the display with the corresponding line from the second browse...
Hello,
Create global variables that will save the thread id of your procedures. e.g. login_threadID = thread() ! inside the login procedure.
later on from any where post a close event to the specified thread. e.g post(event:closeWindow,0,login_threadID). This will close the target procedure...
Hi,
I have come across a situation where an MS procedure could be loaded using a standard call to a win32 dll and returning the memory address of the specified procedure. Is it possible to call the specified procedure using its memory address and prototype. Here is the equivalent in C:
void...
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.