Search results

  1. R

    Appearing as "Not Responding" more often in Windows 7

    This Work Around COMPLETELY solved my immediate need. THANK YOU!
  2. R

    Optimize Before Image for ProBkup online

    10.1B on Windows 2k3. Create Date: Tue Sep 02 16:20:17 2008 | Major Version: 15.0 Start Time: Thu Oct 14 04:17:43 2010 | Minor Version: -- Last Open: Thu Oct 14 04:17:43 2010 | SHM Version: V10.1 rev 71 State: open |...
  3. R

    Optimize Before Image for ProBkup online

    I'm seeing about 5000 Total BI writes (.30 per second) in a 5 hour period. That's doesn't sound like a lot.
  4. R

    Optimize Before Image for ProBkup online

    I understand what you are saying and I'll start down the AI path. Where do I look at the current allocated % or size of the BI? I assume in promon but what am i looking for?
  5. R

    Optimize Before Image for ProBkup online

    I run the online so that I get a full consistent backup. I don't like having to roll in incremental's so I don't do AI. If I started to do AI's and only did a BI online every 12 hours how many AI's would I have to maintain? Or asking in a different way, can I get away with one incremental per...
  6. R

    Optimize Before Image for ProBkup online

    I'm running into a situation and need advice. Every 4 hours a probkup online kicks off and works perfect. The problem is, as the db/activity grow the bi takes about 3 minutes to backup and as you know it freezes activity. Is there a way to optimize the bi so that it is smaller or something else...
  7. R

    PDF viewers

    How is the pdf file created originally?
  8. R

    Char Value Contains Value

    Tom, Thanks for the follow up. I will note the speed issue. For my immediate need, I am finding my data via indexes for speed but once found I needed to categorize the data based on the (-?) values. Mike
  9. R

    Char Value Contains Value

    Yeah Baby!, that works great also. Thanks!
  10. R

    Char Value Contains Value

    Thanks to both of you. Both options work and have merit in different applications for me. Have a great weekend!
  11. R

    Char Value Contains Value

    Happy Friday, In progress I want to check if a column contains a specific value. Example: '12345-A-001', '23146-P-006', '23-9-P'. I want to find any record with '-P' in it anywhere. I searched "contains" with no luck (previous experience operator). Thanks, Mike
  12. R

    Advanced Search

    I want to know how to search for an exact phrase here in the forum. I just used the "File Exists" as an example. I started searching the forum but I find posts with JUST file or JUST exists but i can NOT figure out how to search for exactly "file exists" here on the forum. Over a lifetime it...
  13. R

    Advanced Search

    Sorry for the general forum question but, it will help me find topics much better. How can I search for a phrase like 'file exists'? I only seem to get results for file and/or exists. I specifically want only 'file exists' Is This possible? Mike
  14. R

    Force Capslock on Fill-In

    Works Great. Thanks for all the info and great conversations.
  15. R

    Force Capslock on Fill-In

    Sorry I did not mention this earlier. I have it covered in a trigger on the backend, I am simply looking for a visual as the user enters the data. It will simply stop our users from thinking they need to uppercase the IDs. With 325 users it will just help make the data entry more efficient.
  16. R

    Force Capslock on Fill-In

    Hello All, Is there a way to force all alpha characters to be capitalized in a standard fill-in as the user types? Mike
  17. R

    Character Search, Mid String

    whwar9739, Sorry I did not catch on to your first post. I got it now. That is WAY more efficient. Thanks and Have a Great Evening, Mike
  18. R

    Character Search, Mid String

    Thanks All, I needed a way to find a specific char value within a second char value. Here is what I can up with. Feel free to critique my work as I am still learning. Mike /*Pass 2 values, check if second value in first value*/ DEF VAR iMatchFound AS INT NO-UNDO. PROCEDURE...
  19. R

    Character Search, Mid String

    Hello All, I am looking for a way to search a char for a value anywhere within the Char. Below is my code to search from the beginning but how can I determine if "test" is anywhere in the char? Thanks in advance Mike DEF VAR cValue AS CHAR. cValue = "This is a test". IF cValue BEGINS...
  20. R

    Get KEY pressed event

    Thanks, Tom and saravanakumar. Thanks for supporting us semi-newbies. Some times the simplest of code evades me! Mike
Top