Search:

Type: Posts; User: Nucleus

Page 1 of 13 1 2 3 4

Search: Search took 1.25 seconds.

  1. Replies
    8
    Views
    485

    Re: Is it wrong to laugh?

    :lol: and he added and strike down anyone else who has ever lied too.
  2. Replies
    3
    Views
    610

    ta guys :lol:

    ta guys :lol:
  3. Replies
    3
    Views
    610

    Deploying apps with database access

    ok well i have made an app which attaches to an access db and it is time to create a setup package. the curious thing is that when i add the primary output to the setup package, it puts the...
  4. Replies
    2
    Views
    489

    time fields in crystal

    Just started with crystal today.

    ok well I used the report expert to create a report and the default field displays the full date and time and there seems to be no way to format it to just a time,...
  5. Thread: Decimals

    by Nucleus
    Replies
    8
    Views
    865

    you know better than to recommend the round...

    you know better than to recommend the round function mendhak ;)
  6. Replies
    6
    Views
    456

    it is and I wouldn't ever lock a dll like that,...

    it is and I wouldn't ever lock a dll like that, in fact I'd be happy that others want to use it! But it depends on the environment and the politics too.

    Another approach would be to add a...
  7. Thread: Super Bowl

    by Nucleus
    Replies
    5
    Views
    436

    hmmm, but why show a sloppy floppy?

    hmmm, but why show a sloppy floppy?
  8. Replies
    15
    Views
    742

    :D now that's funny. Do a search on...

    :D now that's funny. Do a search on www.microsoft.com for access specifications for the recommended size limits and you can safely double that in practice. I have seen access systems with millions...
  9. Replies
    6
    Views
    456

    why don't you build an id checking function into...

    why don't you build an id checking function into the dll. For example you could use an api to get the windows user, and only allow access to a limited number of users. That way you can piggyback...
  10. Thread: Super Bowl

    by Nucleus
    Replies
    5
    Views
    436

    lol, was it just me or did anyone else think that...

    lol, was it just me or did anyone else think that Justin Timberlake knew exactly what he was doing ?
  11. Thread: VBForums ...

    by Nucleus
    Replies
    19
    Views
    603

    Just say that someone gave you the vBulletin...

    Just say that someone gave you the vBulletin engine for free, what sort of forums are you going to setup?
  12. Replies
    160
    Views
    5,907

    everyone knows that is diadem :rolleyes:

    everyone knows that is diadem :rolleyes:
  13. Yeah i worked that out Pirate, the problem was...

    Yeah i worked that out Pirate, the problem was that I had 2 linked tables being displayed in the grid and if the user didn't get the id back when they created a record in the main table then the user...
  14. ok I found a solution but it wasn't straight...

    ok I found a solution but it wasn't straight forward :( This is for an access db btw >2000.

    Anyway what you need to do is declare the dataadapter that fills the datagrid with events like so and...
  15. Refreshing the contents of a datagrid when records are inserted

    I have a dataadapter feeding into a dataset that is bound to a datagrid. When the user adds a record I call the update method of the dataadapter which writes back to the database.

    Now here is the...
  16. Replies
    15
    Views
    742

    You might have confused him there with your last...

    You might have confused him there with your last comments Ben, he might get around to understanding that someday :)

    What he should know is that it is not really worth learning the access forms and...
  17. Replies
    4
    Views
    1,292

    why don't you test it out yourself :shrug:

    why don't you test it out yourself :shrug:
  18. Replies
    6
    Views
    1,288

    Hi RakeshMCM I have had a chat with NetNovice...

    Hi RakeshMCM

    I have had a chat with NetNovice and it looks like the subreport isn't linked, and it doesn't show data. NN wants to bind the subreport to a dataset at runtime but doesn't know how.
  19. Replies
    3
    Views
    594

    ok well I tried this ...

    ok well I tried this

    Me.ComboBox1.Items.AddRange(myArrayList)

    but got this error:
    arraylist cannot be converted to a one dimesional array.:(
  20. Replies
    27
    Views
    1,644

    sounds good, but I haven't used vb6 for a while...

    sounds good, but I haven't used vb6 for a while now, as I am working with .net, but if I do have to use it again, I'll check it out!
  21. Replies
    3
    Views
    594

    stopping the combo index changed event

    I have an array list that I use as the datasource of a combobox. When I set the datasource of the combo equal to the arraylist, it triggers the combo index changed event once for every item in the...
  22. Replies
    4
    Views
    661

    if you need a timer control that can create...

    if you need a timer control that can create multiple timers without a time limit, the control here should work for you. :)

    http://www.vbforums.com/showthread.php?threadid=86720&highlight=nutimer
  23. Replies
    27
    Views
    1,644

    I am with randem, it is worth persisting with...

    I am with randem, it is worth persisting with inno in the end. The reason being that is has so many customisation options, the first script may take a day or two to get working but after that it is...
  24. Replies
    3
    Views
    467

    search this forum for winsock and ccoder :)

    search this forum for winsock and ccoder :)
  25. Replies
    160
    Views
    5,907

    Nope, Wally was right the first time.

    Nope, Wally was right the first time.
  26. sounds like data duplication to me, consider...

    sounds like data duplication to me, consider centalising the data say in a third database available to both dbs. then restrict access as required.
  27. Replies
    2
    Views
    426

    could be what you are after.

    could be what you are after.
  28. Replies
    160
    Views
    5,907

    What would everybody have to rant about if J4U...

    What would everybody have to rant about if J4U didn't make these posts, we would be back to terrible stories and general nonsense for the most part.

    Well on the topic of spirituality I have spoken...
  29. Replies
    7
    Views
    474

    What's that music playing? sounds like, why...

    What's that music playing?

    sounds like, why yes it is that has to be Hotel California
  30. Thread: rnd Problems

    by Nucleus
    Replies
    8
    Views
    646

    Have you got to the logic yet? This might help....

    Have you got to the logic yet? This might help.

    First you need to program"dumb" automatic moves:

    1. Can comp win, take move, end game.
    2. Does comp have to block, make move....
  31. Thread: rnd Problems

    by Nucleus
    Replies
    8
    Views
    646

    tic tac toe is a silly game, don't program it as...

    tic tac toe is a silly game, don't program it as you can never win against an educated player.
  32. Replies
    11
    Views
    1,304

    I only read this thread after the first one, and...

    I only read this thread after the first one, and yes I was listening Ked!

    The problem is that sometimes it is difficult for people to consume your content even though it does give the answer. ...
  33. Replies
    27
    Views
    1,238

    I think ked is onto something there. You can't...

    I think ked is onto something there.

    You can't assume than a sage will skip if he doesn't know the answer. So then picking the best sage would be the one who weighs up the probabilities in his...
  34. Replies
    5
    Views
    548

    I am not really asking for a critique so much as...

    I am not really asking for a critique so much as looking for an example of a professional looking application for artistic hints :)
  35. Replies
    13
    Views
    747

    you sound to hip to the hop for that to me ;)

    you sound to hip to the hop for that to me ;)
  36. Replies
    2
    Views
    791

    if you have office installed you may be able to...

    if you have office installed you may be able to link to the office web components which includes a way to incorporate excel charts into your applications.

    Do a google search on office web...
  37. Replies
    13
    Views
    747

    I can only lead you to the water :D

    I can only lead you to the water :D
  38. Replies
    13
    Views
    747

    you can also try searching these forums yourself...

    you can also try searching these forums yourself :nod:
    ...
  39. Replies
    13
    Views
    747

    You want me to do everything for you? :( ...

    You want me to do everything for you? :(

    http://www.google.com.au/search?hl=en&ie=UTF-8&oe=UTF-8&q=datagrid+%2B+vb6+%2B+3rd+party&btnG=Google+Search&meta=
  40. Replies
    13
    Views
    747

    www.google.com :)

    www.google.com :)
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width