Click here to Skip to main content
15,902,721 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Marcus J. Smith20-Jul-07 3:05
professionalMarcus J. Smith20-Jul-07 3:05 
GeneralRe: RaiseEvent is not firing off the event I call Pin
Naji El Kotob20-Jul-07 9:00
Naji El Kotob20-Jul-07 9:00 
QuestionHelp: Any body knows............. Pin
Ashish Kumar Vyas20-Jul-07 2:10
Ashish Kumar Vyas20-Jul-07 2:10 
AnswerRe: Help: Any body knows............. Pin
cutequencher20-Jul-07 4:37
cutequencher20-Jul-07 4:37 
AnswerRe: Help: Any body knows............. Pin
Dave Kreskowiak20-Jul-07 5:05
mveDave Kreskowiak20-Jul-07 5:05 
GeneralRe: Help: Any body knows............. Pin
Paul Conrad20-Jul-07 6:29
professionalPaul Conrad20-Jul-07 6:29 
GeneralRe: Help: Any body knows............. Pin
Dave Kreskowiak20-Jul-07 7:00
mveDave Kreskowiak20-Jul-07 7:00 
AnswerRe: Help: Any body knows............. Pin
Naji El Kotob20-Jul-07 9:18
Naji El Kotob20-Jul-07 9:18 
Hi,

I'm not sure if there is a simpler way, but if you are talking about few rows you could use DataView and its sort property to solve your issue:

- Create a DataView based on a table that has an order column (int)
- Set the Sort property to the order column
- Add two buttons up/down
- When you select a row and click up or down you can change the value of the order column in the rows.

This could work if you are managing a transactions list in an accounting system or any system that deal with few rows, in addition the order column could be added on the fly and not part of the database.

hope this helps Wink | ;)


NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...

QuestionConfiguration Pin
WhiteGirl2320-Jul-07 2:03
WhiteGirl2320-Jul-07 2:03 
AnswerRe: Configuration Pin
Naji El Kotob20-Jul-07 2:44
Naji El Kotob20-Jul-07 2:44 
GeneralRe: Configuration Pin
WhiteGirl2320-Jul-07 3:12
WhiteGirl2320-Jul-07 3:12 
AnswerRe: Configuration Pin
cutequencher20-Jul-07 4:55
cutequencher20-Jul-07 4:55 
QuestionTable creation in VB.NET Pin
JonCox19-Jul-07 23:57
JonCox19-Jul-07 23:57 
AnswerRe: Table creation in VB.NET Pin
Colin Angus Mackay20-Jul-07 0:17
Colin Angus Mackay20-Jul-07 0:17 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 2:58
JonCox20-Jul-07 2:58 
AnswerRe: Table creation in VB.NET Pin
originSH20-Jul-07 0:23
originSH20-Jul-07 0:23 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 2:54
JonCox20-Jul-07 2:54 
AnswerRe: Table creation in VB.NET Pin
Naji El Kotob20-Jul-07 3:08
Naji El Kotob20-Jul-07 3:08 
GeneralRe: Table creation in VB.NET Pin
JonCox20-Jul-07 4:29
JonCox20-Jul-07 4:29 
Questionhow to make viewback color of a propertygrid transparent Pin
MartyK200719-Jul-07 22:47
MartyK200719-Jul-07 22:47 
AnswerRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak20-Jul-07 7:26
mveDave Kreskowiak20-Jul-07 7:26 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200722-Jul-07 21:09
MartyK200722-Jul-07 21:09 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 3:29
mveDave Kreskowiak23-Jul-07 3:29 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
MartyK200723-Jul-07 4:00
MartyK200723-Jul-07 4:00 
GeneralRe: how to make viewback color of a propertygrid transparent Pin
Dave Kreskowiak23-Jul-07 12:04
mveDave Kreskowiak23-Jul-07 12:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.