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 IamaSherpa 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: *

  • Users: vaser
  • Order by date
  1. vaser

    Print Reports - How select page margins before prints?

    Hi everyone, From executable applications before prints, in Clarion Report Preview miss option to select page margins, like in Page Layout from CRW, Notes etc. I need that for preprint forms. What is solution? Thanks! Vasa
  2. vaser

    BrowseObject.ResetFromBuffer

    Hi Shankar, Sorry for late, Here is example: Dictionary:PEOPLE.dct Tables:People.tps Columns: ID(@n3), FirstName(@S20), LastName(@s20) Keys: Key_ID(ID), Key_LastFirst(LastName, FirstName) Locator: SEL:Locator(@s40) – formula:CLIP(SEL:LastName) & ’ ’ & CLIP(SEL:FirstName) I wish to make...
  3. vaser

    BrowseObject.ResetFromBuffer

    Hi Shankar, Thank You for help, but I still have problem. I have probably same problem like Emad with two entry locators (Your answer 28.march 2007). I try to solve this - defining local variable SEL:Locator = CLIP(PEO:LastName) & ‘ ‘ & CLIP(PEO:FirstName) , defining Browse list and...
  4. vaser

    BrowseObject.ResetFromBuffer

    I need BrowseObjectResetFromBuffer()code from SnankarJ. Thanks vaser

Part and Inventory Search

Back
Top