Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nicksteel

    Milestones and WBS codes.

    Mistype. Engineering is obviously "3.0" And you have a good point about WBS 2. I can insert there and not mess up the 3.0 series. Don't know why that didn't occur to me. I use inactive WBS 1 and WBS 2 to force WBS 3.0. This is my first foray into MS Project, as I normally work with...
  2. nicksteel

    Milestones and WBS codes.

    Thanks again. Unfortunately, the Client (major pharm company) has its requirements. I have already had to write a program to extract MSP tab deliminated files into a database to generate curves for any task or summary item on demand. Uses assigned task weights and physical progress. (See...
  3. nicksteel

    Milestones and WBS codes.

    Thanks. We have a "fixed" WBS structure that cannot be altered. Like, "3.1" is Engineering. Inserting a Milestone above "3.1" would, of course, alter the following WBS items. Will probably have to add the milestones at the bottom, even though they will look out of place.
  4. nicksteel

    Milestones and WBS codes.

    Is it possible to insert a Milestone without affecting the WBS structure?
  5. nicksteel

    Changing name for Inserted sub-project

    When inserting a sub-project into my master project, the top level Name appears as the file name of the the inserted project. How can I overwrite and permanently save this in the master project?
  6. nicksteel

    Date problems in Dbase III+

    count for empty(af) count for .not. empty(af) work in my minigui code, but are invalid function in DbaseIII+ Thanks.
  7. nicksteel

    Date problems in Dbase III+

    Count for af = CTOD(' / / ') Count for af <> CTOD(' / / ') in DbaseIII+
  8. nicksteel

    Date problems in Dbase III+

    I use DB3 to check calculations in software I am developing that uses DBF files. I have it installed on Windows7 Pro 32bit with XP SP2 compatibility. The problem is comparing a date to CTOD(' / / '). = or <> give the same results. If I substitute [highlight #FCE94F]>...
  9. nicksteel

    Problem Installing Visual Dbase 5.5 Professional

    Although the installation hangs up (I've given up trying to install), the process leaves a couple of routines that interfer with booting up my system. I am getting messages that registeration programs cannot be found when I restart the computer. As I cannot install the system, how do I get rid...
  10. nicksteel

    Problem Installing Visual Dbase 5.5 Professional

    Thanks Gripper. Donated last computer, so can't try transfers. I've tried about everything, including running from command prompt after "F8" boot and attempting to install on other drives. Guess it just won't install on my XP Home Edition. I wanted to further investigate it as an...
  11. nicksteel

    Problem Installing Visual Dbase 5.5 Professional

    Trying to install on Windows XP. Hangs up while "WRITING MULTIHLP.PAK". I noticed that the cd cover states "Supports Windows 95 & Windows 3.1. Will it install under XP?
  12. nicksteel

    Opening Window Within Clipper 5.2

    I open my applications within a NT DOS window. [ponder]Is it possible to open a second window from within my application and 'RUN' another application in the new window and return to my original window upon &quot;QUIT&quot; in the second program?
  13. nicksteel

    Viewing HPGL files within Clipper 5.2

    Oh, basically that code is a box! [smile]Yeah, that section is. if it's prefixed with chr(27)+&quot;%0B&quot; most HP printers can interpret it directly. [smile]Yes, I have an option for this or plotter output file. Actually, the system generates a time phased set of planned/actual/forecast...
  14. nicksteel

    Viewing HPGL files within Clipper 5.2

    Thanks, I'll check these things out. My application generates code, like: IN; SC 000,639,000,479; SR .5,1; LT; VS 20; SP 1; PA 010.0,469.0; PD; PA 630.0,469.0; PA 630.0,009.0; PA 010.0,009.0; PA 010.0,469.0; PU; The application plots on the screen as it generates the corresponding HP/GL...
  15. nicksteel

    Viewing HPGL files within Clipper 5.2

    I have older code that utilizes C primatives to draw graphic charts from data base files while displaying actions on screen. In the past, I used a call: Setvideomo(18) to switch to graphics screen, Setvideomo(-1) to return to text screen. This still switches to graphics screen under NT and XP...
  16. nicksteel

    Need to contact someone who has written graphics in clipper

    Subra, Thanks for the reply. Ive tried Ferns library in the past, but failed to get the demos and set graphic mode commands to run. Do you have any code that's small, basic and that's known to work in different graphic modes? I would really appreciate something that I could compile and run in...
  17. nicksteel

    Need to contact someone who has written graphics in clipper

    I have written and used a C based graphics library for several applications. I need some information concerning calling graphic screens and returning to text screens.
  18. nicksteel

    Clipper Graphics in Windows

    I currently operate a Clipper based project management system that utilizes a self made library based upon C primitives for graphic functions. When operating within a window, returns from graphic routines (onscreen graphs) cause a switch to full screen. Is there any way to avoid this?

Part and Inventory Search

Back
Top