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 Mike Lewis 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. 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
  15. montjoile

    ERROR catalog tables could not be created..

    I fixed the problem, it was happening because I didn't have enough privileges in the database :P
  16. montjoile

    annoying predefined save changes messagebox

    hi. I have a datawindow where I can add and eliminate registries in the database. Before closing the window a predefined message is always prompted, even if I don't make any change. I found that this is a message of the pfc service, but I already disable them. What can I do????
  17. montjoile

    how to display a cell with null data in a datawindow

    I'm using a datawindow freeform. And yes, that's what I mean with cell: each data is displayed with border, but it doesn't display anything when I have null data. it's obvious, I know, but is there a method that allow me to display the border even with null data, or replace the null data with...
  18. montjoile

    how to display a cell with null data in a datawindow

    I want to display all the cells in a datawindow even if they contain null data, but I don't know how to do it. This is just for aesthetic purposes. Clients says that my application doesn't look nice when there are cell with no borders in the table
  19. montjoile

    how to print a text field over a datawindow in powerbuilder 6.0?

    thanks Matt. I did it. I solved the problem by adding this line in the open event of the window containing the datawindow: dw_1.object.n.text=nombre;

Part and Inventory Search

Back
Top