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

  1. lugregu

    Update Browse gets crazy when I connect it to a DB

    With a File Loaded browse the condition A."ENTITY" >= @P1 in the where clause remains. I tried to do your sugestion, and i used BRW1.ResetQueue(Reset:Queue)after a delete action and BRW1.ResetFromFile for insert and change actions, followed by BRW1.ResetFromBuffer. Unfortunally...
  2. lugregu

    Update Browse gets crazy when I connect it to a DB

    Running the SQL Profiler i rimarked that after a delete, insert or update operation the select comand is like this: SELECT A."CODE", A."NUMBER", A."ENTITY" FROM dbo.telephone A WHERE ( A."ENTITY" = '1' ) AND A."ENTITY" >= @P1 ORDER BY...
  3. lugregu

    Update Browse gets crazy when I connect it to a DB

    Anwsering your questions: >The first thing to do is to see if the browse is refreshed >manually i.e. exit the browse procedure and load it again >and check if the browse has refreshed to show the recent >record additions or modifications. >If it shows the records properly, then the problem can...
  4. lugregu

    Update Browse gets crazy when I connect it to a DB

    I tried it, but unfortunally didn't work, Shankarj. I put it in the embed of the insert button, i put it in the accepted embed of the browse list, but, unfortunally didn't work. I tried BRW1.ResetSort(True), i tried BRW1.resetFromFile, i tried BRW1.ResetFromBuffer and nothing... it simple...
  5. lugregu

    Update Browse gets crazy when I connect it to a DB

    Thanks ShankarJ, How do you suggest to make a refresh? I'm doing this way: BRW1.resetQueue(reset:Queue) thisWindow.reset(true) I can't make it work this way. Tell me how you'd do.
  6. lugregu

    Update Browse gets crazy when I connect it to a DB

    Hello! Please, i have a dictionary, and an application. Very simple they both are. The application has a window with a list of entities from which we can acess to the detailed info of each entity. It belongs to the detailed info of a entity the list of phone numbers of it. As so, in the window...

Part and Inventory Search

Back
Top