FoxInCloud
Warning after running xxxtest.css
Gravatar is a globally recognized avatar based on your email address. Warning after running xxxtest.css
  Michele
  thn@foxincloud.com
  Oct 28, 2014 @ 10:14am
What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning

Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 28, 2014 @ 10:33am
I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning


-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  Michele
  Thierry Nivelet (FoxInCloud)
  Oct 29, 2014 @ 01:09am
In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning


Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 29, 2014 @ 02:28am
OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning




-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  Michele
  Thierry Nivelet (FoxInCloud)
  Oct 29, 2014 @ 02:43am
Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning




Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 29, 2014 @ 02:50am
just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning





Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  Michele
  Thierry Nivelet (FoxInCloud)
  Oct 29, 2014 @ 03:01am
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning







Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 29, 2014 @ 03:11am
could you have 2 '_form' classes in set('classlib')?
I mean 2 '_form' classes in 2 different *.vcx, one derive from awFrm, the other one not and, unfortunately, the latter overrides the former?


? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning







-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  Michele
  Thierry Nivelet (FoxInCloud)
  Oct 29, 2014 @ 03:21am
No. I checked.


could you have 2 '_form' classes in set('classlib')?
I mean 2 '_form' classes in 2 different *.vcx, one derive from awFrm, the other one not and, unfortunately, the latter overrides the former?


? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning







Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 29, 2014 @ 03:22am
o = create('_form')
? o.classLibrary && is what you expect?


No. I checked.


could you have 2 '_form' classes in set('classlib')?
I mean 2 '_form' classes in 2 different *.vcx, one derive from awFrm, the other one not and, unfortunately, the latter overrides the former?


? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning









-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  Michele
  Thierry Nivelet (FoxInCloud)
  Oct 29, 2014 @ 03:26am
c:\program files (x86)\microsoft visual foxpro 9\ffc\_base.vcx


o = create('_form')
? o.classLibrary && is what you expect?


No. I checked.


could you have 2 '_form' classes in set('classlib')?
I mean 2 '_form' classes in 2 different *.vcx, one derive from awFrm, the other one not and, unfortunately, the latter overrides the former?


? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning










Gravatar is a globally recognized avatar based on your email address. Re: Warning after running xxxtest.css
  FoxInCloud Support - Thierry N.
  Michele
  Oct 29, 2014 @ 06:29am
Michele,

in xxxSets.init():

release classlib _base


c:\program files (x86)\microsoft visual foxpro 9\ffc\_base.vcx


o = create('_form')
? o.classLibrary && is what you expect?


No. I checked.


could you have 2 '_form' classes in set('classlib')?
I mean 2 '_form' classes in 2 different *.vcx, one derive from awFrm, the other one not and, unfortunately, the latter overrides the former?


? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm') return .T.
? loClass(newobject ('_form'), 'awFrm') return .F.



just have your class libraries in set('path'), copy and paste the commands in your FWS command window, select and execute


Where do i have to execute that code ?


OK I understand, sounds correct
what if you execute the code I suggested previously?


In my app i have three levels of classes (stored in different vcx files). In each VCX files i have all objects foxpro uses.
Acut.Vcx derived from aw.vcx
Commons.VCX derived from Acut.VCX
App.Vcx derived from Commons.VCX

So in my app all forms derive from App.Vcx!app_form ->Commons.VCX! -> Acut.VCX -> AW.VCX ->Foxpro base classes

I have two apps with foxinclod and every app has its own class and both derive from Commons.VCX.

I have normally no problems. I have only the warning when i update the CSS file of every app.


I don't understand either
what if you do:
? loClass(newobject ('acutfrm', 'acut.vcx'), 'awFrm')
? loClass(newobject ('_form'), 'awFrm')


What do they mean these warnig i have in my log ?

1) awapphost.warning Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

1) awapphost.warning Awapphost.formlaunch(tcForm: '_form', tlSubForm: .F., m.tcSuffix: '') - Form '_form' should be derived from FoxInCloud class 'aw.vcx!awFrm'

_form class doesn't derive from aw.vcx.awfrm directly, but it derives from acut.vcx!acutfrm that derives from aw.vcx!awfrm...so i don't understand the warning










-- thn (FoxInCloud)

© 1996-2024