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 Mike Lewis 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. bigpapi

    How to Build a News Aggregator Tool

    I have seen a lot of these news aggregators popping up on a lot of sites and i have tried to search for the code on how to do and accomplish this, but all i keep coming back with is desktop news aggregators. Can someone help me find the code on how to create a news aggregator to be used on my...
  2. bigpapi

    Linkage Error

    Could someone post a link or show me how you link one datawindow to another data window in Powerbuilder 9 Here is my specific error: I am getting a linkage error on my datawindows and was hoping someone could help me. I have a master datawindow and i have added another datawindow on top of...
  3. bigpapi

    Create a powerbuilder Connection Object

    Hey Guys; I am getting an integrity constraint error in my powerbuilder Insert Into statement. I have two inserts and the second insert has a foreign key dependant on the first insert. It seems like my second insert can't find the associative value that it should, because it seems like it is...
  4. bigpapi

    How to parse a file using comma delimiters???

    OK, i have something working now and everything is good except for my last field. what is the option in powerbuilder 9 that will bring back the position of the end of a line
  5. bigpapi

    How to parse a file using comma delimiters???

    I have a working procedure that uses file read to open a dat file and populate variables with the values from the dat file. I had to change the dat file into a CSV file and i'm not sure how to do the populate on a comma delimited set of data. Here is my old code: ls_variable_1 = trim(...
  6. bigpapi

    Tab Control Set Focus

    I need to set the focus on a field in my tab control on the third tab. this is the code i'm trying to use, but i can't get it to work. Example: tab_folder.tabpage_1.dw_1.object.fieldname.setfocus() All i need to do is give focus to any field on my data window on the third tab of a tab...
  7. bigpapi

    No Functionality in my Javascript Date popup window

    I am using the Business Objects Crystal Reports server as a way to run and host multiple reports. The server has worked perfectly in the past. However, over the past two weeks i have not been using it and then today i went to use it and one of the javascript functionalities is not working...
  8. bigpapi

    How to Edit Property Values in a data window

    Never mind, i figured it out. It has to do with turning the tab order on and setting it up properly
  9. bigpapi

    How to Edit Property Values in a data window

    I have been looking all around and can't find out how to do the following. I created a data window and added it to a tab control. The data window retrieves values and populates the data window with several fields. I want to then be able to edit a date field during run time, where the user can...
  10. bigpapi

    Call Set Trans or SetTransObject Function Error

    Hey folks; i'm getting the following error when i try to retrieve values on a data window. "Call Set Trans or SetTransObject Function" Here is my code: dw_mytest.SetTransObject( SQLCA ) dw_mytest.Retrieve() My database connection is set and i can retrieve values in the data window screen...
  11. bigpapi

    Data Window SQL Code Error

    I have the following data window with SQL code that is giving me some wierd errors. Here are the errors: ORA-00936: missing expression ORA-00904: "ISNULL": invalid identifier and here is the code: SELECT customer.customer_search, account_customer.account_number, Substring(...
  12. bigpapi

    Code to Supress Detail Line

    I need to know how to write code that will supress data in my detail tab. The checkbox does not work as i need it to work. I need some fields to display dispite being duplicates, but only when certain parameters are met. example (idea): if (table.field) = ' ' then table.otherfield) =...
  13. bigpapi

    What is the Max Length for a username in Samba 2.2.7

    I need to know what the max lenght a username in Samba 2.2.7 can be. Can someone please let me know. thanks
  14. bigpapi

    Set up Samba as a Domain using XP Pro Machines

    I am very new to Linux and i need some help in trying to set up a small office of about 10 XP Pro machines to a Linux file server using SAMBA. Currently the system is set up with XP Home to the Linux file server and it uses Samba, but we are upgrading to XP pro. Each XP machine has two...
  15. bigpapi

    Questions About Upgrading to XP Pro Using a Linux File Server

    Actually what i really need to know is if you can setup a domain controller with XP Pro and Linux and if there will be any problems in setting that up. I'd like to be able to enforce password changes, but i need those password changes to then be reflected in the Samba accounts. Right now we...
  16. bigpapi

    Questions About Upgrading to XP Pro Using a Linux File Server

    I am going to be upgrading from XP Home to XP Pro and i have a couple questions concerning the upcoming migration. Currently i have 10 computers usings Windows XP (Home Machines) and 1 Linux File Server. each User machine has two accounts: - User (Connects to the file server using a SAMBA...

Part and Inventory Search

Back
Top