Search results

  1. skea

    Scrollig SelectedItem in LB

    I think i saw your Qtn way back before i tried it out myself. But to get you right, when you look in the screenshots thread in the samples forum, i implement this in my database reporter. I search for something, then the listbox scrolls it in visibility. Is that what you meant? If so try it out...
  2. skea

    Screenshots - Part 2

    Jordan, why would you really mess up the image then post it. It looks useless to me. I thought this thread is meant to help people learn from others.If one feels that his image is too private to be posted on cyber-space, i think it would be best to completely leave it. One question for you: Are...
  3. skea

    Forums now upgraded to new version

    I have noticed quite a number when you click post reply. The One which amazes me most is when you click the quick reply. Its very fast and direct. If you want to edit that post,it will take you to Quick edit in the same message. I suppose there quite a number deep-rooted in there. Compliments...
  4. skea

    Reinstating moderators

    Heehee.:D Dont you know why guys feel soo sad about thier post count bieng reduced!!:rolleyes: Look at yours and compare with that of SJ.
  5. skea

    Building A String From Multiple Records

    Once Again. This code is my hero. It saved my A** a great deal. Thanks A Million Peter.
  6. skea

    Forums now upgraded to new version

    Jon, thanks so much. Your effort is noticed. The New Features are great.
  7. skea

    Building A String From Multiple Records

    Thanks,It helped. Before i was appending data from another query and not a table. So now, i append from a table to another then run the query. Great for my detailed reports.:D
  8. skea

    Building A String From Multiple Records

    Ok. Peter, ive been playing around with you code but seems i cant get along unless i assign all fields in the old Table to the Function This is what iam trying to do Function MakeList() Dim rsOld As DAO.Recordset Dim rsNew As DAO.Recordset Dim strSql As String dim tmpInfrustructureID As Long...
  9. skea

    Building A String From Multiple Records

    I think one can, I will try and put under thy nose.
  10. skea

    Building A String From Multiple Records

    So, If one has more than 5 fields in a table, it implies that he has to reference all those fields in one module.
  11. skea

    Building A String From Multiple Records

    good work there peter. Thats another tool for me to play around with.:D
  12. skea

    Scrollig SelectedItem in LB

    I forgot to point out. For you to ahieve this, you will need to setFocus to the listbox.
  13. skea

    Ouch!

    Pat,even when i clear my cookies and cache,i will and another time will not log in through the normal forums login. I need to first go to the thread i need then click post-reply so that it can prompt for the Sign-In. there it takes me direct, but alas, i cant access the Access-World Forums...
  14. skea

    Scrollig SelectedItem in LB

    Use a For loop and listindex. It may not need to show on top, as long as its selected into visibility.
  15. skea

    Remote shutdown of a shared DB...

    Thanks Big Boy :D
  16. skea

    Remote shutdown of a shared DB...

    Thanks ghudson, but i thought that one will just detect IdleUsers then shut their FE down. Or may be iam missing your "Call ForceCloseAllOpenUsers". i Meant something like this below. Still jamming though. Option Compare Database Option Explicit Public oMsgBox As Object Dim intCountdown As...
  17. skea

    Remote shutdown of a shared DB...

    Thanks ghudson, i found this could be better than using the two form method of doing this because the message bos displays right in the face of the user even if the access app is minimised. Now from your usual link, whis is now gone. What i mean is in red To be more clear. I want the...
  18. skea

    Remote shutdown of a shared DB...

    ghudson, good we never lost your self closing message boxes. I wonder how do you treat it with a timer event!!
  19. skea

    Someone has hacked the forum :(

    Wait a minute!!! Not until i click clear history button that i can logon again. Does this also happen to any one else!! The hack was that deep-rooted to the temprary folder!! :confused:
  20. skea

    Someone has hacked the forum :(

    Very very sorry. What valuable information we have lost.No wonder some time back some of us predicted this and every day we've just been blowing our little fingers hoping there was a frequent and successive backup. Wednesday morning i come and i just get an empty page. Checking my email, i see...
Back
Top Bottom