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

  • Users: furei1976
  • Content: Threads
  • Order by date
  1. furei1976

    invoking user object events that was added at runtime

    Hi, I have a main window object (win_a) with a tab control in it. On runtime, this tab control will have a tabpage (a userobject). I would like to access the user object's event. I am not sure if this will ever work so I did some testing. On the response window close event, I added...
  2. furei1976

    IE browser crashes caused by dw computed field (PB 11.5)

    Hi Everyone, I would like to ask for help regarding my issue. IE browser crashes with a message like this "Unexpected error was thrown, the browser will be closed! Please report the error to the administrator. Error:'dw.gobs.computed_field1' is null or not an object." This happens every...
  3. furei1976

    counting specific values of a column (multiple tables)

    Hi Guys, I would to know if it is possible to count specific values of a column for multiple tables. Count function works okay using single table like the one below: select materialno, count(materialno) as qty from dbo.TBL_CONTRACT (nolock) where right(contractno,8) = '40178291' group by...
  4. furei1976

    cannot find pbvm105.dll message when started from client PC

    Hi All, I experienced an error message "cannot find pbvm105.dll" when I tried to deploy an app on a client PC. I thought that it can be fix by installing the PB Runtime Packager (PBCLTRT105.msi), but I was wrong. The dlls are already on the directory C:\Program...
  5. furei1976

    distributed communications error 52

    Hi All, I am trying to create a simple user monitoring app and it is getting a distributed communications error 52. I am just following a script I found online that I think might help. I added a question mark on each line that I think I need to fill correctly (which I think the cause of...
  6. furei1976

    Column displays blank or NULL as data after update

    Hi Everyone, I need your expertise again. :) Here is the problem, Column displays blank or NULL as data after update. the raw data comes from a fixed width formatted text file. the current code for this by the previous programmer is invoking the trim function below: ls_col054...
  7. furei1976

    PB 10 App skips after encountering SQLSTATE = 23000

    Hi Everyone, I am here again in need of your help. I am currently assigned to do a maintenance of another module. The last one, I was able to do some work around. This time it is totally different. Here is the scenario, this module uploads one of more text files and checks on duplicate...
  8. furei1976

    Create Dynamic Menu in Powerbuilder 10.5

    Hi Guys, This is the first time I will create a menu at runtime, and I don't know where to start. I was thinking of creating on a menu based on the contents of a datawindow. this datawindow contains the window name, username, access rights etc. After creating the menu, this will be...
  9. furei1976

    copy one row with computed fields to excel

    Hi All, Can someone please advise me on how to copy one row with computed fields in a datawindow to excel? I have tried rowscopy but it seems it did not work. my code: lds_extract.Rowscopy(1, lds_extract.RowCount(), Primary!, dw_1, 1, Primary!) dw_1.saveas(fn,excel5!,true)...
  10. furei1976

    pbole100.dll error everytime pb executable access the database

    Hi All, I have a recently finished PB application and it gives me a pbole100.dll error everytime it access the database. The programs works fine inside the PB IDE. Please help. thanks, furei

Part and Inventory Search

Back
Top