Hello,
I have a table with two columns: Code and Collection.
The table looks like:
Code Collection
------ ----------
10A-35 ABIGAJL
10B-28 AVALON
15K-35 ANJALI
10A-35 WISTERIA
10A-35 CELESTE
How to create a cursor which also have two columns, for code and collection, so that...
Hi,
I have one more "crazy" situation.
Very often, network administrator closes some free tables, without noticing users or telling them to close applications. As a result,our application gives us an Invalid seek offset error, and the application crushes.
Is there a way to check if indexes are...
Hi,
I am working with free tables which are on a server. Sometimes, when my program try to access any of tables, I get an warning screen telling me that alias for the table could not be found.
Is there any way to check out if the table can be opened or accessed before I commit any changes in...
I figured it out. The second form was modeless, and even when it was destroyed, I did not get the focus on grid. So, the form is now modal, and works quite well.
Mensud
Hi,
I am using MSFlexGrid (6 I think) and when the grid is appeared for the first time, everything is ok. I am able to select any cell. Also,I am using an "Click" event of this control, to keep info about clicked cell. The code is:
with thisform.testgrid
thisform.rownum=.mouserow...
Hello,
I was trying to create a cursor from an array and it was usuccessful:
create cursor cPrint (slip n(7) null)
append from array('orderArray')
If my array orderArray has, for example 5 items, created cursor always has only one record, and it is the first item of the array.
I have...
Hello,
I have very simple query:
SELECT * FROM pordtxn WHERE slip=lslip INTO CURSOR ctmp
where lslip is local variable (numeric)
Every time this statement is executed I am getting the whole table PORDTXN. I have used debuger, and when this line has been executed I got the message telling me...
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.