Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Help with VFxPro & Empty Dates


Message #1 by "David Adams" <davidadams00@h...> on Mon, 25 Feb 2002 14:58:27 -0500
Hello all,

Got a question for your guys.

Current project has me attempting to update a legacy FoxPro set of tables.
I am creating a record, but running into problems with the ADO Update.  On
perform of the Update, the method craps out because a number of my date
fields are not set (empty).

I am trying to create a function that loops through the recordset and sets
each Value to a default.

My problem is that the person who originally designed the FoxPro tables uses
a field CloseDate to denote a Closed Record in the main application.  Once I
populate it with some valid date, the application recognizes it
(programmatically correct) as a closed file.  In reality, I am creating the
file with my function.

Any ideas on what I can set the Date Fields to in the FoxPro Tables that
equates to "empty"?

VB 6 up-to-date SP, Using ADO 2.5 (I think).

Thanks
David Adams

----- Original Message -----
From: "Bill" <vasilisl@h...>
To: "professional vb" <pro_vb@p...>
Sent: Monday, February 25, 2002 04:58 PM
Subject: [pro_vb] Application has problem with font


> HI! I have developed an VB application with an Access Database (includes
> the SSTab control). In the application forms, all label text are in greek.
>
> Package and Deployment went ok but when i set up the application on
> another computer (i also installed the necessary fonts on that PC) only
> half of labels on the forms are readable in greek!!!  This is wierd
> because all labels are set to the same font (HellasArial Truetype). Can
> any one help?
>
>
> Second question.. How can i include in the P&D wizard font installation?
>
> Thanks in advance,
> Bill
>

  Return to Index