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!

Recent content by glrpfi

  1. glrpfi

    blanket contract

    Are you looking for information relative to being the Buyer or the vendor in such a contract?
  2. glrpfi

    Re-stating a problem more clearly.....help most appreciated

    Thanks Much Swampboogie! I was afraid I had reverted to first year programmer when I could not manage it straight away...
  3. glrpfi

    Re-stating a problem more clearly.....help most appreciated

    An sql application we are developing has a simple function they've designed, but we are failing to get the query built...perhaps someone could suggest something... ======== Table Persona_data ID numeric Persona ID IND numeric Data element number (1-data.maxrecord) VALUE numeric Primary...
  4. glrpfi

    URGENT need a query and I have been up for 24 hours coding...

    basically the ID is the unique number for each persona. There are 50 overall IND elements for each ID. We are only dealing with two here. the IND are various data elements about each ID. for this excercise ID.12 is the player score and id.15 is the player ranking. so id.12.value is the...
  5. glrpfi

    URGENT need a query and I have been up for 24 hours coding...

    I have been coding for a billion hours or so and am missing what I am certain is an easy query....help me and its a pint of your favorite!!! The problem: ========= Table Persona_data ID numeric Persona ID IND numeric Data element number (1-data.maxrecord) VALUE numeric Primary Key is...
  6. glrpfi

    Need help combining two queries into One

    We are building a linux application that uses aMySQL database. The code is written in C++, but we'd prefer that simple table queries all by MySQL. The two below queries need joining into a single one to lessen processor calls by half. we have two tables as described: table 1. Object_name...
  7. glrpfi

    Software "Issues" Database

    drop me a note at tekplanllc@aol.com and I can hook you up with a very inexpensive it management tool.
  8. glrpfi

    NEED ADVICE ON Script to merge many docs into one

    We have an insurance application that needs to take the policy, several indorsements (of various styles) and create on document for a print job. Our problem lies in the multitude of styles in each. Importing them into one document messes with the styles, which is a no-no. Any ideas? thanks!
  9. glrpfi

    RFC: Cheetah Learning Vs. RMC

    As I said, they are both excellent, and I cannot imagine either will fail you.
  10. glrpfi

    RFC: Cheetah Learning Vs. RMC

    They are both excellent programs, however.... The RMC course puts the methodologies and exam requirements is such a concise, every-day use and format that my experience is about 95-97% of those who take their prep course pass on the first go. If you learn the RMC material, you pass the test...
  11. glrpfi

    C++ Multiple Line Warning

    We have a mySQL database running as the back end of an internet application on linux...G++ 3.2 under Linux. It is giving us a warning message about multiple lines are depracated under the data table definitions. We have one line percolumn and constraint. The copde *works* per se, but the...
  12. glrpfi

    optimal Windows folder org. structure

    Yes, thats the right people. The use a web server to serve out the documents in a collaborative fashion for a distributed organization. Very useful if you have multiple sites.
  13. glrpfi

    Run Time Error 3043 Disk or Network Error

    In a VB applications, what is a common reason for this to suddenly start popping up in an application that has run without incident for 6 months... It starts an outlook object, pulls in emails with client data, translates the data in the emails for upload to an AS/400 platform...
  14. glrpfi

    Extreme Programming resources

    named user, means the ourchasing company buys a 10 user license, they can create 10 login id's. For packages that do not run on a subscription model and have a low per user price, this is common.
  15. glrpfi

    You Cannot Assign a Value to this object

    I usually get that nondescript error when someone (user) or something (procedure) has the object busy at the time.

Part and Inventory Search

Back
Top