Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jeremy D Lee

@Jeremy D Lee
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Each Latest News article on the Home Page shows "1 sec ago"
    J Jeremy D Lee

    Yes, I'm 102% sure.

    Site Bugs / Suggestions question announcement

  • Each Latest News article on the Home Page shows "1 sec ago"
    J Jeremy D Lee

    I'll pass, thanks. :)

    Site Bugs / Suggestions question announcement

  • Each Latest News article on the Home Page shows "1 sec ago"
    J Jeremy D Lee

    I feel your pain. :java:

    Site Bugs / Suggestions question announcement

  • Each Latest News article on the Home Page shows "1 sec ago"
    J Jeremy D Lee

    Is this supposed to say something different? It's been this way for quite a while.

    Site Bugs / Suggestions question announcement

  • Loading custom fields from Quickbooks
    J Jeremy D Lee

    Why do you think I posted it in this forum? Did you miss the mistake? :)

    The Weird and The Wonderful sales help

  • Loading custom fields from Quickbooks
    J Jeremy D Lee

    99% of the time,

    customer.DataExtRetList != null

    . This was supposed to fix the edge cases when

    customer.DataExtRetList == null

    .

    if (customer.DataExtRetList != null) {
    this.QBInfo.DateCatSent = "";
    this.Source = "";
    } else {
    for (int i = 0; i < customer.DataExtRetList.Count; i++) {
    IDataExtRet ext = customer.DataExtRetList.GetAt(i);
    if (ext.DataExtName.GetValueOrEmpty() == "Date Cat. Sent")
    this.QBInfo.DateCatSent = ext.DataExtValue.GetValueOrEmpty();
    else if (ext.DataExtName.GetValueOrEmpty() == "Source")
    this.Source = ext.DataExtValue.GetValueOrEmpty();
    }
    }

    The Weird and The Wonderful sales help

  • New York City's Inconsistent Obesity Policy
    J Jeremy D Lee

    Agreed. The problem is, we will never have an ideal world.

    The Lounge html com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups