Welcome to Clarion Community Sign in | Join | Faq

Clarion 6 - General

Started by lokilim at 09-16-2008 2:18 AM. Topic has 3 replies.

Print Search
Sort Posts:    
   09-16-2008, 2:18 AM
lokilim is not online. Last active: 9/17/2008 6:25:38 AM lokilim

Top 50 Posts
Joined on 08-21-2008
Posts 11
browser queue....
Reply Quote

any know how to take out the browser queue to use?

i want to take QBE result that show on the browser to add to ascii file,

i also will use the list format manager to change the header,

when i take the result i only want to get the result that show on the browser.(totally same)

thank in further.....


   Report 
   09-16-2008, 5:58 AM
Tony Tetley is not online. Last active: 11/20/2008 1:04:35 PM Tony Tetley



Top 10 Posts
Joined on 10-25-2005
Missouri, USA
Posts 80
Re: browser queue....
Reply Quote
If you are using c6 ABC and this is a generated browse you can access the queue easily.

Loop Ptr = 1 To Records(BRW1.Q)
   Get(BRW1.Q, Ptr)
       ...   do stuff ...
End

Just look at the module or source view to see the queue structure.

Tony

   Report 
   09-16-2008, 6:29 PM
lokilim is not online. Last active: 9/17/2008 6:25:38 AM lokilim

Top 50 Posts
Joined on 08-21-2008
Posts 11
Re: browser queue....
Reply Quote

thank you Tony, but can i get all the item in the table like xxx : record?

since the table is quite big. by this method i only will get the first field item only.


   Report 
   09-17-2008, 6:08 AM
Tony Tetley is not online. Last active: 11/20/2008 1:04:35 PM Tony Tetley



Top 10 Posts
Joined on 10-25-2005
Missouri, USA
Posts 80
Re: browser queue....
Reply Quote
The queue should have the primary record key so after you GET the queue record, use the primary record key from the queue to retrieve the desired record.  Look at the module or source view of the browse procedure and I think you will see it clearly.

Tony

   Report 
Clarion Communi... » Clarion » Clarion 6 - Gen... » Re: browser queue....

Powered by Community Server, by Telligent Systems