I have a grid that is pointing at a view. As soon as I set order on the view using an IDX index the vertical scroll bar on the grid goes funny. ie. when the top record is at the top of the grid the vertical scroll bar looks as though there are lots more records above.
Weird
Has anyone come...
How can I update a table in a data environment using tableupdate() without having to select a different workarea.
eg.
tableupdate(site)
instead of
select site
tableupdate()
Appreciate the help
Chris
I am using SQL select in VFP6 and I have two tables with a “One to Many” relationship. Person.dbf & Codes.dbf
I want to select all the people from the person table that have both code A1 and code A2 on the code table. The problem I have is that on the Code table these two codes would be on two...
I have been using the below code to move codes from one lstbox to a another.
THIS.PARENT.LSTSELECTED.ADDITEM(THIS.LIST(THIS.LISTINDEX,1))
My problem is I now want to use 2 columns in my listboxes and be able to drag and drop both columns into another 2 column listbox.
Any tips would be...
I am trying to open a text file in Excel 2000 - (sounds easy!) BUT I need the first two columns of the file to be declared as text (I have leading zero's that I want to keep).
I am recording a macro in excel and then converting the code to VFP. As I'm sure you know, some of the Excel functions...
I need to create some kind of container object that can obviously hold other objects and be able to scroll beyond it's size capacity.
Opologies if this is a bit vague but can anyone throw me in the right direction.
Look forward to hearing your suggestions
Chris
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.