I would like to change Read Only attribute of any file programically. Simple solution?
Unrelated question: Is 2GB table size limit gonna be changed in the new release of VFP?
I am looking for a third party ComboBox with the following additoonal features:
1. Multiselect (like in FoxPro intristic ListBox)
2. Change colors or dims individual items
Any ideas?
To Jon Hawkins: Thanks for responding.
Here what I'm trying to do: Let suppose I have a text field 100 char long (its 800 bits). I want to be able to analyze and modify each bit (i.e. set its value to 0 or 1). A can do it using ASC, CHR, BITxxx functions but it takes forever on the big table. Is...
Thank you, Jon & Robert,
I am using Excel 97 with 64K size limit. The solution I found was to split Export to several sheets with max of 15,000 rows each and then merge them back to one using automation. Initially I programmed it with OLE, but it would take forever to download around 40,000...
Whenever I try to export to Excel file, it brakes at 16,384 record. Is this a bug or there is a parameter controlling number of records to be exported to Excel. I do not have this problem with other data types (Delimited, for example).
Hi, Robert. Thats the types I am trying to pass to. A sample code in VB looks like that: <br>objMM.GeocodeAddress(lngEngHandle,txtFirm,txtStreet,status,numCandiates).<br>Thanks for attention.
Thank you all! Actually, it was my problem: somewhere along the program code I was closing the file and even though I was re-opening it later it apparently screw the grid. Thanks again!
Hi, WebRookie!<br>How on earth you get this code? <br>Try this code instead:<br>oleExcel.Range("C1").Select (assuming you want to insert a column prior to "C")<br>oleExcel.Selection.EntireColumn.Insert
I am trying to program MapMarker OCX but whenever a call is made to one of its methods I am getting "Type mismath" error. The parameters types are: Long, Text and integer. The OCX works fine with Visual Basic calls. Why can't I use VFP variables? I don't expect you tried this control...
Thank you, Jon. I tried this approach before, doesn't work. It looks that any manipulations with the original table effect the initial property settings and the grid look garbled. Any other ideas? Albert
Try to disable the button not from within the button's When method (since When is activated only when control is passed to this button) but from Click (or other appropriate event)method of the control which make you decide to Add records. Did I make myself clear?
Thank you, guys! To answer Jon's question, I am referring to Column width, Column and header fonts, etc properties. One solution could be to save and later restore all set at design time properties but there are too many of them and I am looking for a simpler solution.<br>Thanks again, Albert
Whenever I programically change RecordSource propertity of VFP Grid Control all my initial setting for the control are gone. I need to be able to show different tables of the exact same structure based on the user's choice. What should I do?
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.