Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aranhamarvel

@aranhamarvel
About
Posts
10
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Crystal Reports - DataBase Login - C#
    A aranhamarvel

    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! :)

    C# database csharp help

  • Filtering Dataset
    A aranhamarvel

    Thanks a lot, but i'd like to put this filters rows in dataset again, only filters rows. :^) thanks again!

    C# help

  • Filtering Dataset
    A aranhamarvel

    Good 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!

    C# help

  • DataGridView
    A aranhamarvel

    Thanks for help me! this code was great, it helped a lot. if (e.KeyCode == Keys.Enter) e.Handled = true; Thanks again!! :-D

    C# help

  • DataGridView
    A aranhamarvel

    Hi! 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 :)

    C# help

  • DataGridView
    A aranhamarvel

    Good 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!

    C#

  • DataGridView and NextControl
    A aranhamarvel

    Thanks 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.

    C# help question

  • DataGridView and NextControl
    A aranhamarvel

    Good 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!

    C# help question

  • Filter a Record "Partial key search"
    A aranhamarvel

    thanks dude!! i'll try it "Filter on the DataGrid"!! if i find out anything else i´ll call you again!!! cya!

    C# database help

  • Filter a Record "Partial key search"
    A aranhamarvel

    :-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!

    C# database help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups