Search results

  1. S

    Records in Mail Merge

    Hi, I'm been using mail merge for some time, lately I want to create a records/tables in my page. Till now I couldn’t find a solution. Has anyone tried it or knows how to do it? thanks
  2. S

    Grant Select problem

    Dear All, need to ask your opinion about an issue. i have to GRANT SELECT for a specific user. But one of my clients are far from us, and i dont want to give them "sysprogress" user to do the job. remote access or citrix or this kind of access to their servers is out of the story since their...
  3. S

    General Print Spooler Error

    Hi, While im sending my data to report builder, im getting this error; "General Print Spooler Errror", and its a report builder error. My question is, is it really a report builder error? or its comming from my printer? thanks
  4. S

    Dynamicly capture Tables

    Hi again, im trying to capture all the "Available" table names that i loaded into my program. for example if i did FIND FIRST "PERSON" where ... ... and whenever i call this code, it must return me the table name "PERSON" anyone has any idea? i tried my queries from _File and didnt do the job!!
  5. S

    Popup Menu

    Hi all, I have a popup menu on a certain browser, but i want to add/drop items accroding to a certain condition, like certain users. so my question is, is it feasible? can we do the items conditional? Thank you
  6. S

    TempTabel Field on the screen

    Hi, I have a temp table, independent of the database (that is the temp table schema does not exists in the database). I want to create textboxes on the screen databinded to these fields temp table fields. Is there a way to do so????? thanks in advance
  7. S

    Problem with LEAVE Trigger

    Hello... I have a strange problem regarding triggers. I have a very simple window that contains a Fill-in (cText) and a browse (mainBrowse). cText has a LEAVE trigger that contains the following. DO: APPLY "VALUE-CHANGED" TO mainBrowse. APPLY "ENTRY" TO mainBrowse. END. The two...
  8. S

    OCX: WebBrowser

    HI I have a OCX:WebBrowser and I just want to know if this control has byte limitation. For example does it have a limit for how many bytes I can display in it?? Waiting for your reply!!
  9. S

    How to tell if a directory exists!!

    Hello.. I just want to know if there is a function that can tell me if a directory exists or not!!! Thanks in advance, Regards Sebouh
  10. S

    Break By and Next

    I have a FOR EACH with BREAK BY I just want to know if I uses a NEXT statement in this FOR EACH will it effect the order of the break knowing that I'm using NEXT statement after checking a field that is used in the BREAK. For example: FOR EACH T-TEMP BREAK BY T-ID...
Back
Top