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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by montjoile

  1. montjoile

    Powerbuilder says its NULL, but that's no true when I debug it

    thanks mbalent. that was exactly that was happening. I was inserting a new row.
  2. montjoile

    Powerbuilder says its NULL, but that's no true when I debug it

    Hi. I am trying to insert an item to a datawindow linked to a table. One of the fields comes from the selection of a dropdownlistbox, that I save in a string variable and insert it to the datawindow. Once the user have completed to fill all the fields of the datawindow, I do an update, that...
  3. montjoile

    cannot close a response window!!

    Hi this so simply code is not working, and it's driving me crazy! When my app starts I open a frame and a response window which is my login. What I want is the user enter the correct login, and then close the window, but I cannot close it. I don't know what am I doing wrong. Even if I open just...
  4. montjoile

    how to sort in datawindow composite

    hi. I have two datawindow nested in a datawindow compsosite. What I want to do is to sort one of the two datawindows by a user criteria. I dont know how to do it, but it might be meaningful saying that the datawindow that I want to sort have two different tables. I have tried this code...
  5. montjoile

    how to insert a registry in a composite datawindow?

    I have two datawindow nested in a datawindow composite. I can add rows and set items in columns, but I need the user can dinamically add registries in one of the two nested datawindow, If I separate each datawindow and take them out of the datawindow composite, when I call insertrow(), I am able...
  6. montjoile

    change a property of a datawindow inside a datawindow composite

    thanks mbalent, that solved my problem!
  7. montjoile

    change a property of a datawindow inside a datawindow composite

    hi. I have a grid datawindow which is inside a datawindow composite. I need to insert a row in that datawindow, but I don't know how to do it. I do can change the properties of a object in that datawindow, but I cannot access to the properties This is what I tried and didnt worK: integer...
  8. montjoile

    HELP! How to sort registries in a DW according a ddlb selection?

    I have a datawindow freeform, and I need to let the user to search according a drop down listbox, if the user select one field of the ddlb, then a sle is displayed allowing the user to enter a value to make the searching more specific, then I have to display all the registries that matches how...
  9. montjoile

    how to insert a value in a field in datawindow

    jejeje nevermind, I already fixed it with setitem()
  10. montjoile

    how to insert a value in a field in datawindow

    ::If the user enters a valid employee code, the next field (which is the name) has to be filled with the corresponding name what matches with the code. Then the user saves the new registry with all that info Im using a datawindow freeform to do that. My question is that I don't know how to get...
  11. montjoile

    PowerBuilder 6.5: Did I find a bug?

    no doubt it's a bug
  12. montjoile

    PowerBuilder 6.5: Did I find a bug?

    Im still getting the same problem
  13. montjoile

    PowerBuilder 6.5: Did I find a bug?

    Hi. I'm consulting a database thru a datawindow. The user enters the number of a item, if it is out of range(if the number exceds or is lower of the registries in the db), a messagebox is showed. I tested it a couple of times, and i don't know why I get aleatory registries showed without any...
  14. montjoile

    annoying predefined save changes messagebox

    yes, I reviewed the script once again, and I found the problem. I was updating a field in the pfc_postopen() event

Part and Inventory Search

Back
Top