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 Chriss Miller 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: *

  • Users: zakkar
  • Content: Threads
  • Order by date
  1. zakkar

    Open the default email program

    How can I find out and open the default email program (like outlook express or ms outlook) from Powerbuilder(PB 8.04)? I 'd like to open the default email program and send an email without using the email object which sends emails. Can anyone Knows the API which does this job?? Does anyone has...
  2. zakkar

    Send Email using PowerBuilder

    Hello to you All Does anyone has an alternative way ,solution to send and receive email through powerbuilder without using the mail object? I do not want to use mail object of the pb because it is using outlook express or ms outlook. Do we know how can we use the api functions that outlook uses...
  3. zakkar

    PFC in PowerBuilder 10

    Does anyone Know where I can find the pfc libraries in Powerbuilder 10 ? Thank you zkar
  4. zakkar

    Hide Url Using Redirect

    Hello to you all, I have this problem and i'm trying to figure it out what is going on. I have an asp page test.asp which on submit button i call another asp(non visual-just asp) where i do some validations in there.When i pass the validations i want to redirect to another asp where the user can...
  5. zakkar

    ADODB.Stream (0x800A0BBA) File could not be opened.

    Hello to you all I'm trying to put the following asp <%@language = VBScript%> <% Response.Buffer = True FilePath = "C:\Inetpub\wwwroot\websitenew\pages\xml.zip" Response.Clear Set Stream = Server.CreateObject("ADODB.Stream") Set FS = CreateObject("scripting.FileSystemObject") Set F =...
  6. zakkar

    Sql Anywhere Known Issues

    Hello to you all. I have Sql Anywhere ver 5.I need some instructions how to install it on my pc creating the odbc etc. The reason i want this is that i must convert an old database and upgrade it to Oracle.But i Can't connect with the database.The erro message says SQLSTATE 08004.Sybase ODBC...
  7. zakkar

    Need a Professional here

    Hello to you all I have this situation and i need some advice here.I'm using Pb8.0.4.I want to create dynamically graphs. I have found the way but i have a little problem. I get the Sql Syntax from a datawindow with the following command. string ls_sql ls_sql = dw_test.GetSqlSelect() The...
  8. zakkar

    Making and handling Databases

    Hello to you all. I'm using PB8.0.4.I want to create an treeview and a list view which will show me the database schema i'm connected to.This for Oracle and Sql Server.The treeview will show me the tables and when i click to a specific table the list view will show me the columns of the...
  9. zakkar

    Truncate Dynamically Tables

    Hello to you all. I'm trying to execute in Query Analyzer this script i have written Use dokimastiki go Begin Declare @stbname nvarchar(256) Declare @smessage varchar(20) DECLARE PKMS_Tables CURSOR FOR select name from sysobjects Where xtype = 'U' OPEN PKMS_Tables FETCH NEXT FROM...
  10. zakkar

    Connect Using Asp

    Hello to you all, I'm new in the features of MySql Database and i Need some guidelines here. I have downloaded MySql 4.1.9 v and also the administrator zip which i found i mysql.com ,the odbc driver for mysql and the query browser.I have installed them and works fine.I can connect and also i...
  11. zakkar

    Need Database Instructions

    Hello to all. I have designed a web site and i need to add some database functionallity.What Database do i choose?I need to store bitmaps or jpg and then the web page retrieve the additional information from the database and show the photo.What database shall i choose ?How can i make an...
  12. zakkar

    Need Database Instructions

    Hello to all. I have designed a web site and i need to add some database functionallity.What Database do i choose?I need to store bitmaps or jpg and then the web page retrieve the additional information from the database and show the photo.What database shall i choose ?How can i make an...
  13. zakkar

    IIS Does not Start

    I have windows xp pro on my laptop.I have installed SP2.Also i have norton Internet security and norton antivirus professional edition.I experienced some problems with the first installation of SP2 (IIS wouldn't start etc).I 've uninstalled SP2 and tried if my IIS was working.It was working...
  14. zakkar

    Service Pack 2 Needs Service

    I have windows Xp Pro on a laptop.I have downloaded the latest hotfixes from windowsupdate website.I also had installed SP2. When eventually after several days and hours it finished i have the following problems. 1.Somehow i do Know how my IIS stopped working 2.When i'm trying to run...
  15. zakkar

    Changing the decimal Separator

    Hello I'm new in Asp and i need some help here. I using Oracle 8i and i'm writting asp pages.When i retrieve data from the database i have a decimal value which the output is like this. "3,5".The problem for me is that the code i have write few lines below ,i dynamically construct the update...
  16. zakkar

    Graphical User Interface in ASP

    Hello, I'm new in Asp and i need some help here.I have been asked to make a gui with asp not Asp.Net .Does anyone has an application or example for framework which covers the most basic methods??Meaning with that Insert ,Update,Delete ,Search.Any help or example will be appreciated. I need...
  17. zakkar

    Create a tree view using a Menu Item.

    Hello pb programmers I want to create a treeview control using an existing menu object.How can i do that.I have tried to recurse the items property but something seems to me that is wrong.How can i create a tree view using a menu object ??Meaning with that ,if i add a sub menu level in my menu...
  18. zakkar

    Manipulating Flash Controls How To??

    Hello, I have an swf control which i have successfully registered in Vb.NET.In my code i use the setvariable command which offers me the component and change some properties of the control.The problem is that i am trying to call a function in the swf control (Flash) from .NET but all my efforts...
  19. zakkar

    Working with MsExcel Chart SOS HELP!!!

    Hello Has anyone worked with the activex msexcel chart which offers Pb8 ???How can i have access to it's properties???How can i set up the datasource from my datawindow???Does anyone has example source code so i can read a retrieved datawindow and notify the oleobject???I have tried the...
  20. zakkar

    URGENT BLOB.HOW TO USE IT???SOS

    I'm using Pb 8.0.4 and for database MsSqlServer 2000.When I'm trying to use the Syntax UpdateBlob etc...to a specific column in the database i'm getting this error.Blob column doesn't exist.The return dbcode is 999 .Of course the database column exists and the datatype is image in the...

Part and Inventory Search

Back
Top