I'm using FoxPro 2.6a for DOS. And yes Tamar, I have the same "symptoms": no stretch option for group header in FP DOS. That's why my 200 length data is cut to max. 80 chars.
Salmano
I am using the native report editor in foxpro 2.6a.
When I duble-click the field in the group header (group start = group header) there are no "Stretch vertically" or "Float as band streches" check buttons as they exist in Detail section.
Salmano
Hi. I have a report in foxpro 2.6a with this sections:
- header
- group (start)
- detail
- group (end)
- footer
My problem is that I have a 200 length field in the "group(start)" section and I do not have the "Stretch vertically" option for that field, as I have in "detail" section, so on the...
I was wondering... is it possible to write the text in treeview control on more than 1 line ? i've tried something like "aaa" + chr(13) + "bbb" but it doesn't work...
Got any ideea ?
Hi !
I use VFP6 and TreeViewControl 6.
Do you know how could I disable the tooltips that appear when the text is larger than the tree width ?
Thank you.
Mike,
It crossed my mind there is a limit... but I could not accept it :-)
I'll try to split my query in more that 2; the query results from the choices the user makes, and there are a lot; the user can choose the fields, the conditions, and the ordering, so ...
Thank you,
Salmano.
Hello all !
I get this error when I run the following sql:
SET ANSI ON
Select distinct ff.firma as Firma, iif(isnull(ob.obco), ' ', ob.obco) as ObAct
from rec\firma as ff
left join br_firma as bf on str(year(ff.dinrf), 4) + str(ff.nrinrf, 6) = bf.codu
left join br_obiect as ob on bf.codu =...
Hi all !
I have a treeview control with checkboxes for each node. When I check a node, vfp60 does not select the entire row, the selected row remains the last row that user selected.
Is it possible that when the user checks a node, to autoselect the entire row ?
Thank you.
Salmano.
Hi all !
I fill a treeview control with some values. The user searches in the .text for some value. I want to select the found node, expanding the parent nodes. The code looks like this:
with thisform.treeview
for i = .SelectedItem.index to .nodes.count
node_text =...
Thank you mgagnon.
I hoped there is a way not to re-run the sql. It's a compex sql, and it takes some seconds to run... but if there isn't another way...
Thank you again,
Salmano.
Hi !
In a form I have a grid with data based on sql statement and a button that launches another form. When I click the button, the form launches ok, but when I close it, the data in the grid is lost.
Does anyone know how could I keep the data in the grid ?
Thank you.
Salmano.
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.