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

  1. Steve-vfp9user

    Extracting an Address from a Postcode input

    Appreciate the replies and not ignoring them, still looking at the minute.
  2. Steve-vfp9user

    Extracting an Address from a Postcode input

    Thanks Chris Here's another API key I created from Google: AIzaSyCu0ntR_yWtyrdB5PoU__OntPzF8RacwWs
  3. Steve-vfp9user

    Extracting an Address from a Postcode input

    I appreciate the replies and this appears to be a bit over the top of my head so we've decided to abandon the idea.
  4. Steve-vfp9user

    Extracting an Address from a Postcode input

    Hello all, I am trying to find a way of a user entering a postcode for an address look up which I can later use when we create an order. I have tried the below but without success so I am asking for advice on what is wrong with the below or do the expert users know some other way to do this...
  5. Steve-vfp9user

    WhatsAPP and VFP9 SP2

    Paul You mentioned, "One thing you didn't make clear is whether the message gets "typed" by the part that simulates typing the message, you just said the message doesn't send. I will assume it is NOT being "typed" as that is probably the main problem and why no message is sent, the whole thing...
  6. Steve-vfp9user

    WhatsAPP and VFP9 SP2

    Hello all Haven't posted for a long time and hoping someone can suggest a link or other assistance. This forum has multiple posts for WhatsAPP messages via VFP but having tried them, none appear to be working, well at least not for me. I have the WhatsAPP Windows 10 App installed from the...
  7. Steve-vfp9user

    wwIPstuff - Ionos not accepting Date: header value

    Because Griff's app is FoxPro and that happens to be this forum. He did clearly mention, "Has anyone else come across this?" Correct me if I'm wrong.
  8. Steve-vfp9user

    Is there anyway to contact/talk with someone with sharescreen?

    Tore I remember once when you insulted me sometime ago because you mentioned about users not showing a real name. I have to say that Mike's offer was quite valid but your response, "I don't need any third person's assistance" was quite rude in my opinion. The posts on threads within this VFP...
  9. Steve-vfp9user

    Windows 12

    In answer to Mandy’s post, I am a subscriber to “Computer Active” and this was an article in issue 673 dated 20 December 2023: Quote: WINDOWS 12 'COMING JUNE 2024'. Microsoft will release Windows 12 in June 2024, according to Taiwan's biggest financial newspaper Commercial Times. It made the...
  10. Steve-vfp9user

    How to change font type on a report when a particular condition applies

    Chriss The "SET REPORTBEHAVIOR TO 90" was a typo. I just checked my PRG and it is set to "SET REPORTBEHAVIOR 90" but thanks for pointing that out. Thank you Steve Williams VFP9, SP2, Windows 10
  11. Steve-vfp9user

    How to change font type on a report when a particular condition applies

    Mannib Thank you for your post Mike If you look at my footer profile, I have SP2 installed! Thank you Steve Williams VFP9, SP2, Windows 10
  12. Steve-vfp9user

    How to change font type on a report when a particular condition applies

    atlopes I tried your suggestion but the font didn't change. I also change the SET REPORTBEHAVIOR TO 90 as Chriss suggested but still no effect. I then tried out the overlapping putting a duplicate field over the top of the original, changed the field font settings and added the condition to...
  13. Steve-vfp9user

    How to change font type on a report when a particular condition applies

    Chriss, Griff I’ll try out your suggestion Thank you Steve Williams VFP9, SP2, Windows 10
  14. Steve-vfp9user

    How to change font type on a report when a particular condition applies

    Hello I recently resolved my problem on thread https://www.tek-tips.com/viewthread.cfm?qid=1825298 (thank you) This is a follow on from that thread and would like to know how to change font type using "Print when" or other method on a report when a particular condition applies. I am aware of...
  15. Steve-vfp9user

    Data dissapearing in Grid after set order command issued

    Chriss I resolved my issue in the following way by creating a "MASTER" table, then the following code (abbreviated): * mmastlink=525 (as an example) tempfile=SYS(2015) tempfilet1=SYS(2015) tempfilet2=SYS(2015) tempfilet3=SYS(2015) USE COSTMASTER SHARED COPY STRU TO tempfilet+'.dbf' COPY STRU...
  16. Steve-vfp9user

    Data dissapearing in Grid after set order command issued

    Chriss I just hope one day I'm as knowledgeable as you then perhaps I can have my cake and eat it too. I am quite partial to a slice or two of Madeira cake. Have a nice day Thank you Steve Williams VFP9, SP2, Windows 10
  17. Steve-vfp9user

    Data dissapearing in Grid after set order command issued

    Trento777 Thank you for the very comprehensive reply. The form was made using tables so it will be difficult to go back and try cursors but with my limited knowledge, I understand what you mean. I appreciate your post. Thank you Steve Williams VFP9, SP2, Windows 10
  18. Steve-vfp9user

    Data dissapearing in Grid after set order command issued

    Hello all I have a form with multiple tables, the master table being CASMASTER. The other tables on the forms Data Environment are linked to the master by the field MASTLINK in CASMASTER. The form itself has a pageframe with grids on several pages displaying the relevant records linked to...
  19. Steve-vfp9user

    Inserting data into one SYS(2015) file, need order and records that meet a certain criteria

    Mike Thank you for your prompt posts. I take on board your suggestions. Much appreciated. Thank you Steve Williams VFP9, SP2, Windows 10
  20. Steve-vfp9user

    Inserting data into one SYS(2015) file, need order and records that meet a certain criteria

    Hello I am trying to add records from several tables to a SYS(2015) file that meet a certain criteria: * Using mmastlink=525 as an example USE CAACTIVITY SHARED COPY STRUCTURE TO tempfile+'.dbf' SELECT * FROM CAACTIVITY WHERE MASTLINK=mmastlink ; ORDER BY ACTDATE INTO TABLE tempfile+'.dbf'...

Part and Inventory Search

Back
Top