search for: report_data

Displaying 7 results from an estimated 7 matches for "report_data".

2007 Oct 16
11
how to arrange the field in excel by using to_csv
Hi all, i am exporting the file by using to_csv, but its coming as unordered rather than my expected output, if i check in the database, its working fine, but in the excel sheet it shows in the unordered,so please let me knoe, how to show orderly in the excel sheet by using to_csv. @report_data=EdiaUserContact.find_by_sql( "SELECT '''' as ''Title'', `fname` as ''First Name'','''' as ''Middle Name'', `lname` as ''Last Name'','''' as ''Suffix'',m.member_...
2007 Oct 11
0
display problem with to_csv
Hi all, I need to export the document as csv file, i have exported successfully, but the problem is not displayed as per my format, in csv file the format is suffuled, i want the orderwise as how i have mentioned in my query, please help me to come out in the order wise. My coding is: @report_data=EdiaUserContact.find_by_sql( "SELECT '''' as ''Title'', `fname` as ''First Name'','''' as ''Middle Name'', `lname` as ''Last Name'','''' as ''Suffix'',m.member_...
2007 Aug 10
0
Wine release 0.9.43
...ocs should take into account if the window is Unicode. Misha Koshelev (19): msi: Use SysAllocString/SysFreeString for BSTR members of EXCEPINFO structure. urlmon: Set the queue tail to the new task when pushing a task onto the tail of the queue. urlmon: Use BSCF_ values passed to report_data to keep track of download state. urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION. urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer. urlmon: Do not fill stream buffer on every report_data,...
2007 Feb 16
0
Wine release 0.9.31
...mon: Added ReportProgress(BINDSTATUS_BEGINDOWNLOADDATA) implementation. urlmon: Use queue for whole ReportData implementation. urlmon: Fix ReportResult on async protocols. urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation. urlmon: Call OnProgress directly in report_data. urlmon: Fix continue_call handling. itss: Fix handling URLs without '/' in object name. shlwapi: Unicodified scheme detecting code. shlwapi: Fix handling mk URLs. mshtml: Store URL in unicode in nsURI. mshtml: Added [Set|Get]WineURL functions to nsIWineU...
2011 Feb 18
0
Wine release 1.3.14
...ded support for installing packages from MSI files. dsound.h: Added DSBNOTIFICATIONS_MAX definition. dvdmedia.h: Added MPEG2VIDEOINFO declaration. urlmon: Fixed Valgrind warnings. urlmon: Get rid of init variable in stgmed_buf_t. urlmon: Read remaining protocol data if report_data was called after binding finished. urlmon: Properly handle BINDSTATUS_BEGINDOWNLOADDATA. urlmon: Get rid of no longer needed buffering in stgmed_buf_t. mshtml: Fixed a leak (valgrind). msxml3: Silence QueryInterface FIXME. urlmon: Use winetest page URL for abort test....
2009 Aug 21
0
Wine release 1.1.28
...y in stabs_pts_read_aggregate. dbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate. mshtml: Disable spell checker. mshtml: Moved parse_post_data to GetBindInfo. urlmon: Added IWinInetHttpInfo stub implementation to BindProtocol object. urlmon: Fixed report_data for recursive calls. urlmon: Fixed bscf for ReportData after mime verification call. urlmon: Check FLAG_ALL_DATA_READ first in protocol_read. urlmon: Added more protocol tests. msxml3: Return xmlnode object from create_basic_node. msxml3: Store xmlnode object in domele...
2009 Mar 13
0
Wine release 1.1.17
...n9x doesn't set biSizeImage. gdi32/tests: Under win9x GetBitmapBits returns zero when passed a NULL buffer. Hwang YunSong(???) (3): setupapi: Updated Korean resource. wordpad: Updated Korean resource. cmd: Updated Korean resource. Jacek Caban (25): urlmon: Ignore report_data call if binding is stopped. urlmon: Move some HttpProtocol variables to generic Protocol object. urlmon: Move strndupW implementation to header file. urlmon: Moved HttpProtocol::[Lock|Unlock]Request implementation to generic Protocol object. urlmon: Move close_connection imp...