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

  1. miguelleeuwe

    powerbuilder 12 .NET

    Hi all, Being very green at .NET, I've been reading on pb 12 .NET and I'm somewhat confused on what to use: "pb 12 classic" or "pb 12 .NET". What I'd like to try is to make a small application run in MS Internet Explorer. In pb 11, that would be done using a web-forms application. In...
  2. miguelleeuwe

    Where's everybody?

    hi, this great site has a single problem. Where is everybody? The only person here to answer any questions seems to be Mr. Matt Balent, whom I'm very gratefull to... but: Should this be some sort of comunity of people helping people? Maybe it's has been outdated? Where to go then? Kind...
  3. miguelleeuwe

    how to avoid GPF when assigning lots of data to String or Blob

    A string or Blob can hold quite a lot of data. The problem I've been having in more than one application over the years is that there seems to be no way at all in powerbuilder to make sure your assignment of data to string or blob will end successfully. It'll work or it'll GPF. In C (the...
  4. miguelleeuwe

    windows 7 - border fill - problem of window not fitting completely on the screen

    Hi all, windows 7 - border fill has a value of 4. Our applicationa has been designed at minimum resolution of 1024x768. problem: problem of window not fitting completely on the screen at resolution of 1024. If setting manually the windows border fill to 0 (aero themes) or use windows classic...
  5. miguelleeuwe

    ShareData

    Hi, Anyone knows if there's any way to find out whether (and which) datawindow is being shared? So far the only thing I can imagine is to oblige programmers to use a function like: of_setShareData() but that is not really what I'm looking for. TIA, Miguel Leeuwe regards, Miguel L.
  6. miguelleeuwe

    How to find out memory available for string assignment GlobalMemoryEX

    Hi, We have an application that writes large debug files. At the way it's working, we're assigning strings that everytime become larger. (untill it blows up). I already know it's better to use blobs, but ... - funny it seems that you'll get a system error indicating that there can be not...
  7. miguelleeuwe

    spontaneous appearance of "destroy" event

    a week ago or so, I stated to have found a bug in pb11 (think it might also happens in 12): <i> Another interesting "fault" I've been struggling with yesterday is the 'spontaneous' appearance of 'destroy' objects. The code inside shows "call controlname::destroy ( )" (white space important if...
  8. miguelleeuwe

    problems when copying controls from a userobject to another

    I've seem 'destroy' events appearing in object-controls. These had a 'call objectname::eventname()' in it and parent script showed "end on". when deleting the code of the 'destroy' event (note: not 'destructor' event), powerbuilder 11 / 12 GPF's ... Seems like something corrupted and I get the...
  9. miguelleeuwe

    máximul length for object names

    Hi there, I've solved a recent problem with an object that - when trying to show the script of a control with 'very long' name - GPF'ed and closed down PB 11 ( 12 has the same problem). The problem was that there was another object with an almost equal name. Reducing the object name...
  10. miguelleeuwe

    PowerPivot with Powerbuilder 12 classic

    Hello, We'd like to use "powerpivot" from powerbuilder (it's a plugin for excel 2010, as a sort of advanced version of sqlserver's pivot table/cubes used in analylis services). There's a OLE insertable control for Microsoft Office PivotTables but can't find one that corresponds to PowerPivot...
  11. miguelleeuwe

    Setredraw, focus goes to another windows application

    Hello, At the company I work now, there's an application using the advance guicontrols, base on a Canvas.pbx and outlike-like menus. The app is filled with setredraw() and I found myself with a Problem: - user clicks on menu-button and: (lbutton-up event) 1) main window, setredraw(false)...
  12. miguelleeuwe

    Back to Graphics

    Hello, Matt sugested me to check out an article by Bruce Armstrong to use .net 3.5 graphic capabilities. http://pbdj.sys-con.com/node/397003 There's an example on CodeXchange which I downloaded. The first problem is I seem to have to install somehow the Interop interface, but don't know how...
  13. miguelleeuwe

    trouble calling sql server stored procedure

    Hello, using pb 11.5 sql server 2008 call a stored procedure from powerbuilder that does a BULK INSERT and everything goes fine. I can repeat the operation thousands of times and no problem. The problem is when I quit the application and go back to execute exactly the same procedure, it...
  14. miguelleeuwe

    migration from pb 11.5 to 12

    Hello, Has anyone done a migration to pb 12? Could you provide me some information of things that have gone wrong or have to be changed? The main reason I want to migrate to version 12, are the much improved grahs, pies, charts, etc. If anyone knows a good third party product for the graphs...
  15. miguelleeuwe

    MessageBox / Dialog

    Hello, I want to inform my users by means of a messagebox from php code. I've seen code but it all works with javascript and are based on the execution of 'something' like a submit button. The php-ext library also seems very interesting but I haven't been able to something as simple as, though...
  16. miguelleeuwe

    reload form showing previously filled values

    hello, I have a form that's reloaded when I fill a country in a <select>, so I can limit the number of possible timezones which a have in another <select>. this works fine using a reload function that I found somewhere, but the problem I have is that all other previously filled values of the...
  17. miguelleeuwe

    global variable throughout all php files

    Hello, I'm very new to php programming. What I need is some sort of global variable that I can access from more than one php file. I read that it's posible to read a variable "out of scope" using the 'global' word, but only seems to work within the same php-file. I can't seem to get that...
  18. miguelleeuwe

    free pb code

    Hello, Many of you might know this site, but it has some great examples of powerbuilder coding. http://www.topwizprogramming.com just click on "Free Code" on the left pane. or go directly to the first example: http://www.topwizprogramming.com/freecode_adapter.html regards, Miguel L.
  19. miguelleeuwe

    usefull comparison tool

    Hello, I've always been writing my own tools for finding and comparing tools but there's a goodie done already for you: it's called 'pbl peeper' and can be found and downloaded on: http://www.techno-kitten.com/ don't know too much about how to use it but there's documentation also. it should...

Part and Inventory Search

Back
Top