Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Can't run xxxtest.prg

$
0
0
Re: Can't run xxxtest.prg
FoxInCloud
Re: Can't run xxxtest.prg
02/13/2012
08:27:54 AM
3FK0I58MS Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
Ok, i changed CGI: 'xxx' to CGI: 'sa1" .

Object.extend(FoxInCloud, {
CGI: 'sa1',
// {fr} Extension de scriptmap pour l'application (code de l'application par défaut)

the form behavior is the unchanged i tried CGI: 'sa' since 'sa' is the FAA code. still no change.

i made form2 modal - now form 2 comes up.

<>Thierry,

Here is where I am right now. My ultimate goal is to document the steps required for developing a FoxInCloud app in more detail than is in your current How-to guide. This will cover IIS configuration in detail and will include a small sample app. I have read the FIC How-to Guide many times. I referred to it again this morning to set up a virtual folder for my sample app. I already have awScripts set up from doing a prior FiC project you helped me with. I also converted my app's virtual folder to an application because I know this must be done, again from prior experience.

Surprisingly, converting my app's virtual folder to an application is not mentioned in the current guide. If there are more steps to configuring IIS, I did not find any - I did all I understood to do. I entered the FIC default screen link (http://localhost/sa/bin/wc.dll?FoxInCloud~Default) in the browser and get error 404.8 (filtering module request).

Garth

A FoxInCloud application installs just like any other wConnect application.
You are in the right place to ask whatever question you need
Make sure you went through all steps described in http://foxincloud.com/PDF/FoxInCloud-How-to-awServerDev-en.pdf

ThN

Thierry,

I am in the process of switching over to my laptop where both FAS and FAA are working fine. My server still has an un-deleteable AB folder and ABNew folder with bad aw.sc? class hanging around. We will need to find a way to delete this folder, hopefully short of reverting Windows to an earlier state.

My laptop has FAC and FAA installed. I opened IIS and created a virtual folder (sa) for my app and did the "Add application" step. I need documentation on the remaining steps to set up IIS for this sample app.

Once IIS is set up, I will be able to run the sample app on my laptop and create screen shots of the error messages.

I will further explain the 2 items not requiring a screen shot. One of my Form1 command buttons has the caption "Show Message". The button's click event has the single command:
MESSAGEBOX("Hello FoXInCloud User",64,"Notify")

This line of code is not changed by FAA and of course does not execute in the browser.

The application path is also in xxxSets.prg, which I understand is required. The line of code SET PATH TO "programs,forms,reports,images,data" ADDITIVE is not causing an error. I included this line of code within the Form's Init to ensure the data will be found when running within the VFP IDE.

I look forward to receiving your instructions on completing the IIS configuration on my laptop for this sample app.

Thanks.

Garth


Hi Garth,

Grid1 does not display users table - shows an error message in grid instead.

could you provide the error message you see?

Message is not adapted and is not displayed.

don't understand what you mean

Exit does release Form1 but browser displays an error screen.

could you provide the error screen?

SET PATH TO "programs,forms,reports,images,data" ADDITIVE

this should be done once for all in xxxSets.prg


IF NOT USED("users")
USE users IN 0
ENDIF
*!* Form1.Grid1.RecordSource=Users

this should be done in Form.Load()


HTH,
ThN


Viewing all articles
Browse latest Browse all 10393

Trending Articles