I have VB6 program. It is EXE project... and i have also ActiveXDLL for my Data Layer and others.
The requirements is: the EXE project is needed to reference in other EXE project. I know that I need the DLL file in order to include in the project references. I am thinking using of ActiveX EXE but i am not sure and dont know how to implement.
Please teach me.
User Profile
Collapse
-
What kind of VB6 Project will be use?
-
I am using __autoload function in order to automatically load the includes needed.
What do you think? -
There's no any error message.
Note: I configured the php.ini to displayed all errors.
shopname=ロズビン
-> shopname is the fieldname.
-> ロズビン is the value.
kensaku
-> it means search in english.
My site is Japanese using shift_jis as the charset.
It quite strange because when I debug the site using my IDE (tool), It works well and perfect....Leave a comment:
-
During production the generated HTML by the PHP was not displayed.
During development (debugging) the site works well but when I release from the debugging and test into production.. the result from PHP file was not displayed.
test.php
[PHP]<a href="proshops0 1test.php?mode= kensaku&shopnam e=ロズビン&rowsperp age=5&pageidx=1 " >test</a>[/PHP]
proshops01test. php
[PHP]<?php
header('Content-Type: text/html;... -
-
It will be ok? even the same case...same output?
I mean of the same case is regardless of using AJAX code... the problem still remains...
In Debug mode:
-> There's no any problem. With AJAX or with out AJAX (by itself only).
In Release mode: (not debugging)
-> The problem was still occuring regardless of using AJAX or not.
Maybe in between the PHP is the problem... I think in...Leave a comment:
-
Unfortunately it runs well when it is in debug mode but not in release mode......
test.php
Output: (please copy and paste the url if it is broken)Code:<a href="proshops01test.php?mode=kensaku&shopname=ロズビン&rowsperpage=5&pageidx=1" >test</a>
1) http://anime dot geocities dot jp/rozvinbm_jp/ajaxnotdisplaye d dot jpg
2) http://anime dot geocities dot jp/rozvinbm_jp/ajaxnotdisplaye d2...Leave a comment:
-
"Try to run your target page with passing the parameters it needs separately"
-> I will load the serverscriptfil e (target page) on by it self and provide the parameters needed by the target page? Not to be called in AJAX?
"see what is the O/P it is showing."
-> it means the Output?
Sorry not too familiar with the terminologies.Leave a comment:
-
I removed the xmlHttp.readySt ate=="complete" condition. And it always return 200 for xmlHttp.status.
responseText returns nothing....Leave a comment:
-
Yes of course, I am using Mozilla Firefox, IE6, Opera9.
The site is working well in debugging using Zend Studio IDE tool....Leave a comment:
-
My setup was. I am developing locally with my PC, webserver, php5 and tools are installed in my PC but the database is remotely connected to the database server.
What do you think? There will be a problem on that settings?
Additional:
Even though I said it is in production.. I am still using the localhost (http://localhost/websites/delivery/index.php) to access and test my small web apps....Leave a comment:
-
Javascript/AJAX code: ajax.js
[CODE=javascript]var xmlHttp;
var m_placeholder;
function executeProcess( serverscriptfil e, placeholder, fieldcode, posts) {
alert('ajax');
// line of codes for confirmation messages.
xmlHttp=GetXmlH ttpObject();
if (xmlHttp==null)
{
alert ("Browser does not support HTTP Request");
return;...Leave a comment:
-
During production the AJAX result from xmlHttp.responseText was not displayed.
During development (debugging) the site works well but when I release from the debugging and test into production.. All the AJAX was not performed.. the result from xmlHttp.respons eText was not displayed.
I added an alert in order to check if the script was called. The alert was displayed. -
I cannot install the mbstring functions.
But I found iconv function.. it works well.
here's the php code:
[php]$str = iconv("UTF-8", "SJIS", $str);[/php]
I do the above code upon calling the php file by the XMLHttpRequest.
I have new problem when I release from the debugging season (on production). I will post new topic because it is not related in encoding.
...Leave a comment:
-
Japanese charset support in GetXmlHttpObjec t()
When the AJAX calls the php file, I've noticed the data in the $_POST are garbage data.
I think the problem is during GetXmlHttpObjec t execution to past the Posted data to php file.
Please teach me to set the charset in AJAX supporting Japanese charset.
Currently, I am using the following settings:
PostgreSQL ver 7.4.1 encoding:...Leave a comment:
-
Japanese charset support in GetXmlHttpObject()
Please tell everybody on how to support different languages using AJAX. I've been searching this for a long time in many forums in the internet but they did not solved or post the definite solutions.
Here's the printscreen: (please do copy and paste if not displayed here.)
output via php and html (http://anime.geocities .jp/rozvinbm_jp/shops.JPG)
output via php, html and processed with Ajax (http://anime.geocities .jp/rozvinbm_jp/shopsajax.JPG)... -
Yes that's it, Thank you very much.. It is highly appreciated.
TOPIC CLOSEDLeave a comment:
-
Do you mean $this->myvar and $myvar are the same memory location? It means changes in $myvar are automatically reflected in $this->myvar and viceversa?...Leave a comment:
-
Invoke function from initiated class within a class [CLOSED]
I am very sorry guys I just missed looked / overlooked the code.
The code posted here was different in my source code.
[PHP]<?php
class Searchindex ( ) {
private $c_rs;
public function Searchindex ( ) {
/* this is the problem.
* It should be $this->c_rs = new Recordset...Leave a comment:
-
The above are the basics of PHP OOP, therefore it is not questionable unless I overlooked the code after my several times of investigations of what is really happening.
I created this topic because I feel strange of the error.. It must be correct syntactically and logically....Leave a comment:
No activity results to display
Show More
Leave a comment: