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 Chriss Miller 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: *

  • Users: tryn2learn
  • Content: Threads
  • Order by date
  1. tryn2learn

    QuickReports QRBand1BeforePrint looping twice at start

    I am using Delphi 5 in a Windows 2000 environment and printing to an HP 8150 printer. I am experiencing a problem that no one seems able to explain. It is related to using the QRBand1BeforePrint event. The problem is that the first time into the report QRBand1BeforePrint is being executed...
  2. tryn2learn

    Using COMARRAY

    I'm trying to send an array of information from VFP 7.0 into a Delphi object. I believe that part of my problem is that Delphi uses zero based arrays. I have tried to use the following FoxPro code, which throws an error [Function argument value, type, or count is invalid] on the line which calls...
  3. tryn2learn

    Sending array of information from VFP to Delphi

    I'm trying to send an array of information from VFP 7.0 into a Delphi object. My problem is that Delphi uses zero based arrays. I have successfully used the COMARRAY when receiving an array of information from Delphi, however I have not been successfull in sending it to Dephi in the proper...
  4. tryn2learn

    Rounding Problems

    Help, this is making no sense! I’m having a problem with the round() function. I’m running visual 6.0. My code is like the following where salary is a variable (N 10 2) and fields a, b & c are all defined as numeric 10 2 Select a, b, c from table one into cursor query Amount = query.a +...
  5. tryn2learn

    "Error Loading Printer Driver"

    [b]I have been fighting this problem for 2.5 weeks now & am desperate to resolve it. One of my clients is running windows 2000 professional. Sporadically they received the error message ‘Error loading printer driver’ when they try to print from their FoxPro system. They are printing to a HP...
  6. tryn2learn

    Error Loading Print Driver

    I’m receiving an error sporadically when printing to our Novell Network HP LaserJet 5SI printer. The driver that I am using is the HP LaserJet 5SI Mopier. I am running on a Windows 2000 professional workstation (this error has also appeared when using a Windows 95 workstation). The error I...
  7. tryn2learn

    How can I hide a menu bar?

    I'm trying to 'hide' a menu bar, not the entire menu nor do I wish to hide an entire pop up either. I'm displaying a variable in the bar when the variable contains a value. For example under the option FILE it's displaying Save Search Delete Cut Copy Paste ** on these...
  8. tryn2learn

    My Text Label on the Screen is Missing!

    I'm experiencing a problem with a screen. After modifying a couple of the options on the menu I run the menuname.mpr and then redisplay the screen. However once the screen is displayed only the fields on the screen are visible. None of the text labels are displaying. I'm under a big time...
  9. tryn2learn

    HOW CAN I REFRESH MY MENU?

    I'm displaying values stored in variables as an option off of my menu. These variables are determined during execution of the programs However, the only way I can get the menu to reflect these changes is by executing the .mpr. After doing the .mpr and either an activate window xxxx or show...
  10. tryn2learn

    [Color Red]Displaying a Variable Value as a Menu Option

    Is there a way do display the value of a variable as the prompt in a menu?
  11. tryn2learn

    Dynamically Building Menu Options

    I'm trying to add the last 3 product numbers searched off of my menu. (Like you see the last several documents you've accessed in Word). I'm not sure how to dynamically create these options off of the menu. Any suggestions?
  12. tryn2learn

    Receiving error on DLL Call

    I'm new to visual foxpro and I'm trying to call a procedure which resides in a DLL which is written in Delphi. The procedure uses real numbers for some currency fields and requires 24 parameters. In my declare statement I've used SINGLE as the parameter type for those fields defined as real in...

Part and Inventory Search

Back
Top