Simple JavaScript Alphabet
One obvious way to display or filter large recordsets is alphabetically. This function will take a page file and an optional frame name (defaults to _self) and create a row
One obvious way to display or filter large recordsets is alphabetically. This function will take a page file and an optional frame name (defaults to _self) and create a row
You can call a function from a link, instead of opening a new location, by assigning the function to the anchor tag’s href attribute, like this: Click here Notice that
Question: I have several tables with the same structure and I’m trying to combine them all into one unique table. But I’m worried about performance because each table has a
Question: Can I insert comments inside a SQL query, like /* */ and //in C++? Answer: SQL supports /* and */ for comments inside stored procedures and queries. You also
Question: About halfway through compiling a 32-bit EXE with PB 6.5 on Windows NT, I keep getting an “out of memory” message box and then another that says “DDE Server
Question: Can three versions of PB (5.0, 6.5, and 7.0) coexist on the same machine without any problems? Answer: I am running PB5.0.4, PB6.5, and PB7.0.1 on my home and
Question: When I try to create a new IIS app,I receive an error message: “IIS or peer web services 3.0 or latermust be installed,” but IIS is installedand running on
Question: Using a single datawindow, can I access data from multiple databases (Oracle and Sybase)? If not, can I use PowerBuilder to access it without having any intermediate table? Answer:
Question: When I use a datawindow to generate a custom report, how can I pass a variable into the report from an input field? Answer: You can do this through