FoxInCloud
Re: Can't run xxxtest.prg
Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  FoxInCloud Support - Thierry N.
  Garth Groft
  Feb 20, 2012 @ 02:44am
1- appended is a screen shot where you can find the desired setting
2- all what you're looking at is already in our road map you receive with every new version
3- messagebox: in which mode are you working? test or production? If in production, saving your vcx and/or adding a blank line somewhere should force FAA to re-examine the file - otherwise please send your vcx by PM and we'll see what's going on.

Thierry,

another week has passed and we are no closer to getting our small sample app to run. we hope next week we see a significant break through.

we are using Windows 7. we are not seeing an icon named http filtering to click on. the wconnect documentation installed with west wind connect makes mention ofn of "http filtering" specifically as far as we can determine. can you tell us where this is covered in the documentation.

troy has asked me to suggest that you develop a wizard to take care of the simple steps to configuring the FiC "setup" files which must now be edit manually. we would also like to see more detailed instructions in your documentation on the setup process in general. the inclusion of a sample app or two with source code before and after adaption would also be very helpful. our client has suggested that these are very reasonable expectations for any software development tool. we agree and formally request these needs be added to your roadmap.

finally we are wondering why you have not yet addressed our question regarding the messagebox issue. we know FIC supports messagebox commands. FAA does not tell us to do anything with the messagebox command and does not adapt it for the web either.

thank you.

Garth


Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  n/a
  Thierry Nivelet (FoxInCloud)
  Feb 20, 2012 @ 05:30am
Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth

1- appended is a screen shot where you can find the desired setting
2- all what you're looking at is already in our road map you receive with every new version
3- messagebox: in which mode are you working? test or production? If in production, saving your vcx and/or adding a blank line somewhere should force FAA to re-examine the file - otherwise please send your vcx by PM and we'll see what's going on.

Thierry,

another week has passed and we are no closer to getting our small sample app to run. we hope next week we see a significant break through.

we are using Windows 7. we are not seeing an icon named http filtering to click on. the wconnect documentation installed with west wind connect makes mention ofn of "http filtering" specifically as far as we can determine. can you tell us where this is covered in the documentation.

troy has asked me to suggest that you develop a wizard to take care of the simple steps to configuring the FiC "setup" files which must now be edit manually. we would also like to see more detailed instructions in your documentation on the setup process in general. the inclusion of a sample app or two with source code before and after adaption would also be very helpful. our client has suggested that these are very reasonable expectations for any software development tool. we agree and formally request these needs be added to your roadmap.

finally we are wondering why you have not yet addressed our question regarding the messagebox issue. we know FIC supports messagebox commands. FAA does not tell us to do anything with the messagebox command and does not adapt it for the web either.

thank you.

Garth


Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  FoxInCloud Support - Thierry N.
  Garth Groft
  Feb 20, 2012 @ 05:41am
Sorry, I meant *.?cx ...

Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth



-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  n/a
  Thierry Nivelet (FoxInCloud)
  Feb 20, 2012 @ 09:23am
Thierry,

Our sample app is working now, after adding an assignment (=) preceding our message box command per your suggestion:
=MESSAGEBOX("Hello FoxInCloud User",64,"Notify")

Now we can move on and explore a sample app with more controls and functionality, as well as validation of our design for multi-user table access.

Thank you very much.

Garth

Sorry, I meant *.?cx ...

Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth


Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  FoxInCloud Support - Thierry N.
  Garth Groft
  Feb 20, 2012 @ 09:29am
Thanks for this nice feedback

Please note this '=' issue is a FAA bug we shall fix ASAP.

Also we'll shortly issue FAA and FAS V 1.1 with more complete VFP event model support.

You may use tables for data display, may I advise to use views for data update?

HTH,

Thierry,

Our sample app is working now, after adding an assignment (=) preceding our message box command per your suggestion:
=MESSAGEBOX("Hello FoxInCloud User",64,"Notify")

Now we can move on and explore a sample app with more controls and functionality, as well as validation of our design for multi-user table access.

Thank you very much.

Garth

Sorry, I meant *.?cx ...

Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth



-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  n/a
  Thierry Nivelet (FoxInCloud)
  Feb 27, 2012 @ 09:27am
Thierry,

Thanks. Our application is currently running great in VFP IDE using free tables. Local views would be great if application to our app. Our application has three major tables needing product data updates. One table is a parent table with 143 fields, nearly all fields up-datable. There are two child tables with well over 200 up-datable fields in each. So combined the app has over 600 up-datable fields for product data.

Are there any limits to local views that would preclude using a local view for each of the three tables? The three views need to be associated by filter or parent / child relationship. The parent and one child table are currently displayed in grids on the same form.

If you prefer, i can create a new post for this discussion if this topic is more VFP than FoxInCloud. I think you told me that FiC does not currently support parent / child grids linked by SET RELATION.

Garth

the


Thanks for this nice feedback

Please note this '=' issue is a FAA bug we shall fix ASAP.

Also we'll shortly issue FAA and FAS V 1.1 with more complete VFP event model support.

You may use tables for data display, may I advise to use views for data update?

HTH,

Thierry,

Our sample app is working now, after adding an assignment (=) preceding our message box command per your suggestion:
=MESSAGEBOX("Hello FoxInCloud User",64,"Notify")

Now we can move on and explore a sample app with more controls and functionality, as well as validation of our design for multi-user table access.

Thank you very much.

Garth

Sorry, I meant *.?cx ...

Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth



Gravatar is a globally recognized avatar based on your email address. Re: Can't run xxxtest.prg
  FoxInCloud Support - Thierry N.
  Garth Groft
  Feb 27, 2012 @ 09:46am
Garth,

As far as FiC performance is concerned, what really matters is the product number of rows * number of columns per view

No limitation with local updateable views, you can have as many updateable fields as you see fit

I recommend:
- you have a read-only parent view for navigation
- you requery updateable parent view and child views when parent view recno() changes (.wAfterRowChange())

use awFrm.wViewParmSet() to requery updateable views


Thierry,

Thanks. Our application is currently running great in VFP IDE using free tables. Local views would be great if application to our app. Our application has three major tables needing product data updates. One table is a parent table with 143 fields, nearly all fields up-datable. There are two child tables with well over 200 up-datable fields in each. So combined the app has over 600 up-datable fields for product data.

Are there any limits to local views that would preclude using a local view for each of the three tables? The three views need to be associated by filter or parent / child relationship. The parent and one child table are currently displayed in grids on the same form.

If you prefer, i can create a new post for this discussion if this topic is more VFP than FoxInCloud. I think you told me that FiC does not currently support parent / child grids linked by SET RELATION.

Garth

the


Thanks for this nice feedback

Please note this '=' issue is a FAA bug we shall fix ASAP.

Also we'll shortly issue FAA and FAS V 1.1 with more complete VFP event model support.

You may use tables for data display, may I advise to use views for data update?

HTH,

Thierry,

Our sample app is working now, after adding an assignment (=) preceding our message box command per your suggestion:
=MESSAGEBOX("Hello FoxInCloud User",64,"Notify")

Now we can move on and explore a sample app with more controls and functionality, as well as validation of our design for multi-user table access.

Thank you very much.

Garth

Sorry, I meant *.?cx ...

Thanks,

Troy got the form working except for the message box. There were 2 scriptmaps for *.sa (*.xxx). He removed both and used the wconnect tools to recreate a new one. Then it worked.

I will email you the form with the messagebox by PM. (i do not know what vcx you are referring to.)

Garth





-- thn (FoxInCloud)

© 1996-2024