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 SkipVought 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. aschi666

    Creating Windows Toolbars via Reg - Edits

    Hey! We are looking for a simple solution to create Windows Toolbars. We want to automate the creation as it can be done using the Taskbar Context - Menu > Toolbars > Create New Toolbar... (for a 150 - User - Customer). We think it's saved in the Registry, so the easiest Way might be to just...
  2. aschi666

    Creating Windows Toolbars via Reg - Edits

    Hey! We are looking for a simple solution to create Windows Toolbars. We want to automate the creation as it can be done using the Taskbar Context - Menu > Toolbars > Create New Toolbar... (for a 150 - User - Customer). We think it's saved in the Registry, so the easiest Way might be to just...
  3. aschi666

    Programmatically creating windows toolbar

    Hey Everybody! We are trying to automatically create a windows toolbar, as it can be done via right-clicking the taskbar and then choosing new toolbars > new toolbar... Does anyone know where Windows saves information about those bars? i created one manually and looked up it's name in...
  4. aschi666

    utf-8 - latin - 1 comparison chart

    hey mike! that's pretty close to what i searched for in google.. u can always asume i did that before i ask stupid questions on tek-tips... ;-) thank u very much, 'cause this is exactly what i was looking for! bye __________________________________________ a programmer is a tool that...
  5. aschi666

    utf-8 - latin - 1 comparison chart

    Hey Everybody! Does anyone know a resource (preferably a website) where we can find a direct comparison between utf-8 and latin - 1 character sets? Thanks for your help! __________________________________________ a programmer is a tool that converts coffee into code... aschi666, sthcomputing.de
  6. aschi666

    Which Sendmail Program for Windows XP Apache system?

    if your project is php - based, you could use [link=http://phpmailer.sourceforge.net]phpmailer[/url] to handle the sending of mails. you can use as an embedded smtp - client for an existing mail - account (on a mailserver). __________________________________________ a programmer is a tool that...
  7. aschi666

    Local MySQL DB with PHP and Apache2

    try this tutorial: http://robhawk.de/tutorial_wamp.htm __________________________________________ a programmer is a tool that converts coffee into code... aschi666, sthcomputing.de
  8. aschi666

    Picture Button

    hey jbeetz! in pb8 there's a checkbox "Original Size" for PictureButtons which, of course, forces the picture to be shown in it's original size. don't know if that still exists in pb9.. __________________________________________ a programmer is a tool that converts coffee into code...
  9. aschi666

    How to loop a query result in script-code

    Hey Gijza! Powerbuilder relies heavily on it's DataWindow - Technology to work with databases. My Proposal: Use an invisible DataWindow called DataStore, give it a DataWindowObject with your Query and access the results of the Query after o_datastore.retrieve() via...
  10. aschi666

    regex - whitespaces?

    this is because u use the metacharacter \s in a character-class, where it has not the same meaning... __________________________________________ a programmer is a tool that converts coffee into code... aschi666, sthcomputing.de
  11. aschi666

    Help with web server

    as far as i know, most webservers on the internet use apache on linux...and most linuxes bring apache with them. suse does i.e., but is probaly not the overall best choice for the task. but it would do the job. __________________________________________ a programmer is a tool that converts...
  12. aschi666

    MS-Access Memo fields

    why don't u just replace it with php after selection? there are even multiple regex-implementation, check "ereg" on www.php.net __________________________________________ a programmer is a tool that converts coffee into code... aschi666, sthcomputing.de
  13. aschi666

    Help Needed to install Apache 2.0.54 on WinXP

    try www.xampp.org if you're just heading for php...this makes the whole apache-php-mysql-installation-process obsolete, you just start it and have a complete amp on your system. __________________________________________ a programmer is a tool that converts coffee into code... aschi666...
  14. aschi666

    Help!! Attempting to install Apache

    try www.xampp.org if you're just heading for php...this makes the whole apache-php-mysql-installation-process obsolete, you just start it and have a complete amp on your system. __________________________________________ a programmer is a tool that converts coffee into code... aschi666...
  15. aschi666

    Sqlite with PHP

    hi pegazaus! if u are familiar with SQLite why don't you just call SQLite - Functions in PHP? In PHP5 u don't even need any includes, just call $dbhandle = sqlite_open('dbname',chmod,err_var); $result = sqlite_query($dbhandle,'select count(*) from gb'); and so on...
  16. aschi666

    Powerbuilder Importfile function problem with Text datatype

    hey kayvee33! So you read Data from a Text File and try to import it to a DataWindow-Column? I assume you have other Data from your DataBase - Table in the DataWindow? If that is true, and you actually just want to add something to that row I wouldn't use ImportFile for it. What errors do...
  17. aschi666

    required field

    maybe you should rebuild the whole app instead of just the individual library. column validation rules are set up in the datawindow-painter, in the lower part of it there should be a "Column Specification" - strip. __________________________________________ a programmer is a tool that converts...
  18. aschi666

    Login Script Using PHP + mySQL fail

    are any other scripts running on that suse-server? anyways, post your config! __________________________________________ a programmer is a tool that converts coffee into code... aschi666, sthcomputing.de
  19. aschi666

    required field

    What about "Empty String is Null"? If that's checked, zero-length entries would validate. Btw.: are there any validation rules in your DataWindow? What is an "old" library file? Why do you need to replace it? PBLs are used in Targets which are part of a Workspace. So where do you take it from...
  20. aschi666

    required field

    Hi I assume by "field on a form" you still mean a column in a datawindow - object in a datawindow-control on a form. What do you want to "replace" after rebuilding? In the DataWindow-Painter, is "DisplayOnly" checked? What does "Limit" say? __________________________________________ a...

Part and Inventory Search

Back
Top