Search:

Type: Posts; User: elRuffsta

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit..

    like..


    Private Function ReleaseDate()
    Set cmd = New ADODB.Command
    Set cmd.ActiveConnection = cnn
    cmd.CommandText = "select * from Table2 where cardset = '" & gCardSet & "' Released"...
  2. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit..

    what about just adding a NEW cmd? at the end of the current code???

    Set cmd = New ADODB.Command
    Set cmd.ActiveConnection = cnn
    cmd.CommandText = "select * from Table2 where cardset = '" &...
  3. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit..

    seems complicated.. i just want to pull the RELEASE date on the set that is showing in the flexgrid from table 2 into label3(1).caption.. table 2 doesn't have anything else i really want to grab from...
  4. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit..

    question..

    so, i have this:


    Set cmd = New ADODB.Command
    Set cmd.ActiveConnection = cnn
    cmd.CommandText = "select * from Table1 where cardset = '" & gCardSet & "' order by...
  5. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit..

    "sleep" was just something i was playing with back in 2004.. like i said i want to re-do / refresh this app as i now have reason to do so.. it's just been a LONG LONG time since i've touched this...
  6. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit.. i'm going on vacation

    back from vacation.. still on pause tho cause i just got back and get back into routine for work and such..
  7. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit.. i'm going on vacation

    topic on pause.. i cannot keep up with this for a couple of days.. driving and all that.. i'll check back in soon
  8. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit.. i'm going on vacation

    k time for a shower, sleep and drive 18hrs.. i'll get back to this.. but ty
  9. Replies
    25
    Views
    1,050

    Re: MS FlexGrid edit

    same error..
  10. Replies
    25
    Views
    1,050

    Re: [ON PAUSE] - MS FlexGrid edit.. i'm going on vacation

    i didn't impliment that back in 2004.. all i can tell you is when the change of owning or not owning it takes a second or 2 to update the db and refresh the grid.. personally i expected any changes...
  11. Replies
    25
    Views
    1,050

    Re: MS FlexGrid edit

    i'll try it out before i go to sleep and respond.. ty, i appreciate it
  12. Replies
    25
    Views
    1,050

    Re: MS FlexGrid edit

    atm, i am using a smaller version of the DB than it's upscaled version which i want to use that has lots more in it.. but when i try to do it, i come across alot of issues.. so, i'm stuck between a...
  13. Replies
    25
    Views
    1,050

    Re: MS FlexGrid edit

    it's a simple "Yes" or "No" in the database.. it works just fine for the first set but not any other set.. you choose yes or no via a combobox in the edit form.. not much to it honestly. just not...
  14. Replies
    25
    Views
    1,050

    [ON PAUSE] - MS FlexGrid edit..

    ok, so.. if i right click on a card it brings up an editor to show.. in there i can set the card to owned and other things later.. so atm, it works for the first set in generation 1.. but when i try...
  15. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    i didn't see that, i will try it now

    that works! ty appreciate it
  16. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    huh? i meant to say #3 - and no, we are not the same person that can be verified by steve or shaggy
  17. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    the generations and card numbers are numeric...
  18. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    yes, and i replied in #8
  19. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    ty anyways..

    and what i'm trying to do isn't that hard honestly.. i just can't list the cards in order with all sets - some list fine and others not.. i dunno if it has to do with refreshing, but...
  20. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    the cards themselves do not have dates.. the date the set was released is the only date given.. so when you load the form, there is another specific table that holds that info and other specific info...
  21. Re: [UNRESOLVED] - MS FlexGrd - some sets list just fine while others don't

    whatever then..
  22. Re: MS FlexGrd - some sets list just fine while others don't

    guess nobody is fluent in MS FlexGrids... 116 views and only 1 reply...

    yes, i get that the forum is open and not obligated to help and all that.. but if you see someone struggling and keep going...
  23. Re: MS FlexGrd - some sets list just fine while others don't

    i thought this would be a "simple" fix.. apparently not.. guess i'lll have to start a new thread starting from scratch tho i did all this hard work.. i really tried on this.. same design, same...
  24. Re: MS FlexGrd - some sets list just fine while others don't

    that now lists like this:
    1
    10
    100
    101
    102 - which is the last card for this set for example..
    11
    12
    13
    14
  25. [RESOLVED] - MS FlexGrd - some sets list just fine while others don't

    ok, so the Ms FlexGrid will load set 1 from generation 1 just fine, however, if i want it to list set 2 from generation 1 the set doesn't start with card 1 instead it starts with card 26 to 64 and...
  26. Replies
    8
    Views
    437

    Re: Ms FlexGrid header alignment only

    @Tabi - Grid1.CellAlignmentFixed(1) = 4 - same error.. but ty, i appreciate the time and suggesstion..


    @Arnoutdv - ok, i will look into it.. ty
  27. Replies
    8
    Views
    437

    Re: Ms FlexGrid header alignment only

    i tried that exactly.. and then i tried "0" and then "0 , 0".. just error of "method or data not found"
  28. Replies
    8
    Views
    437

    Re: Ms FlexGrid header alignment only

    i just want all HEADERS aligned centered.. so i would have to set that for each header?

    apparently i'm not getting it.. Grid1.TextMatrix(0, 0).alignment = flexAlignCenterCenter

    example...
  29. Replies
    8
    Views
    437

    Ms FlexGrid header alignment only

    i just want the headers aligned centered, the info i want to choose what gets centered.. like an image or card number.. but all the headers centered



    Private Sub Form_Load()

    ...
  30. Re: [RESOLVED] - formating a label with commas if the label is gatheing totals

    like the next part of the program i am trying to do, will have an MSFlexGrid.. i do have a working version of it.. the issue is it loads the first SET or cards right but if i choose the second set...
  31. Re: [RESOLVED] - formating a label with commas if the label is gatheing totals

    i'm not saying it's not and i will look into what he suggested.. i have no issue with that or in disagreement with it at all.. i never said i was. all i did was question the decimal is all

    i may...
  32. Re: [RESOLVED] - formating a label with commas if the label is gatheing totals

    k, i'll look into that. ty
  33. Re: formating a label with commas if the label is gatheing totals

    why the decimal? asking cause i don't understand.. or was that to be a comma?

    did you mean: ##,###,000 ???
  34. Re: formating a label with commas if the label is gatheing totals

    i can't put it into practice as none of the totals go past 5 digits atm..
  35. Re: formating a label with commas if the label is gatheing totals

    however, now there is another issue using that.. i just noticed if i tried that with a smaller amt.. the amt shows "001" for example.. but i don't want the 0's :(

    i mean it works great with 4...
  36. Re: formating a label with commas if the label is gatheing totals

    format( 'BEFORE rst isn't something i know or would have thought of that


    and i assumed everything had to stay within here:


    ("TotalCount").value


    but ty appreciate it.. it works just fine
  37. [RESOLVED] - formating a label with commas if the label is gatheing totals

    formatting a label with commas if the label is displaying totals and the code is as follow:



    lblTotalCards.Caption = rst.Fields("TotalCount").Value 'Total Cards


    something like this: but i...
  38. Replies
    4
    Views
    460

    1 on 1 coaching

    how about adding a 1 on 1 coaching feature? 1 person asking for a specific thing(s) and only 1 coach? instead of every tom, *, and harry in a thread putting in their 2 cents screwing up the project?...
  39. Replies
    95
    Views
    3,922

    Re: new project - DB help needed please

    whatever..
  40. Replies
    95
    Views
    3,922

    Re: new project - DB help needed please

    anyways... moving on.. back to #94
Results 1 to 40 of 427
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width