Search results

  1. M

    Query Names

    Hello everyone, I have a question. I have a screen that starts with a Static Query/Browse and that changes to a Dynamic one. Unfortunatly all my system tools are built using the Pre-Proc name of query: br_table. Is there any way to name my newly created Dynamic query to that specific...
  2. M

    Dynamic Queries + Static Queries

    Hi everyone, I have wandering, once you do the whole code for a dynamic browser, can the static query that was previously assigned to the browser be used? I have a lookup screen. Upon loading the screen, it displays all the employee using the standard AppBuilder Browser Query Builder...
  3. M

    Pre-Proc

    Hi everyone, We have an existing platforme that has a very slow functionnality. I was easilly able to figure out what was the problem but unfortunatly i can't seem to be able to fix it! Here we go: I have a lookup button on a window that brings a browser where you can search a record...
  4. M

    Handles

    Hi Everyone, I have a Smart Window built as such: 1 - Smart Object called h_Toolbar. 1 - Smart Object called h_viewer1. 1 - Smart Object called h_browser1. The browser currently is my query. The Toolbar has some buttons created as such: PROCEDURE ADDBUTTON: define input...
  5. M

    Smart Window problem

    Hi Everyone, Well my question is both simple and complicated! hahahah Alright, i have a Smartwindow with 3 smartobjects. 1st Smart Object is a Toolbar. 2nd Smart Object is a Viewer. 3rd Smart Object is a SmartFolder with 6 tabs containing each a Smartbrowser. My question: What is...
  6. M

    Browser clearing

    Hi everyone, i have a screen built as such. A smart window containing 3 smart objects. 1 toolbar, one viewer and one browser. As this is a simple inquiry screen, the browser itself is my query. The users are requesting a a "Clear" button be added. That button would clear the viewer and...
  7. M

    How to know if a Temp-Table is defined

    Hi everyone, i know that might seem weird but i have an Include that is used in a procedure all arround my system. This procedure checks validity of data. One point is that i can't get it to check the content of a temp-table as well as this static temp-table is not always defined! It depends...
  8. M

    Queries and Can-Find

    Afternoon fellows, I'm having a tough time getting some kind of Query to work. This is used in an Employee Look-up Window and i'm trying to make people able to search with certain conditions. All of the search conditions are fields included in my employee table except 1. That one is an...
  9. M

    Very Slow Index, causing bad browser and repositioning performances

    Hello Ptalkers, Well, after 1 day of testing, i was able to figure out some pretty weird things and found out the reason why i have a bad browser reposition! Seems an index is not behaving well!! First, here's the indexes definition: ADD INDEX "i-Primary" ON "emplr-status" AREA...
  10. M

    Queries and Browser

    Hi everyone, i recently changed from CHUI to GUI and well, i'm having a hard time loading my queries properly. Thing is, there are 2 tables linked. Employer and Emplr-Status. Here is what i would like it to do, in simple CHUI code: FOR EACH employer NO-LOCK: FIND LAST emplr-status where...
  11. M

    Preproc Issue

    Hi Peggers! I'm having a hard time about preproc issu. i have a Program A.p wich does a buffer-compare. therefore i have a list of fields store in a variable. i need to do something like this: PROG A.p Do i = 1 to num-entries(List): {proga.i &TableName = testtable...
  12. M

    Array Copy

    Is there anyway to do a mem-copy (C++) in progress? My question is comming from the fact that in our old Database, we have an array of like EXTENT 20. Is there anyway (apart the DO i = 1 to 20) to copy this array, into a Variable define Like it? Example: Define var cVar1 as char extent 20...
Top