Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fastxtab
Message
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006886
Message ID:
01007097
Views:
19
Thank nadya


>Hi Bernhart,
>
>I contacted Alexander Golovlev about some enchancements in the FastXTab couple of times. He always promised to do it, but unfortunately hadn't found time. Right now I lost a way to communicate with him, he didn't reply on my last e-mail. You may try to post a separate thread here to him in hope he will check UT.
>
>I'm also going to send you my version of FastXTab, where I have totaling options. You may need to change the offending line of code anyway to make it work with VFP9. Other changes may be required as well. Let me know what did you change afterwords, OK?
>
>Thanks.
>
>>Thank sergey,
>>
>>Parameters for genxtab :
>>
>>*
>>* 		 Parm1 - output file/cursor name (default "xtab.dbf")
>>* 		 Parm2 - cursor only (default .F.)
>>* 		 Parm3 - close input table after (default .T.)
>>* 		 Parm4 - show thermometer (default .T.)
>>* 		 Parm5 - row field 	(default 1)
>>* 		 Parm6 - column field 	(default 2)
>>* 		 Parm7 - data field 	(default 3)
>>* 		 Parm8 - total rows	(default .F.)
>>* 		 Parm9 - totaling options (0-sum, 1-count, 2-% of total)
>>* 		 Parm10 - display Null values
>>*
>>* Calling example:
>>*
>>*		 oNewXtab=CREATE('genxtab','query',.T.,.T.,.T.,1,6,10,.T.,0)
>>*		 oNewXtab.MakeXtab()
>>
>>
>>
>>
>>Parameters FOR Fastxtab are
>>
>>***********************************************************************
>>*!*	cOutFile = "xtabquery"	&& The name of the output file
>>*!*	lCursorOnly = .F.		&& Specifies whether the input datasource is cursor
>>*!*	lCloseTable = .T.		&& Specifies whether to close the source datasource after the cross tab is generated
>>*!*	nPageField = 0			&& Specifies the field position in the datasource of the cross tab pages
>>*!*	nRowField = 1			&& Specifies the field position in the datasource of the cross tab rows
>>*!*	nColField = 2			&& Specifies the field position in the datasource of the cross tab columns
>>*!*	nDataField = 3			&& Specifies the field position in the datasource of the cross tab data
>>*!*	lTotalRows = .F.		&& Specifies whether to total rows in the cross tab output
>>*!*	lDisplayNulls = .F.		&& Specifies whether to display null values in the cross tab output
>>*!*	lBrowseAfter = .F.		&& Specifies whether to open a Browse window on the cross tab output
>>
>>
>>
>>
>>Is it possible to have total count with fastxtab ?
>>
>>bernhart
>>
>>
>>>>Hi sergey,
>>>>
>>>>I did not test yet.
>>>>I had vfpxtab but I see has a new genxtab with vfp 9.
>>>>I thought that varchar(V) or new datatype .....
>>>
>>>There's no difference in genxtab (vfpxtab) between VFP8 and VFP9.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform