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

    Data type mismatch

    I think im onto something, the debugger was completely off, i had empty fields that i tried to insert into the table, now im repairing it, it had nothing to do with iznos fields in the first place, im so sorry but the debugger was indeed tripping me off
  2. Filip Brnic

    Data type mismatch

    It starts giving the error from where the comment is... I know that im not missing anything, like even the debugger itself gives me more then 20 error windows, but only stays at the bottom of the code, basically, but if there is an error, why does it INPUT the data into the table????? why is...
  3. Filip Brnic

    Data type mismatch

    Hello, ive found out that it actually SAVES some of the fields into the table, but it absolutely makes zero sense why some of them arent saved??? all the fields are the same, even when i create the xml later, it actually saves 95% of the fields except like 15 of them, this is something so dumb...
  4. Filip Brnic

    Data type mismatch

    Hello, I'm facing a problem that is very easy to solve but due to the sheer amount of fields i have i struggle to find where it actually is, Long story short, i have alot of fields that have the input mask (999.99) at first i had the data type mismatch because all the table fields were...
  5. Filip Brnic

    Detail 1 band is to large to fit

    Hello, my report goes over the (20") margin, i thought the visual fox pro would automatically seperate that into mutliple pages but im encountering the error regardless... Can someone help???
  6. Filip Brnic

    Adding scrollbars into a form?

    Hello, I guess there is a problem with how im doing it but simply going into properties and setting them to either horizontal or vetrical or even both, i don't see them, and my forms height is 10000 so I need a way for people to get down, it would be also good if there was a way i can just make...
  7. Filip Brnic

    Importing XML data into a cursor inside a form

    Hey, im struggling to find a good guide on how i can get the xml data into a cursor, i did saw a thred here im gonna try but i wanna hear you guys out if thats gonna be something different, what im trying to achieve is when i paste the xml url into my textbox and click on commandbutton, it will...
  8. Filip Brnic

    On init of a textbox, insert random numbers and letters

    Hello,im aware of the thread being innactive, im working on it, i usually read about the things you send me, on other forums and in help of the visual fox pro, so i usually dont test them out right from the jump, but it helped me with getting the idea how to do it, i guess if i just paste the...
  9. Filip Brnic

    On init of a textbox, insert random numbers and letters

    Yes its for creating unique ids, but i want the same principe, on the init of the textbox, ill see what i can do with what youve provided both :)
  10. Filip Brnic

    On init of a textbox, insert random numbers and letters

    Hello, i think this is pretty straight forward what im trying to achieve but i think its a little harder, i want a textbot to on init insert random letters and numbers into its value, but to keep the "-Racun" at the end, i tried using chatgpt but the codes he gave me were straight up wrong and...
  11. Filip Brnic

    Search records by typing (grid)

    got it guys, thanks for help i did it!
  12. Filip Brnic

    Search records by typing (grid)

    Hello, I have a grid in my form and i wanna be able to, lets say on keypress, anywhere on the screen or maybe in a textbox, start searching for a certain record in field ime.list1 now i know how to get to that record with the define window etc, then using save noapp nomod nodel, but i wanna...
  13. Filip Brnic

    Table revert working inconsistently,

    Hey Chris thansk for the response, im still curios how do i solve this problem? Some fields that i have can be table reverted and some cannot. For example the Ziro racun field ive sent, do you have any idea what i could possibly do?
  14. Filip Brnic

    Table revert working inconsistently,

    Hello, I have a button thats kind of like an undo, has a tablerevert() in it, and i have a field I was wondering, why when i change the last number and hit the tablerevert, it doesnt return to the number beforehand, but when i change any other number it does the tablereverting. IS that...
  15. Filip Brnic

    Random numbers appearing on the screen of the form

    God bless, I've always coppied from the load of my other forms most of the (set) commands, i've noticed in this one that i didn't want results shown on the screen though...
  16. Filip Brnic

    Random numbers appearing on the screen of the form

    25_105812522_g4zls0.png]upload/v1719305653/tips/image_2024-06-25_105434084_yqcnps.png] Hello, why do random numbers appear on my form when lets say i perform a sum function or something like that? If it means something to you the code where the sum function is, is on the lost focus of a...
  17. Filip Brnic

    Automatically append last value + 1 into the textbox

    Hey Chris, i have some unfortunate news for this. Im undergoing some training and my mentor told me to create this using a code, there is a button we have in the form that lets us append information, he wants me to have it there, he mentioned something with recno if i recall properly, he wants...
  18. Filip Brnic

    Automatically append last value + 1 into the textbox

    I saw that thank you, do you know where i could read a little about that in the fox help menu?
  19. Filip Brnic

    Automatically append last value + 1 into the textbox

    Chris, im trying to achieve the following, i have textboxes that become readonly=.f. So you can insert values names surenames whatever, but i want the rednibr to automatically go +1 everytime because i dont want people inserting it on their own, otherwise you couls have literally two of the same...
  20. Filip Brnic

    Automatically append last value + 1 into the textbox

    Long time no see, I've stumbled upon a roadblock, I have no clue on how I would exactly do this because I never used this syntax (table: akcionari, field:rednibr) I have a textbox1 in my form, I have a button that appends blank and lets me insert values into textboxes, but my textbox1 is a...

Part and Inventory Search

Back
Top