Order records in a maintenance form


Author
Message
Juan Carlos Pazos
Juan Carlos Pazos
StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)StrataFrame User (228 reputation)
Group: Forum Members
Posts: 144, Visits: 227
Hi

I have a curious situation. I have a table for families, the BO has this method:

Public Sub FillAllRecords()

Me.FillDataTable("SELECT * FROM Familias ORDER BY Apellidos")

End Sub

I add three records, one begin with H, second with D and las one with A. Every time I load the maintenance form, goes to the second record in this case the one beginning with D, the order is correct, the first record is the one with A but I can not understand why goes to the second one.

Regards

Smile Everything is possible, just keep trying...

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Juan Carlos Pazos - 16 Years Ago
Trent L. Taylor - 16 Years Ago
Juan Carlos Pazos - 16 Years Ago
Trent L. Taylor - 16 Years Ago
                     Hi

Just found the solution:

Private Sub...
Juan Carlos Pazos - 16 Years Ago
                         Hi Juan Carlos, Try putting the Navigate() command in the...
Edhy Rijo - 16 Years Ago
                             This is a re-producible issue that I showed Ben on the last day of...
Randy Jean - 16 Years Ago
                                 Actually, a movefirst is what we want instead of navigate, I believe....
Randy Jean - 16 Years Ago
Alex Luyando - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Dustin Taylor - 16 Years Ago
Randy Jean - 16 Years Ago
Greg McGuffey - 16 Years Ago
                     In BusinessLayer.Events.VB

[codesnippet]
'''...
Randy Jean - 16 Years Ago
                         GladI found this post, I have been trying to figure out why a weekly...
Paul Chase - 16 Years Ago
                             Ok now that I know what is happening I really urgentlyhave to fix it...
Paul Chase - 16 Years Ago
                                 Any ideas?
Paul Chase - 16 Years Ago
                                     Is there a difference between the source posted in the user accounts...
Paul Chase - 16 Years Ago
                                         Well asI thought that was to good to be true :) I guessI must...
Paul Chase - 16 Years Ago
                                             Fixed...creating a new build as we speak and will post it within the...
Trent L. Taylor - 16 Years Ago
                                                 Here is the fix: http://forum.strataframe.net/FindPost18786.aspx
Trent L. Taylor - 16 Years Ago
                                                     Thank'sa bunch Trent
Paul Chase - 16 Years Ago
                                                         Sure :) Sorry for the trouble!
Trent L. Taylor - 16 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search