I fill up an array (Session.myArray) with finds users make in my database, when they hit submit I generate my query based on the values in the array :
the values in the array are
[x][1] : FieldName
[x][2] : Symbol (=, >, LIKE, <=, etc)
[x][3] : string or value entered by the user
[x][4] : 'And'...
Hi Guys,
I've created a dynamic form and I added a submit button to save the updated data. I've used <CFUPDATE> because I don't know wich fields will be in the form (this is based on certain chooses the user makes).
<cfupdate datasource="Myconnection" tablename="DBname"...
Hi experts,
In VFP7 there's a function to convert a XML file to a cursor or table, can someone explain me how this is to be done. If possible with an example.
I checked the help about this function but can't figure out how it works.
Thanks
Fleer
I created an excel application in VFP, but I can't find out how I can insert a Horizontal Page Break in my XL-file
this is an example prog.
PUBLIC poxlApp
poxlApp=createobject("Excel.Application")
poxlApp.Workbooks.Add
poxlApp.Range("A2").Select
and then to insert the...
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.