![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have created form using form wizard, while printing the record, it prints all the columns in colum wise(ie horizantally), There is no option to print row wise (ie vertically). 1. How to print the records row wise ? Secondly, after saving each record, while printing it prints by default first record. I wanted to print the recent record which I entered, ie the last record ? What code to be entered in the event or method ? Appreciate your help on this. thanks Ashok |
#3
| |||
| |||
|
|
Can anyone help me on this.... |
|
I have created form using form wizard, while printing the record, it prints all the columns in colum wise(ie horizantally), There is no option to print row wise (ie vertically). 1. How to print the records row wise ? |
|
Secondly, after saving each record, while printing it prints by default first record. |
#4
| |||
| |||
|
|
"Ashok" <asjayara (AT) cisco (DOT) com> schrieb im Newsbeitrag news:40908C5D.1010706 (AT) cisco (DOT) com... Can anyone help me on this.... Hi Ashok, I think one problem with Vfp's Form/ Application Wizards etc. is that many people do not use it, IOW cannot comment on details. In my opinion, one reason not to use it is, like with any frameworks, that when you are not exactly happy with the result, it is somewhat more difficult to modify given code in complex framework dependencies than it would be with pure Vfp itself / resp. to modify your own reusable classes. However, you can override any wizard method - for example in yourform.BtnSet1.cmdPrint.Click() put Set Step On DoDefault() to see the wizard code in the debugger. I have created form using form wizard, while printing the record, it prints all the columns in colum wise(ie horizantally), There is no option to print row wise (ie vertically). 1. How to print the records row wise ? You'd need to design an alternative-report.frx Secondly, after saving each record, while printing it prints by default first record. You can override the cmdPrint.Click() again, for example use a scope clause, see help Report Form yourreport.frx Next 1 hth -Stefan |
![]() |
| Thread Tools | |
| Display Modes | |
| |