Sponsored Content
Full Discussion: Joining Three Files
Top Forums Shell Programming and Scripting Joining Three Files Post 302546825 by mac4rfree on Friday 12th of August 2011 09:00:14 AM
Old 08-12-2011
Sorry my bad. I should give you output. It should be like this.
Output
Code:
StoreCENTER,625_1030061_830 AM,3485e17a-0baa-46a9-9edf-07a0858c4188,1030061,8956,1,625,MBROWNE,3,000000011603,,,
StoreCENTER,625_1030062_833 AM,992b6947-a404-4e10-8e35-44dd85ccd5ee,1030062,8957,1,625,MBROWNE,3,000000011603,,,
StoreCENTER,625_1030063_838 AM,aa742016-0b68-4155-bc60-ca44f3dd504b,1030063,8958,1,625,MBROWNE,3,000000011603,,,
StoreCENTER,625_1030064_839 AM,898189a4-7e5e-4341-9492-d6b72549c9bc,1030064,8959,1,625,MBROWNE,3,000000011603,1238,1,12380005080811105527,Customer
StoreCENTER,625_1030065_841 AM,01fc6fa4-6f40-47ce-ab76-fad4ddd88d6b,1030065,8960,1,625,MBROWNE,3,000000011603,,,
StoreCENTER,625_1030066_843 AM,6ddef2a7-8e11-4076-91fa-8cf3a1d8e3e0,1030066,8961,1,625,MBROWNE,3,000000011603,,,
StoreCENTER,625_1030067_844 AM,7d7ae219-70b7-4b8e-a282-a5a3a4cb2074,1030067,8962,1,625,MBROWNE,3,000000011603,,,

Just like a left outer join. Hope i make sense.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

joining 2 files

Hi, I have two files that I need to find difference between. Do I use diff or join? If join, how do I use it? thanks, webtekie (1 Reply)
Discussion started by: webtekie
1 Replies

2. UNIX for Dummies Questions & Answers

joining files

Hi, Could anyone help me ? I'm trying to join two files, but no common field are on them. So I think on generate \000\ sequence to add for each line on both files, so then will be able to join these files. Any idea? Thanks in advance, (2 Replies)
Discussion started by: Manu
2 Replies

3. Shell Programming and Scripting

Help with joining two files

Greetings, all. I've got a project that requires I join two data files together, then do some processing and output. Everything must be done in a shell script, using standard unix tools. The files look like the following: File_1 Layout: Acct#,Subacct#,Descrip Sample: ... (3 Replies)
Discussion started by: rjlohman
3 Replies

4. Shell Programming and Scripting

Joining files

Hi, Whats the unix function to join multiple files? is it cat? so I have multiple files in the same format and I want to join then by row eg. FILE1 1 3 1 3 1 3 1 3 FILE2 2 4 2 4 2 4 (1 Reply)
Discussion started by: kylle345
1 Replies

5. Shell Programming and Scripting

joining two or more files

i have three files file a has contents 123 234 238 file b has contents 189 567 567 and file c has contents qwe ert ery (1 Reply)
Discussion started by: tomjones
1 Replies

6. UNIX for Dummies Questions & Answers

Joining two files

I have two comma separated files. I want to join those filesa nd put the result in separate file. smaple data are: file1: A1,1,100 A2,1,200 B1,2,100 B2,2,200 file2 1,50 1,25 1,25 1,100 1,100 2,50 2,50 (10 Replies)
Discussion started by: pandeesh
10 Replies

7. Shell Programming and Scripting

Joining two files into one

Hi experts, I'm quite newbie here!! I have two seperate files. Contents of file like below File 1: 6213019212001 8063737 File:2 15703784 I want to join these two files into one where content will be File 3: 6213019212001 8063737 15703784 Regards, Ray Seilden (1 Reply)
Discussion started by: RayanS
1 Replies

8. Shell Programming and Scripting

Help with joining files and adding headers to files

Hi, I have about 20 tab delimited text files that have non sequential numbering such as: UCD2.summary.txt UCD45.summary.txt UCD56.summery.txt The first column of each file has the same number of lines and content. The next 2 column have data points: i.e UCD2.summary.txt: a 8.9 ... (8 Replies)
Discussion started by: rrdavis
8 Replies

