hello!! i have a problem. i did a report by crystal reports, when the query is simple no have problem, the application search the report and it appears, but when i have a query with ex: SELECT * FROM Categories INNER JOIN Products ON Categories.CategoryID = Products.CategoryID the application search the report but before it appears, the DataBase Login screen appears first. How i do to decide it! thanks a lot! :)
aranhamarvel
Posts
-
Crystal Reports - DataBase Login - C# -
Filtering DatasetThanks a lot, but i'd like to put this filters rows in dataset again, only filters rows. :^) thanks again!
-
Filtering DatasetGood Morning, i have a problem! i'd like to filter a dataset but return one dataset object and no one datarow object. ex: DataRow[] dRow = dslocation.Tables[0].Select("text <> 'Any'"); i dont want it. Please help me! :-D Thanks a lot!
-
DataGridViewThanks for help me! this code was great, it helped a lot. if (e.KeyCode == Keys.Enter) e.Handled = true; Thanks again!! :-D
-
DataGridViewHi! i have a problem! i have a datagrid and when the focu is on it and click on enter, the focu pass to the next row. How i do to take off it! I'd like to disable it to not pass to the next row. help me!! Thanks :)
-
DataGridViewGood Morning, i have a problem again! i have a form with a DataGrid. imagine a datagrid with three rows, ok! the focus is on first row and i click on enter it goes to second when i click again until the third row. when it is last row the focus stay there. i'd like it return to first row when i click on enter again. Thanks a lot!
-
DataGridView and NextControlThanks dude! i didn't know that DataGridView has this movement by "Enter" instead of "Tab", without need to use code. it was a good tip. Thank you a lot.
-
DataGridView and NextControlGood Morning, i have a problem! i have a form with a DataGrid. the form have a KeyPreview properties and i placed it to true. the form events "KeyPress" i placed the following code: if (e.KeyChar == (char)13) SendKeys.Send("{TAB}") so when i click on enter and the focus is on datagrid on the first row, so the focus goes to third row and not on second. what's the problem?? Thanks a lot!
-
Filter a Record "Partial key search"thanks dude!! i'll try it "Filter on the DataGrid"!! if i find out anything else i´ll call you again!!! cya!
-
Filter a Record "Partial key search":-D Good Morning, i have a problem! i have a form with a TextBox and DataGrid. i fill a DataGrid with DataBase records and when i select a record in DataGrid i show it in textbox! But i want to type a character at textbox and automatically locate the record in DataGrid (Partial key search)! Thanks a lot!