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. power97

    main throws exception ...why

    Hi, I'm relatively new to java. I understand the concept of try/catch blocks. However , looking at some code that I'm supporting I notice that the main block throws some exceptions as follows. Main Statement: public static void main(String[] args) throws ClassNotFoundException...
  2. power97

    GetFileOpenName with ImportFile

    Hi, I would like to use GetFileOpenName to allow the user to open and import an Excel file into a datastore. However , I can't seem to use GetFileOpenName with ImportFile because the ImportFile returns an error code because the file isn't of type tab-separated text, comma-separated text, XML...
  3. power97

    Datawindow Time or Date Datatype ?

    Hi, I am wondering if anyone knows if Powerbuilder 9 can support the ASE 12.5 time or date datatype ? So far it appears that it doesn't because I get select errors when I try and run a select that has time/date columns. Thanks In Advance http://www.musicianwanted.ca
  4. power97

    Windows Explorer Right Pane Empty

    I found the problem. It was under Tools > Folder Options and on the General Tab for "Web View" I had to change it to "Use Windows Classic Folders" and everything appeared again. Strange. I wonder if something with IE on my system is corrupted. I think I did upgrade to IE6 SP1 so that might have...
  5. power97

    Windows Explorer Right Pane Empty

    One more thing , it doesn't seem to do this if I boot into "Safe Mode". http://www.musicianwanted.ca
  6. power97

    Windows Explorer Right Pane Empty

    Hi, When I go into Windows Explorer the right pane is empty regardless of the view ( large , small , list etc ...) . I have searched the net for this and there isn't solutions anywhere. All I see is a small little box in the upper left corner. Any ideas ? I am running SP4. Thanks...
  7. power97

    Edit HTML in Powerbuilder Application How ?

    Hi, I want to allow our users the ability to edit ( wysiwyg ) an html page within our application before they email it out. Can anyone recommend an OLE object or something along those lines that will allow me to do this. Thanks Jason http://www.musicianwanted.ca
  8. power97

    Proper Way to Close Parent Window from User Object

    Hi, I have some user objects ( inherited from u_tabpg ) that are tab pages that fire code in the constructor on the datawindow ( contained on the user object ) . However , if something fails I would like to close the parent window. I am doing the following: w_master lw1...
  9. power97

    Linkage Service Recommended ?

    Hi, I am wondering if I should use the PFC Linkage service or not. I have it setup and working but when I view the SQL it is generating it appears that it retrieves all the rows and then filters based on the key values. I assume this is the standard behaviour for the linkage service...
  10. power97

    Prevent pfc_validation on Close ?

    Hi, I have a window with a close button that calls the pfc_close event. However , when it does that it also calls the pfc_validation events on my user objects which causes the validation errors to display before the "You have unsaved changes ..." message. This isn't what I want. I would...
  11. power97

    PHP Sessions lost after Redirect

    Yes I did try the META tag but even setting it for 0 seconds it still gives a bad animation effect that wouldn't be acceptable. http://www.musicianwanted.ca
  12. power97

    PHP Sessions lost after Redirect

    Hi, Thanks for the replies but no one has given any solutions ? Thanks http://www.musicianwanted.ca
  13. power97

    PFC Custom pfc_logon Error Messages

    Hi, I would like to have some custom error messages in my pfc_logon event ( after the SQLCA.of_Connect() ) of my application manager object. However , when I do that I am also getting the PFC default error message from the pfc_w_logon window ( of_MessageBox ("pfc_logon_incorrectpassword"...
  14. power97

    PHP Sessions lost after Redirect

    Hi, I have a simple login page that I developed for a client that worked great locally but when I moved it to thier IIS servers it stopped working. The problem is that it doesn't seem to retain the session values after I do a redirect ( header("location ....")). Are there any work arounds for...
  15. power97

    Sessions Not Always Working

    Hi, I developed a simple login system for a client that uses sessions on each page to see if the user has logged in. The login page has a form that posts to itself and it seems that it doesn't always work. I type in the userid/password and instead of redirecting ( success ) or printing an...
  16. power97

    Install Keeps Stopping ... Help !

    Hi, I am trying to install windows XP pro on my PC and it keeps failing during the copying files section. The past two times it failed at 8%. When I say it fails it just freezes and doesn't seem to be doing anything else. I've tried using a different cdrom and they did the same thing. Thus I am...
  17. power97

    Best Tab Design

    Hi, I am developing a new application using the PFC and was wondering if it is better to use user objects for the tab pages and tab and then place this directly on the window. Or should the tabs be added dynamically using OpenTab ? Thanks http://www.musicianwanted.ca
  18. power97

    Determine user & application in Trigger ?

    Hi, I have a trigger that I would like to insert a record into a table showing what column was updated , who did it , when and what application. I believe I can find out the user by using "suser_name()" but I would like to be able to get the application if possible. Thanks Jason...
  19. power97

    Email Upload and Attach

    Hi, I need to know if it is possible to allow a user to upload a file and attach it to an email without saving it first ? ( i.e. streaming it ) I am building a email user management routine and the user would like to have a list of persons to send mail to and attach documents as needed...
  20. power97

    Accept Credit Cards w/o Merchant Account ?

    Hi, I would like to know if it is possible to accept credit cards without a merchant account and if so how ? I know that it is possible using something similar to Paypal but then the customer needs to sign up with Paypal and it is a bit of an inconvenience. Thanks http://www.musicianwanted.ca

Part and Inventory Search

Back
Top