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 derfloh 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. Filip Brnic

    Any idea how to deal with blank spaces?

    I understand Chris, the thing is im really bad at learning stuff when i have to dig myself, im a visual learner, i learn as i go, but fox is so outdated. I followed a guy on youtube that had a cool guide for beginners and that got me started at least, but i wish i had someone to give me tasks in...
  2. Filip Brnic

    Any idea how to deal with blank spaces?

    Oh i see, i tried using alltrim as well but differently, i have another combobox that adds something after / so i thought that i could do something like alltrim(thisform.label10.caption). I don't use alltrim alot so i thought it just removes the blank spaces, hence why i was confused why they...
  3. Filip Brnic

    Any idea how to deal with blank spaces?

    Thats weird, ill send you the exact code i have, and the picture so you can see. COMBO2.INTERACTIVECHANGE thisform.label10.Caption='['+this.Value+'/' I selected NORMAL from the combo box, and it shouldve displayed itself down right as NORMAL/ but for me it has space.
  4. Filip Brnic

    Any idea how to deal with blank spaces?

    Basically simple code thisform.label1.caption = 'example' If i write -||- = 'example'+'x' that is gonna come out as example x I don't know if its something to do with the label property. Maybe its so simple but at the moment i don't know.
  5. Filip Brnic

    Creating an xml with a .prg (having issues)

    Ive fixed it and it works, i had an extra row above that was just FWRITE, i thank you from the bottom of my heart, thank you so much!!!!
  6. Filip Brnic

    Creating an xml with a .prg (having issues)

    Hey @mJindrova ive rewrote my code and i've tried running it. i think something in the first line here is wrong, because it doesnt get past it on the browser. This is the code, and the error i got is: error on line 1 at column 1: Start tag expected, '<' not found...
  7. Filip Brnic

    Creating an xml with a .prg (having issues)

    Thank you for pointing those out, ill fix them right away!
  8. Filip Brnic

    Creating an xml with a .prg (having issues)

    Hello everyone, I've been stuck on this for some time, I didn't really create xmls through fox, and neither did i work with them that much, i understand the syntax and the rules that i should open and close the tag, so now I'm confused why my code is giving me errors. I've used an example code...
  9. Filip Brnic

    Adding and moving images in a running form

    Hey thanks, i was writting a response for the first comment so i didn't even get this one, ill look into this!
  10. Filip Brnic

    Adding and moving images in a running form

    Thanks for the fast answer Chriss, i had planned to have like around 150 images in my folder for that one form, and id add a search engine so you can select which one to add next, basically by typing in the textbox, or opening that folder and selecting the image, its not exactly that the images...
  11. Filip Brnic

    Adding and moving images in a running form

    And by moving i meant dragging while holding a left mouse click.
  12. Filip Brnic

    Adding and moving images in a running form

    this thread was a typo for the other one!
  13. Filip Brnic

    Adding and moving images in a running form

    Hello, before i even dug dipper into this because i had an idea, is it even possible to do so. My idea was that i can have a command button that will insert little icons of some characters(depending on the name typed in a corresponding text box) as 30x30 images, and than i could move them around...
  14. Filip Brnic

    Generate a qr code on a report.

    Thanks Paul, I'm not the best at fox but I'm sure my programmer will be able to learn from this greatly! I think it resembles the same logic we are aiming to achieve.
  15. Filip Brnic

    Generate a qr code on a report.

    Hey Griff thanks for the code, would you mind going in a visual fox pro and creating like an example and taking a screenshot, Right now i don't have access to visual fox pro because my device is being repaired away from me, and i'm currently working from home, could you perhaps make a little...
  16. Filip Brnic

    Generate a qr code on a report.

    Hello, does anyone have experience with QR codes in visual fox pro, if so, how can i generate a QR on the report? We need this because the people that have our other program requested if we could somehow add the QR code to the receipts, so i was wondering if there is a way to link tables...
  17. Filip Brnic

    Using 1 table in 2 different forms

    BECUASE i already did that and it infact did NOT fix the problem.
  18. Filip Brnic

    Using 1 table in 2 different forms

    i do not.
  19. Filip Brnic

    Using 1 table in 2 different forms

    Can someone just do this and send me the project file or something, I'm at my limit, im wasting time trying to figure out how to fix the most basic shitty error possible. I have so much more i wanna do but can't because im stuck on something i have no fucking clue how to solve. Can someone...
  20. Filip Brnic

    Using 1 table in 2 different forms

    Thanks Chris, ill look into what you told me, i did have exclusive off before ive sent you the video, but i still got the error file in use by another user. What im curious about is, is this something simple that i just made difficult, like for example Some of you here would be able to make this...

Part and Inventory Search

Back
Top