Recent content by sebouh181

  1. S

    Records in Mail Merge

    Guys i need your ideas here
  2. 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
  3. 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...
  4. 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
  5. 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!!
  6. S

    Popup Menu

    maybe this help others so posting too: after creating the m_Menu2, we surely add a trigger to it, and we cannot find our menu item in the triggers available, so add ... ON CHOOSE OF m_Menu2 DO: run Procedure END.
  7. S

    Popup Menu

    THanks Razmig, that will do it
  8. 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
  9. 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
  10. S

    Problem with LEAVE Trigger

    Apparently the problem is due to the mouse events. if i add a "MOUSE-SELECT-DOWN" event to the browse with nothing in it, (which means disabling the trigger), everythin works fine. DO: /* any comment */ END. Is there a workaround to this problem, so I wouldn't have to create this empty...
  11. 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...
  12. 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!!
  13. S

    How to tell if a directory exists!!

    Thanks a lot
  14. 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
  15. S

    Break By and Next

    Hey thanks! I can't get rid of the NEXT cause i have a really complicated conditions!! I must use the next. I just wanted to be sure that it will not effect the order. Thanks
Back
Top