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 SkipVought 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. Shane1961

    Numerical computation in report.

    Transform works perfect. Thank you so much GriffMG & OlafDoschke.
  2. Shane1961

    Numerical computation in report.

    Hi GriffMG, MikeLewis & jrbbldr My apologies for not stating the error message. 1. The error message reads 'Operator/operand type mismatch' 2. _salecost & _saleproducts are PUBLIC variables. 3. I changed _salecost from numeric to alpha. 4. Index Order = saleid 5. There are 2 records in...
  3. Shane1961

    Numerical computation in report.

    Hello people. Could someone please tell me why the 2nd line of code after the ELSE Statement crashes. The code leads to a report where product and cost is in a list. Many thanks. Shane. NB: Seems like Chr(13) is a problem, but why? Scan If Eof() Return Endif If...
  4. Shane1961

    SQL Grid Record control

    I have a SQL Grid in a form. The initial SQL is in Form.Load (no problem) But when I click on a record, then display record in a Container (Table Fields) it stays at bof(), not the selected record. Thanks in advance.
  5. Shane1961

    KEYBOARD {'TAB'}

    Thanks Olaf. I had the code placed in a custom method '_save'. I moved it to the Valid Event of the field variable and hey presto. Thanks again.
  6. Shane1961

    KEYBOARD {'TAB'}

    I have created As Top-Level Form with a corresponding menu. If I do not press Tab or Enter before clicking Save from menu, the field variable is not being updated. I’ve tried KEYBOARD {'TAB'} Any help please. Shane.
  7. Shane1961

    object.visible from menu

    Thank you Vilhelm-Ion and MikeLewis. I decided on DO FORM with MODAL as it is essentially a utility form that will not be accessed often. One less Container. :-) The information you provided will be useful in the future i'm sure! Thanks again. Shane.
  8. Shane1961

    object.visible from menu

    Hi all. I am trying to make visible a container within a form, from a menu. Thisform.object.visible-.t. does not work. Any help please.
  9. Shane1961

    Saving URL in _internet.vcx

    Hi all. I can only save a new URL using 'append new record'. cboURL or cmdOK is not loading or saving the url on data entry into it. Any tips please. Shane.
  10. Shane1961

    Application Shortcut Icon

    I thought I may have been trying the impossible, oh well. Guess I'll have to get my head into manipulating class library's now. Wish me luck. Thank you again Mike for your time and knowledge. Much appreciated.
  11. Shane1961

    Application Shortcut Icon

    Thanks Mike. Following is the code that allows the user to select an icon from explorer, changing the form, screen and application icon. ie; it exists in Project Information waiting to be compiled \ generated. Everything works except the last line of code, whilst running the application. Local...
  12. Shane1961

    Application Shortcut Icon

    Hi MikeLewis. Sorry that I've been away. Application.Projects(1).Icon=vNewIcon The above code works perfect running the form in VFP9_2, updating the application icon, no problem. However when I run the *.exe, this message appears. Message OLE error code 0x80020003: Member not found. (80020003...
  13. Shane1961

    Application Shortcut Icon

    Hi Mike. I tried what you suggested. 1 at 16 x 16, and the other at 32 x 32. I must confess I am a bit of a novice at DBMS programming, ie; I am not employed in the industry. ! But, I have managed to provide an option for the user to change their icon, ie; 'COMPANY LOGO' in their 'business...
  14. Shane1961

    Application Shortcut Icon

    Hi all. I have managed to programmatically display form and screen[_screen] ICON using a memo field in a business name [business.dbf] table. However I am unable to transfer icon image to Application Shortcut Icon. Many thanks.

Part and Inventory Search

Back
Top