I have a reports table. One of the Fields contains the ObjectName (DataReport Name) the field is a varchar.
How can I convert this to to a DataReport Object so I can call the datareport in code (dynamically)? There is more than one DataReport.
I am having a problem with Quickreport 3.6.2. When I try to print my report. I get the following error:
"Error Reading <REPORTNAME> printersettings use standardprinter:property does not exist."
<REPORTNAME> being the name of the report
Anyway, the property clearly exists. A...
It's funny how I can use simple code in Delphi's Textbox to handle keypress, How about VB.NET (I am new with VB)
In Delphi:
Code from Keypress event:
if Not Key IN (['0'..'9',#8]) then
Key := #0;
Basically, this will only allow numbers to be entered in the text box (and backspace)
Why not just save it to a file then load and print it.
i.e:
TreeView1.SaveToFile('c:\somefile.txt');
Richedit1.Lines.LoadFromFile('c:\somefile.txt');
RichEdit1.Print('Caption');
In the middle of printing a large report in Foxpro 2.6, the fonts change to a larger size and the pages do not print correctly at all, what would be the cause of this?
Why is it when resizing a browse window in VFP6 the beginning of the column will always be visible(left) but when doing the same in VFP7 the column loses character from both the left and right (centered). Resizing a column looks riduclous when "Value Sold" looks like "lue sol"
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.