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...
Thank you mbalent. I'm downloading right now.
I'm wondering if this version of PFC supports previous versions. Eg. Pfc 8 .
We will see and soon we will find out
thanks again
zkar
I used server.Transfer and when i copy and paste the url to the address bar worked for me .Meaning that if the user tries to link directly to the download.asp then an error occured.
I'm wondering if there is any way to find out if my download.asp was called from my validations page or directly...
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...
to royjimenez
No it is not the issue here .The main event is that pb cannot create with the syntaxfromsql command the syntax string.And this happens because i have a select full with arguments.I'm trying to figure out what other methods can i use.Read my first post .I am also interested in for...
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...
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.