Search:

Type: Posts; User: DavidG

Page 1 of 2 1 2

Search: Search took 0.01 seconds; generated 54 minute(s) ago.

  1. Re: Passing an XMLDocument with CData to a web service call

    bump
  2. Passing an XMLDocument with CData to a web service call

    Hi all,
    I hope someone can help.

    We have a web service call that is from an external company.
    There are several different calls that can me made, one of which I have successfully communicated...
  3. Replies
    12
    Views
    23,202

    Re: Q: ADO, RDO, OLE DB, what to use?

    Hi Guys,
    I am trying to re direct the DataFlex sourced crystal reports to use a SQL connection using DataFlex 18.2

    Starting with Hans van de Laar Code from and calling it from Procedure...
  4. Thread: SOAP Error

    by DavidG
    Replies
    1
    Views
    1,353

    SOAP Error

    Hi All,
    I'm trying to get a web service call working, using a SOAP message.


    This is the call that I need to make.

    SendErxMessageWithSenderId(Object message, String messagetype, Guid...
  5. Thread: cCjGrid

    by DavidG
    Replies
    2
    Views
    1,265

    Re: cCjGrid

    Anders,
    You are missing a line of code.
    You need to get the Data from the Data Source Object.



    Get DataSource of hoDataSource to tcDataSource

    So it should look like this:
  6. Replies
    45
    Views
    6,115

    Re: YAFR - Compiling & erasing the DBG file

    Garret,

    People changing code: You could make all the source files read only. This would stop any changes made by the user to be saved. (You could also use a program like QVCS, now FREE,...
  7. Replies
    5
    Views
    1,374

    Re: Finding attached DEOs by file.field?

    Mark,
    Just a heads up in relation to using "Data_Set_User_Interface" and "Data_Set_User_Interface_Count".

    We were using this technique quite happily in VDF16.0 and below but when we came to...
  8. Replies
    10
    Views
    3,386

    Re: VDF User Count Problem

    Clive,
    I have seen this quite a few times over the years.
    We have come to the conclusion that the file becomes orphaned and it hasn't been closed automatically.
    So you need to manually close the...
  9. Replies
    10
    Views
    3,386

    Re: VDF User Count Problem

    We sometimes deal with sites that are being looked after by a large organisation. They have certain policies and procedures that we need to be able to work inside. We always made sure that the...
  10. Replies
    10
    Views
    3,386

    Re: VDF User Count Problem

    Clive,

    We have been running our program in a Window Terminal Server for many years.
    This problem has been 95% of the time been a permissions issue with either the user, folder or share...
  11. Replies
    9
    Views
    2,532

    Re: Change Font Globaly

    Alspaugh,
    Apart from them getting stronger glasses, maybe they do need them checked, I would have 2 suggestions.
    Either changing the screen size resolution in windows itself to 1024x768 or...
  12. Replies
    30
    Views
    4,907

    Re: find number of months and days

    This is my take on your problem.



    Procedure Months_and_Days
    Integer iYears iMonths iDays iTMonths iTDays
    Integer iTmpMonth iTmpDay
    DateTime dtOne dtTwo
    TimeSpan...
  13. Replies
    4
    Views
    1,945

    Re: dbgrid specialised navigation

    I would use a function on the Entry_Item.
    This would allow some processing on whether you wanted to display the bitmap or not.

    See how you go.

    Function ShowBitMapHere Returns String
    ...
  14. Replies
    4
    Views
    1,945

    Re: dbgrid specialised navigation

    Deyns,
    You could use something like this.


    Procedure Add_New_Row Integer iPos
    Forward Send Add_New_Row iPos
    Send Move_To_Column 3
    End_Procedure

    It...
  15. Replies
    2
    Views
    1,447

    Re: Focused line when loookup pops up

    Bengt,
    If you are using the new grids then there is a change of method.
    Use

    Send MovetoFirstRow of oSelList

    There is also a method called SeedData that you may like to check up on.
  16. Replies
    5
    Views
    2,149

    Re: When will VDF be released in 64 bit?

    Kelly,
    With what Wil has said about moving from the Program Files Folder, I would agree.
    I would also look at the windows settings for UAC (User Access Control) and DEP (Data Execution Protection)...
  17. Replies
    6
    Views
    3,805

    Re: Slow response CRXI

    Garret,
    I have had some issues with CryXI printing slowly from our application.
    It works fine within the crystal development.

    The only difference between your and ours is that we are using the...
  18. Replies
    24
    Views
    5,046

    Re: Creating Com Controls (ActiveX) dynamically

    Sam,
    We Started using ActiveX controls under VDF7 and then we migrated to VDF12.0
    Data Access changed the way interacted with ActiveX controls.
    We found two options:
    1) re-import the ActiveX...
  19. Re: HowTo have a VDF app wake itself up and display with the focus.

    Archie,
    What we do is to make the Application Taskbar button flash until they bring the application to the foreground.

    We use it for an internal message from one user to another through our...
  20. Replies
    32
    Views
    6,341

    Re: Studio Crashes often

    Mike,
    To let you know I have had this happen to me a few times.

    Cannot be sure as to why, but needed to use Task Manager to close the studio down.

    It does seem to me be something to do with...
  21. Re: How do I tell what the currently selected text is?

    Seanyboy,
    Here is some code that should work with Forms/dbForms.



    Function WM_Get_Selection Returns String
    Integer hWnd iResult iNumChars iPos
    String sText
    Pointer piStartPos...
  22. Re: Access Methods for Deferred View and Popups created dynamically

    Claudio,
    When you use the deferred view / dialog then all the methods and functions have not been created. So they are unavailable until you have activated the view / dialog which will create the...
  23. Thread: Keyboard puzzle

    by DavidG
    Replies
    9
    Views
    3,729

    Re: Keyboard puzzle

    The way we check their state in procedure key is:



    Procedure Key Integer iOptKey
    Boolean bShiftKey bControlKey bAltKey
    Integer iKey iShift

    Get Shift_State to iShift
    Move...
  24. Thread: Keyboard puzzle

    by DavidG
    Replies
    9
    Views
    3,729

    Re: Keyboard puzzle

    The way we check their state in procedure key is:



    Procedure Key Integer iOptKey
    Boolean bShiftKey bControlKey bAltKey
    Integer iKey iShift

    Get Shift_State to iShift
    Move...
  25. Replies
    1
    Views
    2,096

    Field Defn 12.6 doing strange things

    Using 14.1 Database builder
    I created a native DB file with a field with the definition of Numeric 12.6
    All is fine in dbBuilder. It saved the definition no questions asked.
    But when I save...
Results 1 to 25 of 34
Page 1 of 2 1 2