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 strongm 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. Edders

    Using activex control(rich edit), to manipulate dbcs data

    hey i am having a similar problem with an app i am trying to build! i am trying to allow a simple multiline edit to take in japanese scripting and convert it to a single byte character set to store in my database. I am completely stuck and don't know where to start could you please tell me...
  2. Edders

    Multilingual Problem

    Hey all, I am designing a system which will take in multiple languages on a Tab pane. Each panel has its own language. i currently allow English, French, German, Spanish and dutch. But the problem now i face is i have to add japanese. I have tried accepting the text as normal but nothing...
  3. Edders

    Treeview - Beginner

    Hey all! Can some one please give me an example piece of code that constructs a simple tree view with a few sub folders etc. e.g film | ---horror | ---Comedy |-----Austin Powers | ---Action and please annotate the code to help explain. I really am stuck at the moment! I have read...
  4. Edders

    datawindow: Picture problems!

    Hey all, I have a problem..... I have an External DW which i manually insert data to: e.g. dw_1.setitem(.....) etc On ecah row i also have a picture. It can either be a tick or a cross ( whether that specific part was successful or not) i also have a script when picking out what to add to...
  5. Edders

    Connection Continual Checking - can this be done? and how?

    Hey all, Yet another idea for my problem! How, if its possible, do you create a POLEING function which while the APPLICATION is being run checks to see if the connection is active. I want this to continually run through out the Applications Instance and not interfer with the applications...
  6. Edders

    Password Request in Automated Process!

    ok thanks for that. Now sorry to be a pain but how exactly would i go about setting a timer up within powerbuilder. I am quite new and havent any experiences with a timer. Any help or guidance would be great! PS Do you know of any good sites on the internet for Powerbuilder. This was the only...
  7. Edders

    Arguments To Nested datawindow

    i had a similar problem on composite DW's but i was trying to manipulate the variables being read in! e.g. when feeding the variable through to the nested DW's i was (in the expression area) adding characters like % so the expression passed would be e.g. ls_variable+"%". these through up roughly...
  8. Edders

    Locking a Table with Powerbuilder

    Hey all, I have created a powerbuilder automated process which takes information from a Zip file and processes it and fills a Database table on as400/db2. The problem i am having is it requests passwords even though it is hardcoded into the dbparm. I have looked at the ODBC connection but no...
  9. Edders

    connecting powerbuilder with mysql

    Hey all, Just a quick question i hope! can some one please help me in constructing the dbparm line for connecting to a mysql database! i have set up the odbc connection and tested it in the administative options and it works but i dont know how to construct the dbparm line. i have only just...

Part and Inventory Search

Back
Top