9. Shell Programming and Scripting

Joining 2 Files

File "A" (column names: Nickname Number GB) Nickname Number GB PROD_DB0034 100A 16 ASMIL1B_DATA_003 100B 16 PSPROD_0000 1014 36 PSPROD_0001 100D 223 ..... File "B" (column names: TYPE DEVICE NUMBER SIZE) TYPE DEVICE NUMBER SIZE 1750500 hdisk2 100A 16384 1750500 hdisk3 ... (4 Replies)
Discussion started by: Daniel Gate
4 Replies

10. Shell Programming and Scripting

Please help me in joining two files

I have two files with the below contents : sampleoutput3.txt 20150202;hostname1 20150223;hostname2 20150716;hostname3 sampleoutput1.txt hostname;packages_out_of_date;errata_out_of_date; hostname1;11;0; hostnamea;12;0; hostnameb;11;0; hostnamec;95;38; hostnamed;440;358;... (2 Replies)
Discussion started by: rahul2662
2 Replies
wxGrid(3erl)						     Erlang Module Definition						      wxGrid(3erl)

NAME
wxGrid - See external documentation: wxGrid. DESCRIPTION
See external documentation: wxGrid . This class is derived (and can use functions) from: wxScrolledWindow wxPanel wxWindow wxEvtHandler DATA TYPES
wxGrid() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxGrid() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer()) -> wxGrid() Equivalent to new(Parent, Id, []) . new(Parent::wxWindow() (see module wxWindow), X::integer(), X::integer() | term()) -> wxGrid() See external documentation . Alternatives: new(Parent::wxWindow:wxWindow(), X::integer(), Y::integer()) -> new(Parent,X,Y, []) new(Parent::wxWindow:wxWindow(), Id::integer(), [Option]) -> wxGrid() Option = {pos, {X::integer(),Y::integer()}} | {size, {W::integer(),H::integer()}} | {style, integer()} new(Parent::wxWindow() (see module wxWindow), X::integer(), Y::integer(), Options::[Option]) -> wxGrid() Types Option = {w, integer()} | {h, integer()} | {style, integer()} See external documentation . appendCols(This::wxGrid()) -> bool() Equivalent to appendCols(This, []) . appendCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {numCols, integer()} | {updateLabels, bool()} See external documentation . appendRows(This::wxGrid()) -> bool() Equivalent to appendRows(This, []) . appendRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {numRows, integer()} | {updateLabels, bool()} See external documentation . autoSize(This::wxGrid()) -> ok See external documentation . autoSizeColumn(This::wxGrid(), Col::integer()) -> ok Equivalent to autoSizeColumn(This, Col, []) . autoSizeColumn(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeColumns(This::wxGrid()) -> ok Equivalent to autoSizeColumns(This, []) . autoSizeColumns(This::wxGrid(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeRow(This::wxGrid(), Row::integer()) -> ok Equivalent to autoSizeRow(This, Row, []) . autoSizeRow(This::wxGrid(), Row::integer(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . autoSizeRows(This::wxGrid()) -> ok Equivalent to autoSizeRows(This, []) . autoSizeRows(This::wxGrid(), Options::[Option]) -> ok Types Option = {setAsMin, bool()} See external documentation . beginBatch(This::wxGrid()) -> ok See external documentation . blockToDeviceRect(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . canDragColSize(This::wxGrid()) -> bool() See external documentation . canDragRowSize(This::wxGrid()) -> bool() See external documentation . canDragGridSize(This::wxGrid()) -> bool() See external documentation . canEnableCellControl(This::wxGrid()) -> bool() See external documentation . cellToRect(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . cellToRect(This::wxGrid(), Row::integer(), Col::integer()) -> {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation . clearGrid(This::wxGrid()) -> ok See external documentation . clearSelection(This::wxGrid()) -> ok See external documentation . createGrid(This::wxGrid(), NumRows::integer(), NumCols::integer()) -> bool() Equivalent to createGrid(This, NumRows, NumCols, []) . createGrid(This::wxGrid(), NumRows::integer(), NumCols::integer(), Options::[Option]) -> bool() Types Option = {selmode, WxGridSelectionModes} WxGridSelectionModes = integer() See external documentation . WxGridSelectionModes is one of ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns deleteCols(This::wxGrid()) -> bool() Equivalent to deleteCols(This, []) . deleteCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numCols, integer()} | {updateLabels, bool()} See external documentation . deleteRows(This::wxGrid()) -> bool() Equivalent to deleteRows(This, []) . deleteRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numRows, integer()} | {updateLabels, bool()} See external documentation . disableCellEditControl(This::wxGrid()) -> ok See external documentation . disableDragColSize(This::wxGrid()) -> ok See external documentation . disableDragGridSize(This::wxGrid()) -> ok See external documentation . disableDragRowSize(This::wxGrid()) -> ok See external documentation . enableCellEditControl(This::wxGrid()) -> ok Equivalent to enableCellEditControl(This, []) . enableCellEditControl(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragColSize(This::wxGrid()) -> ok Equivalent to enableDragColSize(This, []) . enableDragColSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragGridSize(This::wxGrid()) -> ok Equivalent to enableDragGridSize(This, []) . enableDragGridSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableDragRowSize(This::wxGrid()) -> ok Equivalent to enableDragRowSize(This, []) . enableDragRowSize(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . enableEditing(This::wxGrid(), Edit::bool()) -> ok See external documentation . enableGridLines(This::wxGrid()) -> ok Equivalent to enableGridLines(This, []) . enableGridLines(This::wxGrid(), Options::[Option]) -> ok Types Option = {enable, bool()} See external documentation . endBatch(This::wxGrid()) -> ok See external documentation . fit(This::wxGrid()) -> ok See external documentation . forceRefresh(This::wxGrid()) -> ok See external documentation . getBatchCount(This::wxGrid()) -> integer() See external documentation . getCellAlignment(This::wxGrid(), Row::integer(), Col::integer()) -> {Horiz::integer(), Vert::integer()} See external documentation . getCellBackgroundColour(This::wxGrid(), Row::integer(), Col::integer()) -> colour() (see module wx) See external documentation . getCellEditor(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getCellFont(This::wxGrid(), Row::integer(), Col::integer()) -> wxFont() (see module wxFont) See external documentation . getCellRenderer(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getCellTextColour(This::wxGrid(), Row::integer(), Col::integer()) -> colour() (see module wx) See external documentation . getCellValue(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> string() See external documentation . getCellValue(This::wxGrid(), Row::integer(), Col::integer()) -> string() See external documentation . getColLabelAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getColLabelSize(This::wxGrid()) -> integer() See external documentation . getColLabelValue(This::wxGrid(), Col::integer()) -> string() See external documentation . getColMinimalAcceptableWidth(This::wxGrid()) -> integer() See external documentation . getDefaultCellAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getDefaultCellBackgroundColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getDefaultCellFont(This::wxGrid()) -> wxFont() (see module wxFont) See external documentation . getDefaultCellTextColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getDefaultColLabelSize(This::wxGrid()) -> integer() See external documentation . getDefaultColSize(This::wxGrid()) -> integer() See external documentation . getDefaultEditor(This::wxGrid()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForCell(This::wxGrid(), C::{R::integer(), C::integer()}) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForCell(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultEditorForType(This::wxGrid(), TypeName::string()) -> wxGridCellEditor() (see module wxGridCellEditor) See external documentation . getDefaultRenderer(This::wxGrid()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRendererForCell(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRendererForType(This::wxGrid(), TypeName::string()) -> wxGridCellRenderer() (see module wxGridCellRenderer) See external documentation . getDefaultRowLabelSize(This::wxGrid()) -> integer() See external documentation . getDefaultRowSize(This::wxGrid()) -> integer() See external documentation . getGridCursorCol(This::wxGrid()) -> integer() See external documentation . getGridCursorRow(This::wxGrid()) -> integer() See external documentation . getGridLineColour(This::wxGrid()) -> colour() (see module wx) See external documentation . gridLinesEnabled(This::wxGrid()) -> bool() See external documentation . getLabelBackgroundColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getLabelFont(This::wxGrid()) -> wxFont() (see module wxFont) See external documentation . getLabelTextColour(This::wxGrid()) -> colour() (see module wx) See external documentation . getNumberCols(This::wxGrid()) -> integer() See external documentation . getNumberRows(This::wxGrid()) -> integer() See external documentation . getOrCreateCellAttr(This::wxGrid(), Row::integer(), Col::integer()) -> wxGridCellAttr() (see module wxGridCellAttr) See external documentation . getRowMinimalAcceptableHeight(This::wxGrid()) -> integer() See external documentation . getRowLabelAlignment(This::wxGrid()) -> {Horiz::integer(), Vert::integer()} See external documentation . getRowLabelSize(This::wxGrid()) -> integer() See external documentation . getRowLabelValue(This::wxGrid(), Row::integer()) -> string() See external documentation . getRowSize(This::wxGrid(), Row::integer()) -> integer() See external documentation . getScrollLineX(This::wxGrid()) -> integer() See external documentation . getScrollLineY(This::wxGrid()) -> integer() See external documentation . getSelectedCells(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectedCols(This::wxGrid()) -> [integer()] See external documentation . getSelectedRows(This::wxGrid()) -> [integer()] See external documentation . getSelectionBackground(This::wxGrid()) -> colour() (see module wx) See external documentation . getSelectionBlockTopLeft(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectionBlockBottomRight(This::wxGrid()) -> [{R::integer(), C::integer()}] See external documentation . getSelectionForeground(This::wxGrid()) -> colour() (see module wx) See external documentation . getViewWidth(This::wxGrid()) -> integer() See external documentation . getGridWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridRowLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridColLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . getGridCornerLabelWindow(This::wxGrid()) -> wxWindow() (see module wxWindow) See external documentation . hideCellEditControl(This::wxGrid()) -> ok See external documentation . insertCols(This::wxGrid()) -> bool() Equivalent to insertCols(This, []) . insertCols(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numCols, integer()} | {updateLabels, bool()} See external documentation . insertRows(This::wxGrid()) -> bool() Equivalent to insertRows(This, []) . insertRows(This::wxGrid(), Options::[Option]) -> bool() Types Option = {pos, integer()} | {numRows, integer()} | {updateLabels, bool()} See external documentation . isCellEditControlEnabled(This::wxGrid()) -> bool() See external documentation . isCurrentCellReadOnly(This::wxGrid()) -> bool() See external documentation . isEditable(This::wxGrid()) -> bool() See external documentation . isInSelection(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> bool() See external documentation . isInSelection(This::wxGrid(), Row::integer(), Col::integer()) -> bool() See external documentation . isReadOnly(This::wxGrid(), Row::integer(), Col::integer()) -> bool() See external documentation . isSelection(This::wxGrid()) -> bool() See external documentation . isVisible(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> bool() Equivalent to isVisible(This, Coords, []) . isVisible(This::wxGrid(), X::integer() | term(), X::integer() | term()) -> bool() See external documentation . Alternatives: isVisible(This::wxGrid(), Row::integer(), Col::integer()) -> isVisible(This,Row,Col, []) isVisible(This::wxGrid(), Coords::{R::integer(),C::integer()}, [Option]) -> bool() Option = {wholeCellVisible, bool()} isVisible(This::wxGrid(), Row::integer(), Col::integer(), Options::[Option]) -> bool() Types Option = {wholeCellVisible, bool()} See external documentation . makeCellVisible(This::wxGrid(), Coords::{R::integer(), C::integer()}) -> ok See external documentation . makeCellVisible(This::wxGrid(), Row::integer(), Col::integer()) -> ok See external documentation . moveCursorDown(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorLeft(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorRight(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorUp(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorDownBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorLeftBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorRightBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . moveCursorUpBlock(This::wxGrid(), ExpandSelection::bool()) -> bool() See external documentation . movePageDown(This::wxGrid()) -> bool() See external documentation . movePageUp(This::wxGrid()) -> bool() See external documentation . registerDataType(This::wxGrid(), TypeName::string(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer), Editor::wxGridCellEdi- tor() (see module wxGridCellEditor)) -> ok See external documentation . saveEditControlValue(This::wxGrid()) -> ok See external documentation . selectAll(This::wxGrid()) -> ok See external documentation . selectBlock(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}) -> ok Equivalent to selectBlock(This, TopLeft, BottomRight, []) . selectBlock(This::wxGrid(), TopLeft::{R::integer(), C::integer()}, BottomRight::{R::integer(), C::integer()}, Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectBlock(This::wxGrid(), TopRow::integer(), LeftCol::integer(), BottomRow::integer(), RightCol::integer()) -> ok Equivalent to selectBlock(This, TopRow, LeftCol, BottomRow, RightCol, []) . selectBlock(This::wxGrid(), TopRow::integer(), LeftCol::integer(), BottomRow::integer(), RightCol::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectCol(This::wxGrid(), Col::integer()) -> ok Equivalent to selectCol(This, Col, []) . selectCol(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . selectRow(This::wxGrid(), Row::integer()) -> ok Equivalent to selectRow(This, Row, []) . selectRow(This::wxGrid(), Row::integer(), Options::[Option]) -> ok Types Option = {addToSelected, bool()} See external documentation . setCellAlignment(This::wxGrid(), Align::integer()) -> ok See external documentation . setCellAlignment(This::wxGrid(), Align::integer(), Row::integer(), Col::integer()) -> ok See external documentation . setCellAlignment(This::wxGrid(), Row::integer(), Col::integer(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setCellBackgroundColour(This::wxGrid(), Col::colour() (see module wx)) -> ok See external documentation . setCellBackgroundColour(This::wxGrid(), X::integer() | term(), X::integer(), X::term() | integer()) -> ok See external documentation . Alternatives: setCellBackgroundColour(This::wxGrid(), Row::integer(), Col::integer(), Val::wx:colour()) -> ok setCellBackgroundColour(This::wxGrid(), Colour::wx:colour(), Row::integer(), Col::integer()) -> ok setCellEditor(This::wxGrid(), Row::integer(), Col::integer(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok See external documentation . setCellFont(This::wxGrid(), Row::integer(), Col::integer(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setCellRenderer(This::wxGrid(), Row::integer(), Col::integer(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok See external documentation . setCellTextColour(This::wxGrid(), Col::colour() (see module wx)) -> ok See external documentation . setCellTextColour(This::wxGrid(), X::integer() | term(), X::integer(), X::term() | integer()) -> ok See external documentation . Alternatives: setCellTextColour(This::wxGrid(), Row::integer(), Col::integer(), Val::wx:colour()) -> ok setCellTextColour(This::wxGrid(), Val::wx:colour(), Row::integer(), Col::integer()) -> ok setCellValue(This::wxGrid(), Coords::{R::integer(), C::integer()}, S::string()) -> ok See external documentation . setCellValue(This::wxGrid(), X::integer() | string(), X::integer(), X::string() | integer()) -> ok See external documentation . Alternatives: setCellValue(This::wxGrid(), Row::integer(), Col::integer(), S::string()) -> ok setCellValue(This::wxGrid(), Val::string(), Row::integer(), Col::integer()) -> ok setColAttr(This::wxGrid(), Col::integer(), Attr::wxGridCellAttr() (see module wxGridCellAttr)) -> ok See external documentation . setColFormatBool(This::wxGrid(), Col::integer()) -> ok See external documentation . setColFormatNumber(This::wxGrid(), Col::integer()) -> ok See external documentation . setColFormatFloat(This::wxGrid(), Col::integer()) -> ok Equivalent to setColFormatFloat(This, Col, []) . setColFormatFloat(This::wxGrid(), Col::integer(), Options::[Option]) -> ok Types Option = {width, integer()} | {precision, integer()} See external documentation . setColFormatCustom(This::wxGrid(), Col::integer(), TypeName::string()) -> ok See external documentation . setColLabelAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setColLabelSize(This::wxGrid(), Height::integer()) -> ok See external documentation . setColLabelValue(This::wxGrid(), Col::integer(), Val::string()) -> ok See external documentation . setColMinimalWidth(This::wxGrid(), Col::integer(), Width::integer()) -> ok See external documentation . setColMinimalAcceptableWidth(This::wxGrid(), Width::integer()) -> ok See external documentation . setColSize(This::wxGrid(), Col::integer(), Width::integer()) -> ok See external documentation . setDefaultCellAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setDefaultCellBackgroundColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setDefaultCellFont(This::wxGrid(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setDefaultCellTextColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setDefaultEditor(This::wxGrid(), Editor::wxGridCellEditor() (see module wxGridCellEditor)) -> ok See external documentation . setDefaultRenderer(This::wxGrid(), Renderer::wxGridCellRenderer() (see module wxGridCellRenderer)) -> ok See external documentation . setDefaultColSize(This::wxGrid(), Width::integer()) -> ok Equivalent to setDefaultColSize(This, Width, []) . setDefaultColSize(This::wxGrid(), Width::integer(), Options::[Option]) -> ok Types Option = {resizeExistingCols, bool()} See external documentation . setDefaultRowSize(This::wxGrid(), Height::integer()) -> ok Equivalent to setDefaultRowSize(This, Height, []) . setDefaultRowSize(This::wxGrid(), Height::integer(), Options::[Option]) -> ok Types Option = {resizeExistingRows, bool()} See external documentation . setGridCursor(This::wxGrid(), Row::integer(), Col::integer()) -> ok See external documentation . setGridLineColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setLabelBackgroundColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setLabelFont(This::wxGrid(), Val::wxFont() (see module wxFont)) -> ok See external documentation . setLabelTextColour(This::wxGrid(), Val::colour() (see module wx)) -> ok See external documentation . setMargins(This::wxGrid(), ExtraWidth::integer(), ExtraHeight::integer()) -> ok See external documentation . setReadOnly(This::wxGrid(), Row::integer(), Col::integer()) -> ok Equivalent to setReadOnly(This, Row, Col, []) . setReadOnly(This::wxGrid(), Row::integer(), Col::integer(), Options::[Option]) -> ok Types Option = {isReadOnly, bool()} See external documentation . setRowAttr(This::wxGrid(), Row::integer(), Attr::wxGridCellAttr() (see module wxGridCellAttr)) -> ok See external documentation . setRowLabelAlignment(This::wxGrid(), Horiz::integer(), Vert::integer()) -> ok See external documentation . setRowLabelSize(This::wxGrid(), Width::integer()) -> ok See external documentation . setRowLabelValue(This::wxGrid(), Row::integer(), Val::string()) -> ok See external documentation . setRowMinimalHeight(This::wxGrid(), Row::integer(), Width::integer()) -> ok See external documentation . setRowMinimalAcceptableHeight(This::wxGrid(), Width::integer()) -> ok See external documentation . setRowSize(This::wxGrid(), Row::integer(), Height::integer()) -> ok See external documentation . setScrollLineX(This::wxGrid(), X::integer()) -> ok See external documentation . setScrollLineY(This::wxGrid(), Y::integer()) -> ok See external documentation . setSelectionBackground(This::wxGrid(), C::colour() (see module wx)) -> ok See external documentation . setSelectionForeground(This::wxGrid(), C::colour() (see module wx)) -> ok See external documentation . setSelectionMode(This::wxGrid(), Selmode::WxGridSelectionModes) -> ok Types WxGridSelectionModes = integer() See external documentation . WxGridSelectionModes is one of ?wxGrid_wxGridSelectCells | ?wxGrid_wxGridSelectRows | ?wxGrid_wxGridSelectColumns showCellEditControl(This::wxGrid()) -> ok See external documentation . xToCol(This::wxGrid(), X::integer()) -> integer() Equivalent to xToCol(This, X, []) . xToCol(This::wxGrid(), X::integer(), Options::[Option]) -> integer() Types Option = {clipToMinMax, bool()} See external documentation . xToEdgeOfCol(This::wxGrid(), X::integer()) -> integer() See external documentation . yToEdgeOfRow(This::wxGrid(), Y::integer()) -> integer() See external documentation . yToRow(This::wxGrid(), Y::integer()) -> integer() See external documentation . destroy(This::wxGrid()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxGrid(3erl)
All times are GMT -4. The time now is 05:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy