Search results

  1. W

    Custom Splash based on INI settings?

    Is there a hidden INI setting to define which splash graphic to load? I know about the 'NoSplash=Yes setting and I know the filename is 'splashscreen.bmp'. But I want to load a different splash based on different INI setups. For example, a warning image when launching certain development...
  2. W

    Format Question - Tricky

    I can't believe it. Not even a few comments of disbelief that those two statements are different! Nothing. Do you have to beg around here to get a response? Can anyone recommend an active Progress message board? :awink:
  3. W

    Format Question - Tricky

    A bit more info. I remember the error had to do with defining a variable in two locations. One was set to upper case 'X' and the other to lower case 'x'. The error had to do with the definition parameters not matching. I can't remember if it was a temp-table field, how the definitions...
  4. W

    Format Question - Tricky

    The question is this: What is the difference between '...FORMAT "x(8)"...' and '...FORMAT "X(8)"...'? Every programmer I've worked with didn't realize there was a slight difference between these two statements. A while back, I even got an error due to this difference. Although the exact...
  5. W

    Will changing to Unique index be worth it?

    I'm pretty sure I understand what you mean, but could you be more specific just in case? In which scenario of which example would I take a hit on performance? It's like I asked 10 questions and you answered with a single 'Yes'. :awink: And refresh my memory please. Can I do multiple...
  6. W

    Will changing to Unique index be worth it?

    Simon: That would only be an issue if 'USE-INDEX' was used, which never is. And is a search off-index if it could be a unique index but is only a regular index? Norman: We're not using an older version. We're using V8. And wouldn't the be an overall gain in performance with a unique...
Top