Hi all,
In my editable grids i change the currentcontrol in columns so i can use custom textboxes
however these are not properly alligned with the default textboxes in other (none editable) columns where currentcontrol has not been changed.
when the column with the custom textbox gets the...
Hi all,
I would like to chain 2 reports
I use code like
loListener = newobject('_ReportListener', ;
home() + 'ffc\_ReportListener.vcx')
loListener.ListenerType = 1
loListener.AddReport('MyReport1.frx', ;
'nopageeject')
loListener.AddReport('MyReport2.frx')...
In my project I have subclassed all my baseclasses and used those controls in my forms.
However in some older forms I use the vfp baseclasses. I want to change them in the subclassed equivalents by hacking the scx/vcx.
I have made a copy of my project and changed the class and classloc fields of...
When I alter a form and try to save it, I get the errormessage
"member object has been removed - cannot complete the save operation."
I take it this means that some memberobject or property has been removed from a class that I'm using in the form.
It would be helpfull to know which memberobject...
I use a richtextcontrol to put rtf text in a memo field. How can i insert this rtf content into a word document?
I've tried putting it in the clipboard and pasting it in the worddocument, but what i get is the plain text with the rtf formatting tags.
Does anybody know the right syntax to put...
How can i get the colordepth of a system (32-bit, 24-bit, 16-bit or even only 256 colors)
I've looked in sysmetric and sys functions but couldn't find it
can anyone help me?
tia,
Stefan
- i want to show the user a report,
- then (while the report is still showing) i want to ask the user a question
- depending on the answer i want to adjust the report
i use the underlying code
the problem is that the second time i show the report (with the condition)
it shows the same as 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.