By simply putting some MESSAGEBOX statements in two events, the lost focus event of a text box and the click event of a dbi grid control I have determined that if a user who has currently got focus on the text box clicks the grid, this grids click event runs before the lost focus event of the...
This query takes over 3 seconds to run
z_sales_unalloc[1] = 0.00
SELECT SUM(check_order_line_item.l_qty_unallocated);
FROM check_order_line_item;
LEFT JOIN check_order_header;
ON check_order_header.h_order_no == check_order_line_item.l_order_no;
WHERE check_order_header.h_type == "O"...
I use an unbuffered table and make some changes to it. When the user leaves the screen I unlock the record using UNLOCK IN order_header.
If I watch the debugger at this point a certain field contains 'K' but as soon at the UNLOCK IN order_header line runs it changes back to its previous value...
I use VFP 7 to access something called Sage Data Objects made by Sage the accounts company that links to their Line50 Software. It has a data type of BYTE which I cannot access, (I can write to but I cannot read from) each time I do I get an error:- Expression Could Not Be Evaluated.
Sage say...
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.