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...
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...
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...
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 =...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.