Search results

  1. P

    Browse Error: **FRAME is not a queryable attribute for FILL-IN Catvalid. (4052)

    Dear All, I am trying to implement the F2 help on field. below is the code i am using for browse. DEFINE QUERY valq FOR pm_groupcat FIELDS (catvalid), pm_catval FIELDS (catvalid description) scrolling. DEFINE browse valb QUERY valq DISPLAY pm_catval.catvalid...
  2. P

    How to access global variables defined in {mfdtitle.i} in webspeed.

    Hi all, I am trying to creata a webspeed application. when i try to use {mfdtitle.i} the server throws me an error. Please let me know how do I access all global variables. Thanks in Advance. Pavan.
  3. P

    Repositioning when using DOWN Frame.

    Hi All, I am facing issue in repositioning data displayed from a temp table. Issue: First time when i display data its proper. when i display the next time the data from the temp tabls is displayed from the last position... I tried clear frame and others... Didnt help.. Below is the code...
  4. P

    Web Tools Installation problem.

    Hello All, We have installed Webspeed on a new server. we have done the intial setups with the propath and all.. but when i ping to verify all the installation, the Checking WebTools Installation tab has an issue. I am not able to view the Webtools page instaed it is displaying me the...
  5. P

    Dynamic sorting on a table header in html and webspeed.

    Hello folks, I have a table data which has to be sorted on the header columns dynamically. I am using Javascript to perform the same, it is working fine when i am running it on the local machine. But when i am loading the programs to server and running with webspeed the sorting is not...
Top